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

body {
	text-align:center;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
}
#container {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 195px;
	position: relative;	
	text-align:left;
	width: 802px;
	z-index: 1;
	visibility: visible;
	overflow: hidden;
}
#text-l {
	width: 430px;
	z-index:2;
	float:left;
}
#img_slider {
	margin-bottom: 30px;
	background-image: url(img/cu3er.jpg);
	width: 230px;
	height: 230px;
	z-index:2;
}
#text-r {
	width: 230px;
	z-index:2;
	padding-left:40px;
	float:left;
}
#text-m {
	position:relative;
	width: 702px;
	height: auto;
	z-index:2;
}
#feed {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-family: georgia;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	letter-spacing: normal;
	color: white;
	font-size: 12px;
	position: 0;
}	
#inhalt {
	background-repeat: repeat;
	text-align:left;
	width:802px;
	height: auto;
	z-index:2;
	visibility: visible;
	overflow: hidden;
	background-image: url(img/site_bg.png);
	float: left;
}
#footer {
	background-position: 0px 0px;
	margin:0 auto;
	text-align:center;
	width:702px;
	height:150px;
	z-index:3;
	visibility: visible;
	overflow: hidden;
	float:left;
	background-image: url(img/footer3.png);
	background-repeat: no-repeat;
	padding-left:50px;
	padding-right:50px;
	padding-top: 45px;
}
#header1 {
	visibility: visible;
	margin-left: -235px;
	position: absolute;
	left: 50%;
	top: 150px;
	width: 224px;
	height:36px;
	z-index: 0;
}
#menu-empty {
	visibility: visible;
	margin-left: -375px;
	position: relative;
	left: 50%;
	top: 190px;
	width: 90px;
	height: 28px;
	z-index: 0;
}
#header-r {
	visibility: visible;
	margin-left: 200px;
	position: absolute;
	left: 50%;
	top: 140px;
	width: 200px;
	height:36px;
	z-index: 0;
}
#header_logo {
	visibility: visible;
	margin-left: -360px;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 341px;
	height: 189px;
	z-index: 0;
}
.head1 {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
 #main {
	background-position: center top;
	background-image: url(img/bg_main_2.jpg);
	padding-left: 25px;
	margin-left: 25px;
	text-align:left;
	width: 727px;
	height: auto;
	visibility: visible;
	overflow: hidden;
}
#news {
	margin-top: 8px;
	width: 430px;
	height: 160px;
	z-index:2;
	float:left;
}
#news_img {
	width: 120px;
	height: 150px;
	z-index:2;
	float:left;
}
#news_content {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #d1d1d1;
	width: 290px;
	height: 150px;
	z-index:2;
	float:left;
}
#line {
	margin-top: 4px;
	background-repeat: repeat;
	background-image: url(img/line.jpg);
	width: 430px;
	height: 2px;
	z-index:2;
	float:left;
}
#cu3er-container { width:230px; outline:0;}

#cu3er-container-2 { 
	visibility: visible;
	margin-left: 154px;
	position: absolute;
	left: 50%;
	top: 88px; 
	width:220px; 
	outline:0;
}


#top-container { 
	line-height: 20px; 
	text-shadow: 1px 1px 3px black; 
	visibility: visible;
	margin-left: 154px;
	position: absolute;
	left: 46%;
	top: 120px;
	width:300px; 
	outline:0;
}




#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:328px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	padding:10px; 
	margin:13px;
	color:#666; 
	font-family:arial;
	font-size:11px; 
}

a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	background-color: #e33100;
	display: block;
	width:50px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* css3 implementation :) */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

a.button:hover {
	background-color: #c33100;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}



