/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
li {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

#bm{
margin:0px auto 2px auto;
text-align:center;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#caab60;
	background-image:url(../gfx/escort-bg.jpg);
	background-attachment: fixed;
}

div{
overflow:hidden;
}



blockquote {
color: #f18110;
}

/*------------------- Link ----------------------------
-----------------------------------------------------*/

a:link,
a:visited {
color: #caab60;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
/*color:#35549f;*/
color:#016eba;
text-decoration: none;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
	width: 1000px;
	background-color:#0e0e0e;
	padding: 0px;
	margin: 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}

#header {
	position:relative;
	height:125px;
	background-image:url(../gfx/escort-header.jpg);
	background-color:#666;
	background-repeat: no-repeat;
	border-bottom: 1px solid #666666;
}

#goStart{
position:absolute;
left:100px;
width:320px;
height:125px;}

#topBanner{
	position:relative;
	float:right;
	top:25px;
	padding:5px;
	border: 1px solid #666666;
	border-right:0px;
	background-repeat: repeat;
}

/*------------------------haupt menü----------------------
--------------------------------------------------*/


#navHome{
position:relative;
top:8px;
left:80px;
float:left;
text-align:center;
}

#navAgent{
position:relative;
top:8px;
left:205px;
float:left;
text-align:center;
}

#navIndy{
text-align:center;
position:relative;
top:8px;
left:345px;
float:left;
}

#sed{
background-image:url(../gfx/escort-sedcard.jpg);
background-repeat: no-repeat;
background-color:#666666;
font-size:18px;
font-weight:bold;
height:39px;
width:1000px;}

#verlauf{
	color:#D0BDA4;
	padding: 50px 200px 0px 200px;
	font-weight:bold;
	position:relative;
	height:54px;
	background-image:url(../gfx/escort-verlauf-static.jpg);
	background-repeat: no-repeat;
	}

h1{
margin:0px;
padding:0px;
font-size:20px;
font-weight:bold;}

#content {
position:relative;
}

#wrapper{
float:left;
/*width:816px;*/
}

    #sidebarLeft {
	
		float: left;
		width: 150px;
		}
		
	#mitte_li {
	border-top:#caab60 1px solid;
	color:#D0BDA4;
	font-size:12px;
	float: right;
	margin:0px 200px 100px 50px;
		width: 600px;
		}

#banner{
margin: 20px 66px;
width:468px;}

#banner p{
margin-bottom:10px;
text-align:center;}

ul{
font-size:10px;
margin:2px 10px 0px 0px;
	position:relative;
	width:150px;
	border:none;
}

li{
margin:4px 0px 4px 4px;
font-size:12px;
font-weight:bold;
text-align:left;
padding-left:10px;
padding-top:4px;
padding-bottom:4px;
background-image:url(../gfx/escort-btn.jpg);
}

#footer {
position:relative;
font-size:12px;
font-weight:bold;
padding:90px 150px 0px 150px;
height:88px;
background-image:url(../gfx/escort-footer.jpg);
	clear: both;
	text-align:center;
}

#startFooter p{
word-spacing:10px;}

#footer p{
word-spacing:10px;
	display:block;
	text-align: center;
	margin-bottom:23px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/
.fl {
float: left; 
padding-right: 3px;

}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

.mehrInfo a:link,
.mehrInfo a:visited {
padding: 2px 20px;
}


