/*** CSS Document ****/

/* globale Tags **/
body {
	background: #fff url(images/bgbalken.jpg) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin:0px;
	align: right;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:active {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img {
	border: 0px;
}

h1 {
	font-size:13px;
	line-height: 2em;
}

h1.headline {
	font-size:15px;
}

h2 {
	font-size:12px;
}

h3 {
	font-size:11px;
	font-weight:normal;
}

p {
	font-size:11px;
	font-weight:normal;
	margin: 5px;
}

/** Klassenspezifische Tags **/

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/** ID Elemente **/
#englishversion {
    position: absolute;
    left: 720px;
    top: 4px;
	z-index: 999;
}

#award {
    position: absolute;
    left: 0px;
    top: 410px;
	z-index: 999;
}

#englishversion a, #englishversion a:active, #englishversion a:visited {
	text-decoration: none;
	color: #58804B;
	font-size: 10px;
	font-weight: bold;
}

#bgmain {
	z-index:0;
	position:absolute;
	width:780px;
	height:580px;
	background-image:url(images/bg_green.jpg);
	left: 0px;
	top:0;

}

#hauptnavigation {
	position:absolute;
	top:67px;
	width:665px;
	height:26px;
	font-weight:bold;
	font-size: 11px;
	text-align: center;
}

#subnavigation {
	position:absolute;
	top:126px;
	left:0px;
	width:135px;
	text-align:right;
	z-index:1;
}

#maincontent {
	position:absolute;
	top:108px;
	left:161px;
	width:643px;
	text-align: left;
	float: left;
	align: left;
	height: 673px;

}

#box {
	position: relative;
	float:right;
	width:268px;
	margin-left:10px;
	margin-bottom:5px;
	left: -9px;
	top: 8px;
	height: 675px;



}

#contentContainer {
	position: relative;
	align: right;
	text-align: left;
	width: 590px;
	float: top;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#suche {
	text-align: left;
	width: 300px;

}

/** KLASSEN **/

.info {
	border: 0px;
	margin: 0px;
	float: bottom;
	vertical-align: text-bottom;
}

.suchknopf {
	background-color: #CCCCCC;
	padding: 2px;
	cursor: hand;
	cursor: pointer;
}

.suchfeld {
	border: 1px solid #666;
	background-color: #FFFFFF;
	padding: 2px;
}

.tablebox {
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	text-align: left;
	font-size: 12px;
}

.boxhead {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.boxcontent {
	border-left: solid 0px #666;
	border-right: solid 0px #666;
	border-bottom: solid 0px #666;
	padding: 0px;
}

.vertline {
	border-right: solid 1px #fff;
}

.mainnavactive {
	background-color: #254179;
}

.hinweis {
	font-size: 11px;
	font-weight: bold;
	color: red;
}