@charset "utf-8";
/* Nabucco Screen */

body {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #83092B;
	width: auto;
	}
p, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0; font-family:"Century Gothic"}
p, h1, h2, h3 { padding-bottom: .6em; line-height: 1.5em;}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	color:#ECEAE5;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #83092B;
}


h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #83092B;
	line-height: normal;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #83092B;
	line-height: normal;
}
p{
	font-size: 1em;
	font-weight: normal;
	color: #666666;
}

/*CONTENT
------------------------------------------------------------------------------------*/
#main {
	width:auto;
	height:auto;
	margin-left:50px;
	margin-right:50px;
	margin-top:50px;
	background-color:#83092B;
		}

#borderbox {
	width: 900px;
	height:510px;
	background-color: white;
	border: solid;
	border-color:black;
	border-width:2px;
		}
	
		

#head {
	width: 900px;
	height: 40px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:5px;
	background-color:black;
	}
	

	
#footer {
	clear:both;
	width: 900px;
	margin-left:50px;
	height:150 px;
	font-size:14px;
	font-weight:bold;
	color:white;
}

		
#copyright {
	clear: both;
	width: 900px;
	margin-left:50px;
	height:100 px;
	color: #FFFFFF;
	font-size:xx-small;
	text-align:right;
		}
		
#content {
	width: 300px;
	height: 420px;
	position: absolute;
	top: 140px;
	left: 633px;
}

#content2 {
	width: 380px;
	height: 420px;
	position: absolute;
	top: 144px;
	left: 560px;
}
#scrollmenue {
	width: 319px;
	height: 400px;
	position: absolute;
	top: 133px;
	left: 633px;
	overflow:auto;
}

#newsletter{
	width: 200px;
	height: auto;
	color:#333333;
	/*background-color:#83092B;
	opacity:0.5;
	filter:alpha(opacity=65);
	-moz-opacity:0.5;*/
	position:absolute;
	top: 460px;
	left: 350px;
	
}	

#menueabo{
	width: 200px;
	height: auto;
	position:absolute;
	top: 289px;
	left: 689px;
}

.newsletter {
	font-family:"Century Gothic"
	font-size: 0,5em;
	color: #000000;
}

.logo {
		margin-right: 10px;
	float:left;
	
	}
.bild_links{
	float:left;
	margin-right:10px;
	padding:0;
	
}
.bild_rechts{
	float:right;
	margin-left:10px;
	padding:0;
	
}
.teaserbild {
	
	display:inline;
	margin: 2px;
	padding:0;
	border: solid 3px #83092B;
}

.whitetext{
	font-size: 14px;
	color: white;
	font-weight:bold;
}

	a:link, a:visited, a:active {color: #666666; text-decoration:underline;}
	a:hover {color: #666666; text-decoration: none;}
	
	.whitelink a:link, whitelink a:visited, whitelink a:active {color: #ffffff; text-decoration:underline;}
	.whitelink a:hover {color: #ffffff; text-decoration: none;}
	

