@charset "utf-8";

/* CSS Document */

#PicNetEyeTracker {color:#000;font-size:1px}

html { height: 100%; margin-bottom: 1px; } 



body {

	background:url(../img/bg_carbon.jpg) #000 center top no-repeat;	

	color:#FFF;

	text-align:left;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}



a, a:visited, a:hover {

	color:#FFF;	

	text-decoration:none;

}



a:hover {

	color:	#FFCC00;

}



a:active, a:focus {outline: none}



#container {

	width:960px;

	margin:0 auto;





}



#header {

	padding:40px 5px 20px 5px;	

}





div.eventcolumn {

	background:#232424;

	width:217px;

	float:left;

	margin-right:7px;

	margin-left:6px;

	opacity: .7;

	filter: alpha(opacity=70);

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	padding:10px 5px;

}



div.eventcolumn:hover {

	opacity: 1.0;

	filter: alpha(opacity=100);

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	background:#202121;

}

 div.eventcolumnactive {
	opacity: 1.0;

	filter: alpha(opacity=100);

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}





div.last {

	margin-right:0;	

}







h2 {

	color:#FFF;

	font-weight:bold;

	font-size:14px;

	text-transform:uppercase;

}



h3 {

	color:#fff;

	font-weight:bold;

	font-size:10px;

	text-transform:uppercase;

	margin-top:10px;

	margin-bottom:5px;

}



h4 {

	color:#FFCC00;

	font-weight:bold;

	font-size:10px;

	text-transform:uppercase;

	margin-top:10px;

	margin-bottom:5px;

}



a.event {

	margin-top:10px;

	color:#FFF;

	display:block;

	text-decoration:none;

	font-weight:bold;
	
	position:relative;

}



a.event:hover {

	color:#FFCC00;

}

.canceled {
	position:absolute;
	bottom:5px;
	right:0px;	
	padding:2px 5px;
	background-color:#F00;
	color:#FFF;
	text-transform:uppercase;
}


.date {

	font-size:14px;	

}



.eventname {

	font-size:20px;	

}



.location {

	font-size:10px;

	text-transform:uppercase;

	font-weight:normal;

}









#languageselector {

	text-align:left;

	float:right;

	width:240px;

	margin-right:-8px;

}



#languageselector li {

	list-style:none;

	line-height:16px;

	float:left;

	width:80px;

}



#languageselector a {

	text-decoration:none;

	font-size:10px;

	color:#fff;

	padding-left:20px;

	width:100%;

	text-transform:uppercase;

	padding-top:2px;

	border: 2px solid transparent;

	padding:3px 3px 3px 23px;

}



#languageselector a:hover {

	color:#FFCC00;

}



.inactive, .inactive:hover {

	filter:alpha(opacity=25);

	-moz-opacity:.25;

	opacity:.25;

}



.inactive a:hover {

	color:#333333;

}



#languageselector a.active {

	font-weight:bold;

	border: 2px solid #232424;

	background-color:#000;

}



#languageselector li.last a {

	border:0;

}



.hu {

	background: url(../img/flags/hu.png) 3px 5px no-repeat;

}



.en {

	background: url(../img/flags/gb.png) 3px 5px no-repeat;

}

.de {

	background: url(../img/flags/de.png) 3px 5px no-repeat;

}



#footer {

	padding:50px 5px;	

	margin-bottom:20px;

	clear:both;

}



.hotline {

	font-size:18px;

	font-weight:bold;

	text-transform:uppercase;

	line-height:22px;

}



.imprint {

	font-size:11px;	

	float:right;

	width:55%;

	text-align:right;

	line-height:12px;

}



.contentcontainer {

	background:#232424;

	clear:both;

	margin:0 7px 0 5px;

	padding:20px 5px;

	position:relative;
	
	display:none;

}



.official {

	border:1px solid #333;

	color:#fff;

	background:#000;

	font-size:10px;

	font-weight:bold;

	text-transform:uppercase;

	text-align:center;

	margin-bottom:10px;

}



a.close {

	display:block;

	height:20px;

	width:20px;

	border:1px solid #666;

	color:#666;

	text-align:center;

	line-height:20px;

	position:absolute;

	bottom:5px;

	right:5px;

}	



a.close:hover {

	border:1px solid #FFCC00;

	color:#FFCC00;

}



div.subnav {

	width:150px;

}



div.subnav ul {

	padding:0;

	margin:0;

	width:150px;

}



div.subnav ul li {

	list-style:none;

	padding:0;

	margin:0;


}



div.subnav ul li a {

	display:block;

	margin-top:5px;

	text-transform:uppercase;

	padding:5px;

	background:#333333;

	font-weight:bold;

	font-size:11px;
	
	width: 140px;

	margin-bottom:5px;

}



div.subnav, div.description, div.news, div.gallery {

	float:left;	

}



div.description {

	width:322px;	

	margin-left:10px;

	font-size:14px;

}



div.news {

	width:235px;	

	margin-left:10px;

}



div.gallery {

	width:200px;	

	margin-left:10px;

}



img.eventlogo {

	float:left;

	margin-right:5px;

	margin-bottom:5px;

	margin-top:5px;

}



.newselement {

	border-bottom:#333 2px solid;

	padding-bottom:3px;

	margin-bottom:3px;

	width:235px;	

}



.newselement .title {

	font-weight:bold;	

	font-size:14px;

}



.newselement .text {

	text-align:justify;

	font-style:italic;

	line-height:14px;

}



.newselement .link a {

	font-size:10px;

	text-transform:uppercase;

	text-decoration:underline;

}



.thickbox {

	margin-right:7px;

	margin-bottom:7px;

	float:none;

}



.thickbox img {

	width:90px;	

}


#latestnews {
	margin-bottom:20px;
	padding:5px;
}

.latestnewselement {
	padding:5px;
	border:1px solid #191F1C;
}

.latestnewselement:hover {
	border:1px solid #FFCC06;
}

.latestnewselement img {
	float:left;
	margin-right:20px;
	font-size:12px;
}

.latestnewselement {
	line-height:16px;	
	background:#232424;
	clear:both;
	margin-bottom:20px;

}

.latestnewselement .headline {
	font-size:16px;
	font-weight:bold;
}

.clearer { 
	clear: both;
}

.reg-content { 
	padding: 5px;
	float: left;
	width: 550px;
	margin-left: 10px;
}

div.field { 
	float: left;  
	padding: 0px;
}


