html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

body {
	overflow: visible;
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	margin-top:9px;
	padding: 0;
	position: relative;
	background-color:#CCCCCC;
	font-size: 13px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

em {
	font-style:normal;
	font-weight:bold;
}

small {
padding:0;
margin:0;
font-size:10px;
}

img {
	border:0;
}
p {
text-align:left;
line-height:16px;
}

.kleiner {
	font-size:12px;
}

div.left {
position:absolute;
line-height:18px;
	width: 151px;
	height: 700px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	float:left;
	text-align:left;
	/*line-height: 53px; */
	background-color:#FFFFFF;
	color:#993333;
	background-image:url(pics/bg_eckerle_left.gif);
	border: 0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}
em {
	font-size:larger;
}
p.tnav {
text-align:center;
	line-height:normal;
	margin:0px;
	padding-top:1px;
	vertical-align:middle;
}

div.center {
position:absolute;
	width: 620px;
	height: 449px;
	top: 164px;
	left: 200px;
	visibility:visible;
	overflow:auto;
	background-color:#FFFFCC;
	color:#333333;
	z-index:2;
	/*line-height: 53px;*/
	border: 0;
	padding:20px 12px 20px 12px;
	text-align:left;
}

div.headline{
position:absolute;
	width: 300px;
	height: 100px;
	top: 30px;
	left: 170px;
	overflow: hidden;
	/*line-height: 53px;*/
	color:#993333;
	border: 0;
}
div.right {
position:absolute;
	width: 848px;
	height: 700px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	/*line-height: 53px;*/
	background-color:#993333;
	color:FFFFFF;
	background-image:url(es-head-bg.png);
	background-repeat:no-repeat;
	border: 0;
}

div.topnav {
position:absolute;
	width: 250px;
	height: 20px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	/*line-height: 53px;*/
	background-color:#FFFFFF;
	color:#666666;
	border: 0;
	z-index:2;
}

div.nav {
	position:absolute;
	text-align:left;
	line-height:140%;
	width: 120px;
	height: 500px;
	top: 164px;
	right: 20px;
	overflow: hidden;
	/*line-height: 53px;*/
	color:#FFFFFF;
	border: 0;
	z-index:2;
}

span.red {
	position:relative;
	top:-4px;
}

span.red a:link {
	font-weight:normal;
	color: #666666;
	text-decoration:none;
	}

span.red a:visited {
	font-weight:normal;
	color: #666666;
	text-decoration:none;
	}
	
span.red a:hover {
	font-weight:normal;
	color: #993333;
	text-decoration:none;
	}
	
span.red a:active {
	font-weight:normal;
	color: #666666;
	text-decoration:none;
	}
	
a:link {
	color:#993333;
	text-decoration:none;
	}

a:visited {
	color:#993333; 
	text-decoration:none;
	}
	
a:hover {
	color: #ED7019;
	text-decoration:none;
	}
	
a:active {
	color:#993333;
	text-decoration:none;
	}
	

span.white a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

span.white a:visited {
	color:#FFFFFF; 
	text-decoration:none;
	}
	
span.white a:hover {
	color: #ED7019;
	text-decoration:none;
	}
	
span.white a:active {
	color:#FFFFFF;
	text-decoration:none;
	}

