@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#000;
	width:100%;
	height:100%;
	line-height:1.4em;
	background-image:url(../images/index.jpg);
	background-position:center 430px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
body, textarea, input {
	font-family:Verdana,Arial,sans-serif,"Trebuchet MS";
	font-size:small;
}

div#msg {
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	width:300px;
	padding:0.5em;
	background:rgba(255,255,255,0.9);
	overflow:auto;
	z-Index:1000;
}

div#CContainer {
	margin:auto;
	margin-top:1em;
	width:900px;
	z-Index:0;
}
div#CFacts {
	display:none;
}
div#CFacts, nav#nav1 {
	background-image:url(images_standard/hg_alpha90.png);
	background-repeat:repeat;
}
nav#nav1 {
	margin-bottom:1em;
	border-top:1px dotted #13B5EA;
	border-bottom:1px dotted #13B5EA;
}
div#CContent {
	margin:auto;
	width:600px;
	background-color:#fff;
	background:rgba(255,255,255,0.8);
}
div#LNavi2 {
	margin-bottom:30px;
	clear:both;
}
footer {
	display:block;
	margin-top:30px;
	border-top:1px dotted #13B5EA;
	text-transform:uppercase;
	text-shadow:#333;
	clear:both;
	float:none;
}

div#CPicsG {
	border:1px solid #ccc;
	padding:1px;
	margin:auto;
	margin-top:1em;
	width:auto;
	max-width:600px;
	min-width:500px;
	text-align:center;
	background-color:#fff;
	background:rgba(255,255,255,0.8);
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin-bottom:0.5em;
	margin-top:0.8em;
	font-family:tahoma, helvetica, verdana, arial, sans-serif;
	text-transform:uppercase;
}
h1 {
	font-size: 180%;
	color: #13B5EA;
}
h2 {
	font-size: 150%;
	color: #13B5EA;
}
h3 {
	font-size: 120%;
	color: #13B5EA;
}
h4 {
	font-size: 100%;
	color: #13B5EA;
}
h5 {
	font-size: 80%;
	color: #13B5EA;
}
h6 {
	font-size: 70%;
	color: #13B5EA;
}

p {
	margin-bottom:0.5em;
}

a:link {
	color: #AB1F24;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #AB1F24;
}
a:hover {
	text-decoration: none;
	color: #EC1C24;
}
a:active {
	text-decoration: underline;
	color: #EC1C24;
}

dl {
	margin-left:2em;
}
dl dt {
	text-transform:uppercase;
	margin-top:0.5em;
	font-size:90%;
	color:#F90;
}
dl dd {
	margin-left:1.5em;
}


/* #### ELEMENTE #### */
div#COverlay {
	background-color:rgba(255,255,255,0.9);
	background-color:#ecece5;
	position:fixed;
	left:50%;
	top:50%;
	width:600px;
	min-height:200px;
	max-height:600px;
	margin-left:-300px;
	margin-top:-300px;
	z-Index:90;
	color:#000;
	padding:0.5em;
	overflow:auto;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:3px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #666;
    -moz-box-shadow: 0px 0px 5px #666;
    box-shadow: 0px 0px 5px #666;
	
	display:none;
}

a.close {
	display:block;
	width:20px;
	height:20px;
	border:1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#c00;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin-bottom:0.5em;
}

dl.menu {
	/*
	position:absolute;
	left:2em;
	top:1.2em;
	width:200px;
	height:auto;
	z-Index:100;
	background-color:#ccc;
	*/
	margin:0px;
	padding:0.3em;
}
	dl.menu label {
		display:block;
		float:left;
		width:150px;
		text-align:right;
		margin-right:10px;
		clear:left;
	}
	dl.menu dt, dl.menu dd {
		font-size:90%;
	}
	dl.menu dd {
		margin-left:1em;
		margin-top:0.5em;
		clear:both;
		float:none;
	}
	
	dl.menu .noLabel {
		margin-left:110px;
	}
	
	dl.menu dt {
		font-weight:bold;
	}
	
	dl.menu input[type=text], dl.menu select, dl.menu input[type=button] {
		display:block;
		float:left;
		margin-right:0.5em;
	}
	
	dl.menu input[type=text], dl.menu input[type=password], dl.menu textarea {
		-moz-border-radius:0.5em;
		-webkit-border-radius:0.5em;
		border-radius:0.5em;
		padding:0.2em;
	}
	dl.menu textarea {
		border:1px solid #999;
	}

fieldset#fsLogin {
	padding:0.5em;
	text-align:right;
	float:right;
	width:200px;
	-webkit-border-radius:0.7em;
	-moz-border-radius:0.7em;
	border-radius:0.7em;
	border:1px solid #ecece5;
	background-color:#fff;
	background:rgba(255,255,255,0.7);
}
fieldset#fsLogin legend {
	text-align:right;
	padding-left:0.5em;
	padding-right:0.5em;
	text-transform:uppercase;
	font-size:80%;
}
fieldset#fsLogin label {
	margin-right:0.7em;
}
fieldset#fsLogin input {
	font-size:80%;
}
fieldset#fsLogin input[type=text], fieldset#fsLogin input[type=password] {
	padding:0.2em;
	padding-left:1em;
	padding-right:1em;
	line-height:1em;
	margin:0px;
	width:50px;
	
	color:#333;
	
	background-color:#ecece5;
	background:-moz-linear-gradient(top, #ecece5, #fff); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#ecece5), to(#fff)); /* Safari, Chrome */
	background:-webkit-linear-gradient(top, #ecece5, #fff); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #ecece5, #fff); /* Opera */
	background:-ms-linear-gradient(top, #ecece5, #fff); /* IE */
	background:linear-gradient(top, #ecece5, #fff); /* W3C Standard */

	-webkit-border-radius:0.7em;
	-moz-border-radius:0.7em;
	border-radius:0.7em;
	border:1px solid #ecece5;
}

/* ---- HEADER: ---- */
/* ENDE HEADER: ---- */

/* ---- NAVIGATION: ---- */
/* ENDE NAVIGATION: ---- */

/* ---- FOOTER: ---- */
/* ENDE FOOTER: ---- */


/* ---- CONTENT: ---- */
div.Kommentare {
	margin-left:100px;
	border:1px dotted #999999;
	font-style:italic;
	font-size:90%;
	margin-bottom:5px;
	padding:2px;
}

dl.datum {
	color:#333;
	font-size:90%;
}

ul.lightbox {
	list-style-type:none;
	margin:0px;
	padding:0px;
	clear:both;
	float:none;
}
ul.lightbox img {
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin:5px;
}
ul.lightbox li {
	display:inline;
	margin:1px;
	text-transform:uppercase;
}
/* ENDE CONTENT: ---- */