/*                  ©LOOK INSIDE  2008                   */
/*               letzte Änderung: 14.03.06               */
/*               letzte Änderung: 18.06.06               */
/*               letzte Änderung: 29.08.06               */
/*               letzte Änderung: 15.10.06               */
/*               letzte Änderung: 06.12.06               */
/*               letzte Änderung: 12.01.07               */
/*               letzte Änderung: 02.04.07               */
/*               letzte Änderung: 14.07.07               */
/*               letzte Änderung: 02.01.08               */
/*               letzte Änderung: 13.01.08               */
/*               letzte Änderung: 07.01.09               */
/*               letzte Änderung: 15.10.09               */
/*               letzte Änderung: 11.01.2011             */

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
   	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration:none;
}
a:link { /* noch nicht besuchte Ziele */
	text-decoration:none;
	color:#FF824E;
	color:#78ff00;
}    
a:visited { /* besuchte Ziele */
	 text-decoration:none;
	 color:#FF824E;
	 color:#78ff00;
} 
a:hover { /* Verweise bei "MouseOver" */
	text-decoration:overline;
	color:#FF824E;
	color:#78ff00;
}   
a:active { /* Angeklickte Verweise */
	text-decoration:none;
	color:#FF824E;
	color:#78ff00;
}  
a:focus { /* Verweise, die Fokus erhalten */
 	text-decoration:none;
}
 /* ext link */
a.nav_li {
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration:none;
}
a.nav_li:visited { /* besuchte Ziele */
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration:none;
} 
a.nav_li:hover {
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration:overline;
}
 /* news link */ 
a.li_listhead {
	font-size: 12px;
	font-weight: bold;
	color: #52504E;
	text-decoration:none;
}
a.li_listhead:visited { /* besuchte Ziele */
	font-size: 12px;
	font-weight: bold;
	color: #52504E;
	text-decoration:none;
} 
a.li_listhead:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF824E;
	text-decoration:overline;
}  
body {
	margin: 0px;
	background-color:#8A8683;
	scrollbar-base-color:8A8683;
	scrollbar-3dlight-color:95918D;
	scrollbar-arrow-color:FF824E;
	scrollbar-darkshadow-color:73706D;
	scrollbar-face-color:8A8683;
	/* scrollbar-highlight-color:FF824E; */
	scrollbar-highlight-color:E5E4E4;
	scrollbar-shadow-color:686563;
	scrollbar-track-color:95918D;
	background-image:url(pic/bg01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/* background-attachment: fixed; */
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DBDBDB;
	color: #E6E6E6;
}
.orange {
	/*  color: #FF682A; FF824E = original orange */
	color: #FF824E;
}
.orange-b {
	color: #FF824E;
	font-weight: bold;
}
.bg_training {
	background-color:#A3565E;
}
.gray {
	font-size: 12px;
	font-weight: bold;
	color: #676462;
	color: #52504E;
	color: #413f3e;
}
.ligray_b{
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
}
.small {
	font-size: 10px;
	letter-spacing: 1px;
	color: #EEEEEE;
	padding-left: 10px;
}
.small-fliess {
	font-size: 10px;
	margin-top: 3px;
}
.italic {
	font-size: 10px;
	font-style: italic;
}
.bg-list {
	background-attachment: fixed;
	background-image: url(pic/bg01.gif);
	background-repeat: no-repeat;
	background-position: -272px -179px;
}
.bg-flyout {
	background-attachment: fixed;
	background-image: url(pic/bg_flyout.gif);
	background-repeat: repeat;
}
.listhead {
	font-size: 12px;
	font-weight: bold;
	color: #3c3b39;
	padding: 3px 10px 3px 5px;
	height: auto;
	width: 95%;
	margin: 2px;
	background-color: #8A8683;
	border: 2px solid #676462;
	display: block;
	bottom: 3px;
}
.listhead_home {
	font-size: 12px;
	font-weight: bold;
	color: #3c3b39;
	padding: 3px 10px 3px 5px;
	height: auto;
	width: 95%;
	margin: 2px;
	background-color: #8A8683;
	background-image: url(pic/lookinside_news_home.gif);
	border: 2px solid #676462;
	display: block;
	bottom: 3px;
}
.listhead_training {
	font-size: 12px;
	font-weight: bold;
	color: #3c3b39;
	padding: 3px 10px 3px 5px;
	height: auto;
	width: 95%;
	margin: 2px;
	background-color: #8A8683;
	background-image: url(pic/lookinside_news_training.gif);
	border: 2px solid #676462;
	display: block;
	bottom: 3px;
}
.listhead_gallery {
	font-size: 12px;
	font-weight: bold;
	color: #3c3b39;
	padding: 3px 10px 3px 5px;
	height: auto;
	width: 95%;
	margin: 2px;
	background-color: #8A8683;
	background-image: url(pic/lookinside_news_gallery.gif);
	border: 2px solid #676462;
	display: block;
	bottom: 3px;
}
.sub_spaceleft {
	vertical-align: middle;
	padding:0px 10px 5px 10px;
	margin-bottom: 6px;
	font-size:11px;
}
.border {
	padding: 3px 10px 3px 5px;
	height: auto;
	width: 97%;
	margin: 2px;
	border: 1px solid #EEEEEE;
}
.spaceleft {
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	height: 1px;
}
.orange-bb {
	color: #FF824E;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
li {
	list-style-image: url(pic/ul-dot.gif);
}
.violist {
	list-style-image: url(pic/ul-dot-violett.gif);
	font-size:13px;
	margin-bottom:10px;
}
.li-abstand {
	margin:30px 0px 30px 0px;
	padding:10px 0px 10px 0px;
	line-height:45px;
	top: 50px;
	bottom: 50px;	
}
.bg_borderend {
	background-image: url(pic/borderend.gif);
}
.space_news {
	width: 230px;
	padding-bottom: 5px;
	margin: 0px 0px 16px 16px;
}
.zab {
	line-height: 24pt;
}
/* style für ADbox */
.bg_box_tl {
	background-image: url(pic/lookinside_box_tl.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.bg_box_t {
	background-image: url(pic/lookinside_box_t.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.bg_box_tr {
	background-image: url(pic/lookinside_box_tr.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.bg_box_l {
	background-image: url(pic/lookinside_box_l.gif);
	background-repeat: repeat-y;
	/* height: 10px; */
}
.bg_box_r {
	background-image: url(pic/lookinside_box_r.gif);
	background-repeat: repeat-y;
	/* height: 10px; */
}
.bg_box_bl {
	background-image: url(pic/lookinside_box_bl.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.bg_box_b {
	background-image: url(pic/lookinside_box_b.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.bg_box_br {
	background-image: url(pic/lookinside_box_br.gif);
	background-repeat: no-repeat;
	height: 10px;
}
/* style für tooltip */
.bg_tooltip_tl {
	background-image: url(pic/lookinside_tooltip_tl.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.bg_tooltip_tr {
	background-image: url(pic/lookinside_tooltip_tr.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.bg_tooltip_bl {
	background-image: url(pic/lookinside_tooltip_bl.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.bg_tooltip_b {
	background-image: url(pic/lookinside_tooltip_b.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.bg_tooltip_br {
	background-image: url(pic/lookinside_tooltip_br.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.kapital {
	font-weight: bold;
	color: #EEEEEE;
	font-variant: normal;
	text-transform: uppercase;
}
.kapital_orange {
	font-weight: bold;
	color: #FF824E;
	font-variant: normal;
	text-transform: uppercase;
}
.top {
	vertical-align:text-top;
}
.hi30 {
	height:26px;
	text-align:right;
	padding: 0px 5px 0px 0px;
	width:150px;
}
.spacer_right {
	padding: 0px 0px 0px 18px;
}
input {
	border: 2px solid #837F7C;
	background-color:#E6E4E5;
}
textarea {
	border: 2px solid #837F7C;
	background-color:#E6E4E5;
}
.top {
	vertical-align:top;
}
.jahreszahl {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	width: 125px;
	padding: 0px;
	color: #52504E;
	text-align: right;
	left:110px;
}
.pic-r {
	float:right;
	clear:both;
	padding: 0px 30px 0px 18px;
}
.slidebox {
	float:left;
	width:443px;
	height:220px;
	background-image:url(pic/webdesign-cooliris.jpg);
	background-repeat:no-repeat;
	background-position: 335px 0px;
	vertical-align:bottom;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}
.cooliris {
	float:right;
	position:relative;
	top:0px;
	left:-1px;
}
.big-violett {
	font-size: 14px;
	font-weight: bold;
	color:#7A1F48;
}
.tr_fahrzeuge {
	background-color: #827E7B;
}
.fahrzeugwerbung {
	font-weight:bold;
	letter-spacing: 0.2em;
}

