/* Ingenieurbuero für Fahrzeugtechnik - Dipl.-Ing. René Tiebel */
/* main css */

html, body {
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#37517d;
	background-color:#d9ebf9;
	overflow:hidden;
	margin:0px;
	padding:0px;
	cursor:default;
}
a, a:link, a:visited, a:active {
	text-decoration:underline;
	color:#405c8c;
}
a.textlink:hover {
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
}
a.aktiv {
	cursor:default;
}
img {
	border:0px;
}
ul {
	list-style-type:square;
}
ul .ohne_type {
	list-style-type:none;
}
table {
	border:0px;
}
#container {
	position:absolute;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:auto;
	left: -18px;
	top: -2px;
}
#header {
	position:relative;
	width:auto;
	height:163px;
	background-image:url(../images/background_navigation.jpg);
	background-repeat:repeat-x;
}
#autolicht_links {
	position:absolute;
	left:0px;
	top:37px;
	width:167px;
	height:127px;
	background-image:url(../images/autolicht_links.jpg);
	background-repeat:no-repeat;
}
#autolicht_rechts {
	position:absolute;
	right:0px;
	top:37px;
	width:167px;
	height:127px;
	background-image:url(../images/autolicht_rechts.jpg);
	background-repeat:no-repeat;
}
#name {
	position:relative;
	top:0px;
	margin:0px auto;
	width:692px;
	height:127px;
	background-image:url(../images/name.jpg);
	background-repeat:no-repeat;
}
#mainframe {
	position:relative;
	width:auto;
	height:373px;
	background-image:url(../images/background_mainframe.jpg);
	background-repeat:repeat-x;
}
#navigation {
	position:relative;
	width:852px;
	margin:0px auto;
	height:70px;
	z-index:20;
}
#buttonleiste {
	position:relative;
	top:15px;
	margin:0px auto;
	width:852px;
	height:29px;
	background-image:url(../images/buttonleiste.gif);
	background-repeat:no-repeat;
}
.submenu a:hover {
	color:#ffffff;
}
.submenu li.aktiv {
	color:#ffffff;
	background-color:#92b2c4;
	height:12px;
	padding:4px;
	border:1px #ffffff solid;
}
.submenu ul {
	position:absolute;
	left:-40px;
	top:3px;
}
.submenu ul {
	position:absolute;
	margin-top:4px;
}
.submenu ul li {
	list-style-type:none;
	background-color:#ffffff;
	margin:0px;
	height:20px;
	font-size:1.1em;
}
.submenu ul li a, .submenu ul li a:link, .submenu ul li a:visited, .submenu ul li a:active {
	border:1px #92b2c4 solid;
	text-decoration:none;
	height:12px;
	background-color:#ffffff;
	margin:0px;
	padding:4px;
	display:block;
}
.submenu ul li a:hover {
	border:1px #ffffff solid;
	background-color:#92b2c4;
	text-decoration:none;
	height:12px;
	margin:0px;
	padding:4px;
	display:block;
}
#submenu_verkehrsunfall {
	position:absolute;
	width:125px;
	height:145px;
	left:117px;
	top:37px;
	display:none;
}
#submenu_wissenswertes {
	position:absolute;
	width:90px;
	height:76px;
	left:331px;
	top:37px;
	display:none;
}
#submenu_wertgutachten {
	position:absolute;
	width:100px;
	height:54px;
	left:460px;
	top:37px;
	display:none;
}
#submenu_links {
	position:absolute;
	width:190px;
	height:88px;
	left:653px;
	top:38px;
	display:none;
}
#content {
	position:relative;
	margin:13px auto;
	width:852px;
	z-index:10;
}
#content_submenu {
	position:absolute;
	width:170px;
	top:0px;
	left:10px;
	font-size:1.2em;
	font-weight:bold;
	padding:15px;
	padding-right:10px;
}
#content_submenu hr {
	height:0px;
	border-top:1px #37517d dashed;
}
#content_submenu a {
	text-decoration:none;
}
#content_submenu .aktivlink {
	color:#7191c8;
}
#inhalt {
	font-size:1.3em;
	padding-left:10px;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:1px;
}
#content_background {
	position:relative;
	background-image:url(../images/content_background.jpg);
	background-repeat:repeat-x;
	background-color:#8eafc2;
}
#content_border_left {
	padding-left:13px;
	background-image:url(../images/content_border_left.jpg);
	background-repeat:repeat-y;
}
#content_border_right {
	position:relative;
	background-image:url(../images/content_border_right.jpg);
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:13px;
/*	left: 10px;
	top: 9px;
	width: 753px; 
	height: 554px;*/
}
#content_border_top {
	position:absolute;
	top:-13px;
	width:100%;
	height:13px;
	background-image:url(../images/content_border_top.jpg);
	background-repeat:repeat-x;
}
#content_border_bottom {
	position:absolute;
	bottom:-13px;
	width:100%;
	height:13px;
	background-image:url(../images/content_border_bottom.jpg);
	background-repeat:repeat-x;
}
#content_border_top_left {
	position:absolute;
	top:-13px;
	left:-13px;
	width:13px;
	height:13px;
	background-image:url(../images/content_border_top_left.gif);
}
#content_border_top_right {
	position:absolute;
	top:-13px;
	right:0px;
	width:13px;
	height:13px;
	background-image:url(../images/content_border_top_right.gif);
}
#content_border_bottom_left {
	position:absolute;
	bottom:-13px;
	left:-13px;
	width:13px;
	height:13px;
	background-image:url(../images/content_border_bottom_left.gif);
}
#content_border_bottom_right {
	position:absolute;
	bottom:-13px;
	right:0px;
	width:13px;
	height:13px;
	background-image:url(../images/content_border_bottom_right.gif);
}
#footer {
	position:relative;
	margin:0px auto;
	top:3px;
	width:852px;
	height:auto;
	text-align:center;
	left: 65px;
}
.text_bold {
	font-weight:bold;
}
.text_big_bold {
	font-weight:bold;
	font-size:1.3em;
}
.text_small {
	font-size:0.8em;
}
.text_index {
	font-size:2.1em;
	color:#ff0000;
	font-weight:bold;
}
#auto_index {
	position:relative;
	left:196px;
	top: -1px;
}
.hidden {
	display:none;
}
