/* Elemente */
body{
	background-color:#fff;
	font-family:arial;
	font-size:12px;
	background-image:url(/images/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}	

br.clearLeft{
	clear:left;	
	line-height:0;
	height:0;
	font-size:1px;
}

a{
	color:#000;
}

a:hover{
	color:#B80E2E;
}

h1, h2, h3, h4, h5, h6{
	color:#B80E2E;	
	font-family:georgia;
}

ol,ul{
	padding-left:20px;	
}
/* Elemente ENDE */


a.main-image{
	float:right;
	margin:0 0 10px 10px;	
}

#page-outer{
	width:755px;
	margin:0 auto;	
	background-color:transparent;
}

#page-inner{
	
}

#main{
	padding:10px 10px 0 10px;
	color:#000;
	border-bottom:3px solid #b80e2e;
	position:relative;
}

#header-special-image{
	background-image:url(/images/header_image.png);
	background-repeat:no-repeat;
	height:180px;
	width:400px;
	margin-left:-50px;
	position:absolute;
	top:0;
	left:0;
}

#header{
	position:relative;
}

#header-inner{
	padding:10px;	
	height:66px;
}

#header h1{
	float:left;	
}

#page-desc{
	font-size:1.2em;
	color:#b80e2e;
	font-weight:bold;
	float:right;	
	padding:0;
	font-family: georgia;
	text-align:right;
}

#page-desc a{
	color:#b80e2e;
}

#breadcrumbs{
	text-align:right;	
	color:#c6c6c6;
}


#breadcrumbs a{
	color:#c6c6c6;
}

#header-menu{
	background-image:url(/images/header_menu_bg.png);
	background-repeat:no-repeat;
	width:100%;
	height:29px;
}

#header-menu ul{
	text-align:right;	
	padding:0 10px 0 0;
}

#header-menu ul li{
	list-style:none;
	display:inline;
	margin-right:5px;
	color:#fff;
}

#header-menu ul li a{
	color:#fff;	
	line-height:2.2em;
	text-decoration:none;
}

#header-menu ul li:hover a{
	text-decoration:underline;	
}

#content{
	width:535px;	
	float:left;
	padding-top:180px;
	background-image:url(/images/page_bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:410px;
}

#content-inner{
	padding:10px 8px 0 15px;	
}

/* Lightbox */

#lightbox-secNav-btnClose{
	width:90px !important;	
}

#sidebarRight{
	color:#000;
	width:200px;
	min-height:150px;
	float:left;
}

div.sidebar-element,
#lightbox-container-image-box,
#lightbox-container-image-data-box{
	padding:5px;
	border:2px solid #d8d9d9;
	margin-bottom:5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#lightbox-container-image-data-box{	
	width:50% !important;
	margin-top:10px !important;
	padding-top:10px !important;
}

#footer{
	clear:left;	
}

#footer-menu ul{
	text-align:right;
}

#footer-menu ul li{
	list-style:none;	
	display:inline;
}

#footer-menu ul li a{
	color:#000;	
}