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


body, html
{
	padding:0px;
	margin:0px;
	
	background-color:#000000;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	
	width:100%;
	
	line-height:150%;
	overflow:hidden;
	
}


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

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


#prowein
{
	
	
	position:absolute;
	z-index:200;
	
	background-color:#FBFDF3;
	background-image:url(../img/prowein.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
	top:30px;
	right:30px;
	
	width:370px;
	height:70px;
	
	color:#333333;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	
}


#imgs-frame
{
	position: relative;
	top: 0px;
	left: 0px;
	overflow:hidden;
}

#content
{
 
 	position:absolute;
	z-index:19;
	bottom:0px;
	height:200px;
	
	background-color:#2A3438;
	
	overflow:hidden;
	
	width:100%;
	
	background-image:url(../img/logo.jpg);
	background-position:40px 60px;
	background-repeat:no-repeat;
	
 
}

#col_wrapper
{
	margin-left:320px;
	margin-top:60px;
}

#col_1
{
	float:left;
	margin-right:40px;
}

#col_2
{
	background-image:url(../img/headline.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	overflow:hidden;
	
	float:left;
	
	padding-top:20px;
}

#col_3
{
	float:right;
	margin-right:40px;
}


#col_3 a, a:active, a:visited
{
	color:#576C74;
	text-decoration:none;
}

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


.leightbox {
	
	color:#FFFFFF;
	background-color:#C7AA46;
	display: none;
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	padding-left:30px;
	padding-top:60px; 	
	text-align: left;
	z-index:1001;
	overflow: auto;	
}


.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }



#col_2_box
{
	float:left;
}

#col_3_box
{
	float:right;
	margin-right:75px;
}



.leightbox #col_2_box a, a:active, a:visited
{
	color:#2A3438;
	text-decoration:none;
}

.leightbox #col_2_box a:hover
{
	color:#FFFFFF;
	color:#2A3438;
	text-decoration:none
}


.leightbox #col_3_box a, a:active, a:visited
{
	color:#2A3438;
	text-decoration:none;
}

.leightbox #col_3_box a:hover
{
	color:#FFFFFF;
	color:#2A3438;
	text-decoration:none
}
