/* CSS Document */

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

.menusmall, .menusmallbold { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.text { 
	font-size: 12px;
	font-family: "Segoe UI";
	color: #000000;
}

.textsmall { 
	font-style: italic;
	font-size: 10px;
	color: #000000;
}

.textmid { 
	font-size: 11px;
	color: #000000;
}

.textsmallbold { 
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.textheader { 
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.menusmallbold { 
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2e3157;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Segoe UI",Arial, Helvetica, sans-serif;
}
.bildhint {
	font-style: italic;
	font-size: 9px;
	color: #ffffff;
}
.copyright {
	font-size: 7px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.header, .headergrey {font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: 10px; font-size: 18px; }
.headergrey {color: #CCCCCC}

#popup {
     visibility: hidden;
     position: absolute;
	 background-color: #ffffff;
     left: 0px;
     top: 0px;
     text-align:center;
     z-index: 1000;
	 padding:5px;
	 margin:0px;
}

#popupMask {
	display:none;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:3100;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	margin: 0px;
	padding: 0px;
	filter: alpha(opacity=50);
}

.shoutbox {
	background-color: #fff;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	}
