@charset "UTF-8";

body{
	background-image:url(../images/layout/backgr.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:arial;
	font-size:10px;
	color:#888888;


}

#siteContainer{
	position:relative;
	left:15%;
	width:800px;

/*	text-align:center; */

/* DEVELOP/DEBUG
	background-color:purple;
	*/
}

#headContainer{
	width:800px;
}

#Header{
	position: relative;
	height:235px;
}

#Header table{
	margin-left:40px;

}

#Header table td{
	vertical-align:top;
}

#Header img{
	border-style:none;
}

#HomeRun{
	position: absolute;
	top:13px;
	right:0px;
}

#HomeRun img{
	width:160px;
	height:140px;
	border-style:none;
}

#MainNavi{
	position:absolute;
	top: 165px;
	left:100px;
	height:20px;
/* DEBUG
	border-style:solid;
	border-color:red;
	border-width:2px;
*/
}

#MainNavi a{

	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;

}

#MainNavi a:hover{

/*	background-color:white; */
}

#MainNavi ul{

	list-style-type:none;
	height:20px;
	margin:0px;
}

#MainNavi ul li{

	float:left;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	height:25px;

}

#MainNavi ul li:hover{


	background-image:url(../images/layout/navi_whiteout.png);
	background-repeat:repeat;
}

#MainNavi ul li.selected{

	background-image:url(../images/layout/navi_whiteout.png);
	background-repeat:repeat;

}

#SubNavi{
	position:relative;
	top:-35px;
	left:0px;
	height:30px;
}

#SubNavi table{
	width:720px;
}

#subNaviLinks{
		padding:0px 0 0 15px;
		line-height:15px;
		width:520px;
}

#content td{

	font-size:13px;
	text-align:left;
	line-height:165%;
}

#linkOrama:hover{
	cursor:pointer;
}

#content{
	position:relative;
	width:740px;
	min-height:400px;
	padding:20px 0 0 40px;
	background: url(../images/layout/lline.gif) left top repeat-y;
	clear:both;
}


#footer{
	background:url(../images/layout/footer.jpg) no-repeat left bottom;
	width:800px;
	height:60px;
	position:relative;
}

#footerMenu{
	text-align:left;
	position:relative;
	top:5px;
	left:40px;
	padding-top:20px;
	width:400px;
	height:40px;
}

#linkOrama{
	position:absolute;
	right:30px;
	top:10px;
	width:250px;
	height:40px;
	background:transparent;
}


.imageContainer{
	background: url(../images/layout/corner.gif) left bottom no-repeat #F1F1F1;
	position:relative;
}

.imageOverlayContainer{
	position:relative;
	left:530px;
	top:0px;
	width:160px;
	height:200px;
	background:transparent;
}

.imageOverlayBackground{
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:200px;
	background:#F5F5F5;
	padding:0px;
	filter:Alpha(opacity=65);
	-moz-opacity:0.65;
}

.imageOverlay{
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
	height:200px;
	padding:5px;
	color:black;
}


div.highlight {
	font-size:10px;
	font-weight:bold;
	color:#89200d;
	text-transform:uppercase;
	position:absolute;
	bottom:0px;
	left:40px;
}

.headline {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}



.bildtext {
	font-size:12px;
	color:#444444;
}
.highlight {
	font-size:10px;
	font-weight:bold;
	color:#89200d;
	text-transform:uppercase;
}

p.text{
	font-size:13px;
	text-align:justify;
	line-height:165%;
}

.text{
	font-size:13px;
	text-align:justify;
	line-height:165%;
}

.linkactive{
	font-size:10px;
	font-weight:bold;
	color:#89200d;
	text-decoration:none

}

p.textrechts{
	font-size:13px;
	text-align:right;
	line-height:165%;
}

p.textmitte{
	font-size:13px;
	text-align:center;
	line-height:165%;
}


span.text_rot{
	font-family:arial;
	font-size:13px;
	color:#89200d;
	text-decoration:none
}

a.red {font-family:arial;font-size:10px;font-weight:bold;color:#89200d;text-decoration:none}

a.standardtext {font-family:arial;font-size:13px;text-decoration:none}
a.standardtext:hover {font-family:arial;font-size:13px;text-decoration:none}
a.standardtext:focus {font-family:arial;font-size:13px;text-decoration:none}
a.standardtext:active {font-family:arial;font-size:13px;text-decoration:none}

span.links {font-size:10px;font-weight:bold}

a {font-family:arial;font-size:10px;font-weight:bold;color:#888888;text-decoration:none}
a:hover {font-family:arial;font-size:10px;font-weight:bold;color:#89200d;text-decoration:none}
a:focus {font-family:arial;font-size:10px;font-weight:bold;color:#89200d;text-decoration:none}
a:active {font-family:arial;font-size:10px;font-weight:bold;color:#89200d;text-decoration:none}
p {text-align:justify;line-height:165%}

.layerAd{
	display:block;
	z-index:95;
	border-style:solid;
	border-width:2px;
	border-color:#d2d2d2;
	background-color:#ffffff;
}

.layerAdHead{
	min-height:18px;
	border:0;
	text-align:right;
	z-index:96;
	position:absolute;
	right:0px;
	top:0px;
}

.layerAdHead a{
	text-decoration: none;
}

.layerAdHead a:hover{
	text-decoration: none;
}

.layerAdHead a img{
	text-decoration: none;
	width:18px;
	height:18px;
}


.layerAdContent{
	width:100%;
	min-height:100px;
	z-index:96;
}

.layerAdContent img{
	border:0;
	}


#layerAd01{
	width:400px;
	min-height:400px;
	position:absolute;
	top:300px;
	left:300px;
}

#layerAd02{
	width:522px;
	min-height:230px;
	position:absolute;
	top:300px;
	left:300px;
}

.layerAdText{
	margin:10px;
	color:#888888;
}

.layerAdImg{
	border:0px;
	padding:0px;
	margin:0px;
}

#fb_btn{
	position:absolute;
	right:0px;
	top:10px;
}
