/* Allgemein */
html,body {margin:0;padding:0;}
body {
	font: 76% verdana, arial, sans-serif;
	text-align:center;
	line-height:1.5em;
	color:#404040; 
	background:#ffffff url(../_images/bg_site.png) repeat-x;}

/* body, table { // Why do tables use larger font otherwise?
    font-size: 12px;
} */

/* Wenn Ungarisch, dann alle .de, .en und .ru Klassen ausblenden (auf Gross-/KLeinschreibung achten!! */
#hu .de {display: none;} 
#hu .en {display: none;}
#hu .ru {display: none;} 

/* Wenn Deutsch, dann alle .hu .en und .ru Klassen ausblenden */
#de .en {display: none;} 
#de .hu {display: none;}
#de .ru {display: none;} 

/* Wenn Enlisch, dann alle .de .hu und .en Klassen ausblenden */
#en .de {display: none;} 
#en .hu {display: none;}
#en .ru {display: none;}

/* Wenn Russisch, dann alle .de .en und .hu Klassen ausblenden */
#ru .de {display: none;} 
#ru .en {display: none;}
#ru .hu {display: none;} 

/* default alignment of table cells */
td {vertical-align: top; text-align: left;}

th {font-weight:bold; text-align: left;}

/* no borders on images */
img { border: 0px; }

hr {height: 1px; color:#404040;}

h1 { font-size: 110%; color:#004588;}	
h2 { font-size: 100%; color:#404040; text-align:left;}	

a:link {color:#004588;}

a:hover {color:#CC0000; text-decoration:underline;}
a:visited {color:#4f7fad; text-decoration:none;}

/* Klassen */

.trenner {clear:both;}
	
.pager {margin-top: 1em;}

.more {margin-top: 1em;}

/* Eigene */

/* Container */	

div#container{
	width:800px;
	margin:0 auto;
	background-color: #fff;
	padding-top:1px;}
	
div#globalheader {
	height:104px;
	margin-top:30px;
	background: url(../_images/bg_header.gif);
	text-align:left;}	
	
div#navitop {
	padding:0 0 0 220px;
	height:18px;
	width: auto;
	background-color:#d6e1ec;
	text-align:left;
	font-size:90%;
	border-top:1px solid #004588;
	border-bottom:1px solid #004588;}	
	
div#sprachauswahl {
	float:right;
	text-align:right;
	padding-right:1em;
	padding-top:1px;
	width:100px;
	margin-top:-130px}	

.gutter-h {height:20px;}	

#wrapper {}	

div#content{
	float:right;
	width:580px;
	text-align:left;}
	
#content ul {	
	list-style-type:none;
	padding-left:10px;
	margin-left:10px;}		
	
#content ul li {
	margin:0;
	padding-left:20px;
	background-image:url(../_images/list.gif);
	background-repeat:no-repeat;
	background-position: 0 4px; } 	

#content table {
	width:100%;
	border: 0px solid #efefef;}
	
#content td {
	border: 0px solid #efefef;
	padding: 2px;
	margin:0;
	font-size:90%;}	
		
div#aktuell{
	float:left;
	width:206px;
	margin-right:0px;
	padding:1em 0 1em 0;
	text-align:left; background-color:#d6e1ec;
	font-size:95%;}
	
#aktuell div{
	padding:0 1em 0 10px;	
	}	
	
.teaser-aktuell {}	
	
#aktuell h1{
	font-size:100%;
	display:block;
	background-color:#004588;
	color:#ffffff;
	padding: 0 0 2px 4px;
	}	
	
div#extra{
	float:right;
	width:580px;
	text-align:left;
	min-height:80px;}
	
div#footer {
	clear:both;
	width:100%;
	height:18px;
	padding:0 0 1px 0;
	/* padding:0.8em 0 0.8em 0; */
	margin-top:20px;
	background-color:#a3bcd4;
	text-align:left;
	font-size:90%;
	border-top:1px solid #004588;
	border-bottom:1px solid #004588;}
	
#footer div {
	padding:0 1em 0 1em;
	}		
	
#footer a:link {text-decoration:none;}	
#footer a:hover {color:#FFFFFF;}	

/* -------------- Menue -------------------------- */	

#navitop ul { /* Alle Listen */
	padding: 0;
	margin: 0;
	list-style: none;
}

#navitop li  { /* Alle Listenpunkte */
	float: left;
	position: relative;
	width: auto;		/* Breite der Menues */
	/*white-space:nowrap;*/
	padding-right: 2em;
}

#navitop ul li ul li { /* Alle Listenpunkte */
	display:block;
	width:90%;
	border-bottom:1px dotted #004588;
}

 /* Alle Listenpunkte */
#navitop li a {
	text-decoration:none;
	display: block;
	font-weight:bold;
}

#navitop li ul { /* second-level Listen */
	display: none; 
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

#navitop li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 0;
	left: 0;
}


#navitop li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	width: 13.5em;
	margin: 18px 0 0 -1em;
	padding: 8px 1.4em 1em 0.9em;
	background-color:#d6e1ec;
	border-left:1px solid #004588;
	border-right:1px solid #004588;
	border-bottom:1px solid #004588;
}

/* Übersichtsseite Standard */

.thumb_bild {
	float:left;
	width: 130px;
	}
	
.team_bild {
	float:right;
	width: 120px;
	margin-left:10px;
	padding:2px;
	border: 1px solid #7b858a;
	}	
	
.bild_rahmen {
	padding:2px;
	border: 1px solid #7b858a;}	
	
.weiter_links {
	clear:both;}	
	
div.thumb_bild img { 
	border: 1px solid #7b858a;
	padding:2px; }	
	
.teaser {
	float:left;
	width:450px;
	overflow:auto;} 
	
.team_teaser {
	float:left;
	width:430px;}		
