/* --- Website-weite Formatierungen --- */

body, html {
    height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background: url('../images/layout.shadow.left.png') repeat-y 65px 0 #EEEEEE;
}

body, td, div, input, textarea, select, option, button {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

a:link,
a:active,
a:visited {
    color: #333333;
	text-decoration: underline;
}

a:hover {
    color: #BB2200;
	text-decoration: none;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.small {
    font-size: 8pt;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.normaltext {
    font-weight: normal;
	font-style: normal;
}


.hrtext {
    font-weight: bold;
	border-bottom: 1px solid #BB2200;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 10pt;
}

.clearbr {
    clear: both;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

.extlink {
	background: url('../images/extlink.gif') center right no-repeat;
	margin-right: 3px;
	padding-right: 15px;
}

.extlink:hover {
	background: url('../images/extlink.hover.gif') center right no-repeat;
}

.sub {
	vertical-align: sub;
}



/* --- Layout --- */

#center {
	background: url('../images/layout.shadow.right.png') repeat-y 100% 0 #F7F7F7;
	min-height: 100%;
	margin-left: 73px;
	margin-right: 65px;
	padding-right: 10px;
}

#header {
    height: 125px;
	background: url('../images/layout.header.bg.png') repeat-x 0 0 #BB2200;
}

#logo-left {
	float: left;
	margin-left: 45px;
	margin-top: 17px;
	border: none;
}

#logo-right {
    float: right;
	margin-top: 17px;
	border: none;
}


#menue {
    margin-top: 1px;
	height: 34px;
	background: url('../images/layout.menue.bg.png') repeat-x 0 0 #333333;
	text-align: center;
	font-weight: bold;
	color: #F7F7F7;
	line-height: 32px;
}

#menue ul {
    list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

#menue li {
	display: inline;
	padding: 4px 12px 6px 12px;
}

#menue .menue-div {
    background: url('../images/layout.menue.divider.png') no-repeat 100% 0;
}

#menue a:link,
#menue a:active,
#menue a:visited {
    color: #F7F7F7;
	text-decoration: none;
}

#menue > ul > li > a:hover {
    border-bottom: 1px solid #BB2200;
}

#menue .menue-flags img {
	border: 1px solid #EEE;
	padding: 1px;
	position: relative;
	top: 4px;
}

#menue .menue-flags > a:hover,
#menue .menue-flags > a:link,
#menue .menue-flags > a:active,
#menue .menue-flags > a:visited {
	border: none;
}

#menue .menue-flags > a.flag-de-active-de > img,
#menue .menue-flags > a.flag-en-active-en > img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	/*border-bottom: none;*/
}

#content {
    padding: 20px 30px 30px 30px;
}

#print-head {
    display: none;
}

#printimg-preload {
    visibility: hidden;
	height:0;
	width:0;
	margin: 0;
	padding: 0;
}

/* --- Lightbox --- */

#lightbox {
	background-color:#F7F7F7;
	border: 1px solid #000000;
	padding-bottom: 7px;
	font-size: 8pt;
}

#lightboxDetails {
	margin: 0px 10px 10px 10px;
}

#lightboxCaption {
	float: left;
	font-size: 8pt;
	font-weight: bold;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: -5px;
	right: -6px;
}

#lightbox img {
	border: none;
	clear: both;
	margin: 10px 10px 5px 10px;
}
#overlay img {
	border: none;
}

#overlay {
	background-image: url('../images/lightbox.overlay.png');
}




/* INFOHEADER */
#infoheader {
	width: 30%;
	padding: 5px;
	border: 1px solid #BB2200;
	background: url('../images/layout.boxhover.red.bg.png') repeat-x 0 100% #f2e4e4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 8pt;
	position: absolute;
	right: 220px;
	top: 10px;
	
	-webkit-box-shadow: 1px 1px 7px #BBB;
	-moz-box-shadow: 1px 1px 7px #BBB;
	box-shadow: 1px 1px 7px #BBB;
}



