/*
INKO CSS
*/

body {
	background-color: #d9dfe3;
	margin: 0px;
	padding: 0px;
}

body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

h1 {
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
}

h3 {
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

img {
	border: none;
}

#container {
	width: 1009px;
	margin: 0 auto;
	background: #d9dfe3 url('/assets/layout/INKO/mainbg.gif') repeat-y;
}

#header {
	background: #d9dfe3 url('/assets/layout/INKO/headbg_aut.jpg') no-repeat;
	height: 265px;
}

#navbar {
	padding: 169px 0 0 20px;
}

#navbar a:link,
#navbar a:visited {
	float: left;
}

#homeButton {
	display: block;
	width: 230px;
	height: 100px;
}

#osaLink {
	float: right;
	width: 715px;
	height: 100px;
	margin: 0 25px 0 0;
	display: block;
	text-decoration: none;
}

#mainContainer {
	margin: 0 27px 0 27px;
	/* background: #7799a9 url('/assets/layout/INKO/mainbg2.gif') repeat-y; */
}

#sidebar {
	width: 233px;
	background: #7799a9;
	border-right: 7px solid white;
	float: left;
}

#content {
	background: #7799a9;
	float: left;
	width: 715px;

}

#innerContent {
	padding: 25px 25px 0 25px;
}

#foot {
	clear: both;
	height: 130px;
	background: #D9DFE3 url('/assets/layout/INKO/footbg.png') no-repeat;
}

#date {
	font-size: 10px;
	padding: 0 0 0 10px;
}

.clear {
	clear: both;
	visibility: hidden;
	height: 1px;
}

/*
	OBJECTS
*/

div.kasten {
	border-top: 7px solid white;
	background: #4c7486 url('/assets/layout/INKO/teaserbg.gif') repeat-x top left;
	padding: 8px 25px 8px 25px;
	 margin: 0 -25px 0 -25px;
}

div.kasten .head {

}

div.kasten div.body div.img {
	
	display: block;
	width: 138px;
	float: left;
	/*
	margin: 0px 8px 8px 0px; 
	*/
}

div.kasten .foot {
	
	padding: 0 0 0 0;
	margin: 0;
	text-align: right;
	
}

div.kasten .foot a:link,
div.kasten .foot a:visited {
	
	margin: 0;
}


/*
	SUBNAV
*/
#subnav ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#subnav a:link,
#subnav a:visited {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	background: #7799a9 url('/assets/layout/INKO/navbg.gif') repeat-x left top;
	color: #d5e2e9;
	border-bottom: 1px solid white;
}

#subnav a:hover,
#subnav a.highlight {
	color: white;
}

li.level1 {
	margin: 0;
	padding: 0;
}
/*
	ebene 2 und hoeher : jeweils 10px links eingerueckt
*/
ul.level1 ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
ul.level1 ul li {
	margin: 0;
	padding: 0;
}

#subnav ul.level2 {
padding: 5px 0 5px 0;
}

#subnav a.level2:link,
#subnav a.level2:visited {
	padding: 0 0 0 30px;
	background-position: 10px center;
	font-size: 10px;
}

/*
	SIDEBAR
*/

div.videoTeaser {
	border-bottom: 1px solid white;
	background: #4e7587 url('/assets/layout/INKO/teaserbg.gif') no-repeat top left;
	font-size: 11px;
	padding: 8px;
}

div.videoTeaser a:link,
div.videoTeaser a:visited,
div.videoTeaser img {
	text-decoration: none;
	font-size: 11px;
	border: none;
}

#teaserList div.teaser {
/*	border: 1px solid red;*/
	background: #4e7587 url('/assets/layout/INKO/teaserbg.gif') no-repeat top left;
	border-bottom: 1px solid white;
	padding: 8px 8px 8px 8px;
	min-height: 70px;
}

#teaserList div.teaser a:link,
#teaserList div.teaser a:visited {
	font-size: 11px;
	text-decoration: none;
}

#teaserList div.teaser img {
	border: none;
}

#teaserList div.teaser img.teaser {
	height: 51px;
	overflow: hidden;
	float: left;
	margin: 0 4px 0 0 ;
}

h3.teaser {
	margin: 0 0 4px 0;
}





/*
	FORMULARE
*/
textarea,
input.F,
input.P,
input.M,
input.S {
/*	border: 1px solid #96CEEF;
	background: white; */
	width: 400px;
}

#branchen input.F,
#branchen input.P,
#branchen input.M,
#branchen input.S {
	width: 470px;
}

#kontakt input.F,
#kontakt input.P,
#kontakt input.M,
#kontakt input.S,
#kontakt textarea {
	width: 530px;
}


input,
textarea,
input.F,
input.P,
input.M,
input.S {
/*	background: #D9DFE3; */
	border: 1px solid #5A89A0;
	padding: 2px;
}
input.marked {
	border-color: #ff0000;
}

p.text {
	margin: 0;
	padding: 0;
}
/*
	NEWSLETTER
*/

#newsletter {
	/* border: 1px solid red; */
}

#newsletter input.M {
	width: 665px;
}

#newsletter input.S {
	width: 331px;
}