@import url(dropdown_main_navi.css);

body {
	margin: 0px;
	padding: 50px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	color: #555555;
	background-color: #f2f1f0;
}

strong {
	font-weight: bold;
}

a {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

td {
	padding: 15px;
}

tr.zweitezeile {
	background-color: #f2f1f0;
}

a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;

}

a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: none;

	
}


#container {
	width: inherit;
	max-width: 1000px;
	margin: 0 auto 0 auto;
}



#kopfleiste {
	width: inherit;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 15px;
	background-color: #366BF4;
}



#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 200px;
}


#logo img{
  	width:50%;
	height:auto;

}


#kopfleiste h1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 36px;
	line-height: 80px;
	color: #FAF9F8;
	
}

#menu {	

	width: 100%;
	height:20px;
	margin: 0px 50px 0px 0px;
	padding: 0px 50px 100px 15px;

	
}

#menu a:hover {

	text-decoration: underline;
    color: #366BF4;
  
}


#menu ul {

	padding: 0px;
	text-align:left;
	list-style-type: none;


}


#menu li.current {
    text-align:left;
	color: #FAF9F8;
	background-color: #366BF4;
}


#inhalt {
	width: 100%;
	height: 640px;
/*	overflow: hidden; /*Damit das Layout mit float funktioniert*/ 
	padding: 10px 15px 10px 15px;
	background-color: #FAF9F8;
	box-shadow: 2px 2px 2px 0px #515151;
    box-sizing:border-box; 
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

.slideshow
{	
	width: 100%;
	height: 640px;
	float: left;
}

.text 
{
	width: 100%;
	height: 150px;
	float: left;
	font-weight: bold;
	
}


#u2{
	text-decoration: underline;
	color: red;
	font-size: 36px;
}

#inhalt p {
	font-size: 20px;
	line-height: 1.3;
}

form.kontaktformular fieldset {
	margin-top: 25px;
	padding: 10 10 10px;
	width: 600px;
	//border: none;
}

form.kontaktformular legend {
  padding: 0 10px;
  font-weight: bold;
}

form.kontaktformular label {
	float: left;
	width: 130px;
}

.bold {
	font-weight: bold;
}

form.kontaktformular input, textarea {
	width: 400px;
	margin-bottom: 5px;
}

form.kontaktformular textarea {
	width: 400px;
	height: 150px;
}

#submitbutton {
	margin-left: 0px;
	margin-top: 25px;
	width: 100px;
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#aabcfe;}
.tg td{font-family:Arial, sans-serif; font-size:14px;  padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#669;background-color:#e8edff;}
.tg th{font-family:Arial, sans-serif; font color: black; font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#039;background-color:#b9c9fe;}
.tg .tg-baqh{text-align:center;vertical-align:top; text-decoration: bold}
.tg .tg-mb3i{background-color:#D2E4FC;text-align:right;vertical-align:top }
.tg .tg-lqy6{color: #0E09CC; text-align:right;vertical-align:top; }
.tg .tg-6k2t{color: #0E09CC; background-color:#D2E4FC;vertical-align:top;}
.tg .tg-6k3t{color: #0E09CC; background-color:#D2E4FC;vertical-align:top; text-align:right;}
.tg .tg-yw4l{color: #0E09CC; vertical-align:top; text-decoration-color: red;}

