/* ### HTML ###################################################################### */
* {
margin: 0px;
padding: 0px;
}

html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	background:#000000;
	color: #fff;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display: block;
	clear: both;
	line-height: 0;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear {
	clear: both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#website {
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 1003px;
}


#main_left_column{
	padding: 0px;
	height: 100%;
	width: 866px;
	float:left;
}

#main_right_column{
	padding: 0px;
	min-height: 1300px;
	width: 137px;
	float: left;
}
#advertising_head{
	padding: 0px;
    width: 866px;
	height: 88px;
	background: url(advertise_top.jpg) no-repeat;
}


/* ### Header ############################################################ */
#header {
	height: 150px;
	width: 866px;
	clear: both;
	position:relative;
	padding: 0 0 0 0;
	background: url(bg_head.jpg) no-repeat;
}
#headtext {
font-size: 8px;
height: 18px;
padding: 10px 0px 0px 698px;
position: relative;
}

#headtext a{
color: #cccccc;
text-transform: uppercase;
letter-spacing: 1px; 
text-decoration: none;
padding: 0px 20px 0px 0px;
}


#headtext a:hover{
color: #888888;

text-decoration: none;
}

/* ### Navibereich #################################################################### */
#headnavi {
	display: block;
	position: relative;
	height: 58px;
	width:866px;
	padding: 0 0 0 0;
	background: url(/files/images/bg_navi.jpg) no-repeat;
}

#head_info {
	display: block;
	position: relative;
	height: 20px;
	width:866px;
	padding: 10px 0px 0px 14px;
	color: #888888;
}

#head_info a{
color: #888888;
	
}


#infobox {
	height: 234px;
	width: 866px;
	clear: both;
	position:relative;
	padding: 0px 0px 0px 20px;
	background: url(bg_infobox.jpg) no-repeat;
}

#head_logo {
	height: 117px;
	width: 866px;
	position:relative;
	padding: 0 0 0 0;
}

#logo {
    left:77px;
    position:absolute;
    top:10px;
	border: 0px solid #37444f;
	background-image: url(eps_logo.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: none;
}

#logo a {
	display:block;
	height:80px;
	width:244px;
	text-indent:-700em;
}


#contenttop{
    height: 113px;
    width: 1000px;
    background: url(/files/images/bg_highlights.jpg) no-repeat #ffffff;
}


/* ### Content #################################################################### */


#content {
	display: block;
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 866px;
	margin:0px auto;
	text-align:left;
	background: url(bg_content.jpg) 0% 0% repeat-y #ffffff;
	min-height: 600px;
}

#content a, #content a:link {
	color: #42A6E7;
	background: inherit;
	font-size: 12px;
	font-weight: bold;

}

#content a:hover {
	color:#888888;
	background: inherit;
	font-size: 12px;
	font-weight: bold;

}

#content a.current:link {
	color: #cccccc;
	background: inherit;
	font-size: 12px;
	font-weight: normal;

}

#content-inhalt {
    color: #666666;
    width: 830px;
	font-size: 12px;
	padding-left: 30px;
	text-align:left;
}


#content-inhalt-oben {
    color: #666666;
    width: 810px;
	font-size: 12px;
	padding-left: 30px;
	text-align:left;
	margin-bottom: 20px;
}

#ext {
    color: #666666;
    width: 840px;
	font-size: 12px;
	padding-left: 10px;
	text-align:left;
}

#content-left {
	padding-top:10px;
    color: #666666;
    width: 640px;
	font-size: 12px;
	padding-left: 30px;
	text-align:left;

}

#content-right {
    float: left;
    color: #666666;
    width: 250px;
	padding-top: 10px;
	font-size: 12px;
	text-align:left;
	padding-left: 54px;

}


#content-foot {
    height: 174px;
    color: #ffffff;
    width: 1000px;
    background: url(/images/bg_foot_content.jpg) 0% 0% repeat-x #ffffff;
}

 
h1 {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
	 color: #666666;
	font-weight: bold;
	text-decoration: none;
}


/* hide from IE/MAC \*/
* html #content{
	height:1px;
}
/* end hide */



/* ### Footer ###################################################################### */

#footer {
	height: 58px;
	width:100%;
	background:#222222;
}

#footer p {
    padding: 4px 10px 10px 0px;
    color:#888888;
    background:inherit;
    font: 9px Arial, Helvetica, Geneva, sans-serif;
}


#footc {
    text-transform:uppercase;
    color: #888888;
    font: 10px Arial, Helvetica, Geneva, sans-serif;
    padding: 70px 66px 0 40px;
    text-align: left;
    height: 80px;
}

#footc  a,
#footc  a:link {
    color:#3270fb;
    text-decoration: none;
    background:inherit;
    font-weight: bold;
    padding: 0 0px 0 0px;
    font: 10px Arial, Helvetica, Geneva, sans-serif;
}

#footc  a:hover {
    color:#cccccc;
    text-decoration: none;
    background:inherit;
}

img {
border: none;
}
