html, body {
   height: 100%;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #003377;
	background-image: url(../tpl/back.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

p {
	margin:0;
	padding:0;
	margin-bottom:18px;
}


#main {
	width:976px;
	background-image:url(../tpl/normcont.gif);
	text-align:left;
	margin:0 auto;
	min-height: 100%;
}

* html #main {height: 100%;}

#wrap {
	width:976px;
	background-image:url(../tpl/innercont.gif);
	background-repeat:no-repeat;
}

#logotop {
	width:270px;
	height:242px;
	top:-41px;
	left:0px;
	position:relative;
	float:left;
	z-index:9996;	
}

#topnav {
	width:936px;
	height:31px;
	color:#FFFFFF;
	text-align:right;
	padding-right:40px;
	padding-top:10px;
	font-size:11px;
}

#topnav a {
	color:#FFFFFF;	
	text-decoration:none;
}

#logo {
	float:left;
	width:271px;
	height:161px;	
	margin-left:13px;
	display:inline;
}

#navi {
	width:678px;
	height:40px;
	float:left;
	background-image:url(../tpl/nav.gif);
	background-repeat:repeat-x;
	margin-right:4px;
	font-size:11px;
	display:inline;
}

#navi ul {
	list-style:none;
	padding:0;
	margin:0;
}

#navi ul li {
	float:left;
}

#navi ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:111px;
	height:24px;
	padding-top:15px;
	background-image:url(../tpl/nav_a.gif);
	text-align:center;
}

#navi ul li a:hover {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:111px;
	height:24px;
	padding-top:15px;
	background-image:url(../tpl/nav_b.gif);
	text-align:center;
}

#navi ul li a.active {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:111px;
	height:24px;
	padding-top:15px;
	background-image:url(../tpl/nav_b.gif);
	text-align:center;
}

#subnavi {
		clear:left;
		float:left;
		width:270px;
		height:300px;
		margin-top:30px;
		margin-left:13px;
		display:inline;
		font-weight:normal;
}

#subnavi2 {
		top:0;
		left:0;
		position:relative;
		z-index:9997;
		font-weight:normal;
}


#subnavi2 ul {
		padding:0;
		margin:0;
		font-weight:normal;
		list-style:none
}

#subnavi2 ul li a {
		display:block;
		color:#000000;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		background-image:url(../tpl/sub_a.gif);
		height:16px;
		margin-top:2px;
		margin-bottom:2px;
		padding-left:40px;
		padding-top:1px;
		padding-bottom:1px;
}

#subnavi2 ul li a:hover {
		display:block;
		color:#000000;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		background-image:url(../tpl/sub_b.gif);
		height:16px;
		margin-top:2px;
		margin-bottom:2px;
		padding-left:40px;
		padding-top:1px;
		padding-bottom:1px;
}

#subnavi2 ul li a.active {
		display:block;
		color:#000000;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		background-image:url(../tpl/sub_b.gif);
		height:16px;
		margin-top:2px;
		margin-bottom:2px;
		padding-left:40px;
		padding-top:1px;
		padding-bottom:1px;
}

#subnavi2 ul ul li a {
		display:block;
		color:#000000;
		font-size:11px;
		text-decoration:none;
		background-image:url(../tpl/sub2_a.gif);
		height:16px;
		margin-top:2px;
		margin-bottom:2px;
		padding-left:50px;
		padding-top:1px;
		padding-bottom:1px;
		font-weight:normal;
}

#subnavi2 ul ul li a:hover {
		display:block;
		color:#000000;
		font-size:11px;
		text-decoration:none;
		background-image:url(../tpl/sub2_b.gif);
		height:16px;
		margin-top:2px;
		margin-bottom:2px;
		padding-left:50px;
		padding-top:1px;
		padding-bottom:1px;
		font-weight:normal;
}

#subnavi2 ul ul li a.active {
		display:block;
		color:#000000;
		font-size:11px;
		text-decoration:none;
		background-image:url(../tpl/sub2_b.gif);
		height:16px;
		margin-top:2px;
		margin-bottom:2px;
		padding-left:50px;
		padding-top:1px;
		padding-bottom:1px;
		font-weight:normal;
}

#content {
		width:620px;
		float:left;
		padding:30px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#555555;
		line-height:1.8em;
}

.grey {
	background-color:#eeeeee;
	padding:5px;
}

#image {
	float:left;
	border-bottom:1px solid #FFF;
}

#foot {
	width:976px;
	clear:both;
}	

#glogo {
	width:232px;
	height:220px;
	background-image:url(../tpl/g.gif);
	margin-left:13px;
	display:inline;
	position: fixed; bottom: 0;
	z-index:9995;
}

#footer {
	width:649px;
	height:20px;
	background-color:#eeeeee;
	position: fixed; bottom: 0;
	margin-left:13px;
	display:inline;
	margin-right:14px;
	background-image:url(../tpl/foot.gif);
	font-size:11px;
	color:#727272;
	padding-left:300px;
}

#footer a {
	text-decoration:none;
	color:#727272;
	
}

.print {
	margin-left:10px;
	margin-top:2px;
}


a:link {
	color: #2277aa;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #2277aa;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

h1 {
	font-size:1.5em;
	padding:0;
	margin:0;
	margin-bottom:0.3em;
	color:#3366aa;
}

h2 {
	font-size:1.3em;
	padding:0;
	margin:0;
	color:#3366aa;
}

h3 {
	font-size:1.2em;
	padding:0;
	margin:0;
	color:#3366aa;
}

h4 {
	font-size:1.1em;
	padding:0;
	margin:0;
	color:#3366aa;
}

h5 {
	font-size:1.0em;
	padding:0;
	margin:0;
	color:#3366aa;
}

h6 {
	font-size:34px;
	line-height:1.3em;
	padding:0;
	margin:0;
	color:#3366aa;
}

.clear {
	clear:left;
}

.weiss {
	color:#FFF;
}

/* ------------ Tabelle ------------ */

.tabellentitel	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #DDDDDD; 
	font-weight: normal; 
	background-color: #3366aa; 
	padding-left: 10; 
	padding-right: 10;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #223377; 
	height: 20px;  
	}
	
.tabelleninhalt	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #555555; 
	background-color: #eeeeee; 
	padding-left: 10; 
	padding-right: 10; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #cccccc; 
	height: 18px; 
	}

form {
	padding:0px;
	margin:0px;
}

input.form {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: uppercase;
	background-color: 		#EEEEEE;
	color: 			#333333;
	background-image:  	url("images/form_bg.gif");
	background-repeat: 	no-repeat;
	border-left: 	1px solid	#BBBBBB;
	border-bottom: 	1px solid	#FFFFFF;
	border-right: 	1px solid	#FFFFFF;
  	border-top: 	1px solid 	#BBBBBB; 
	width:250px;
	}
	
textarea.form {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-decoration: uppercase;
	background-color: 		#EEEEEE;
	color: 			#333333;
	background-image:  	url("images/form_bg.gif");
	background-repeat: 	no-repeat;
	border-left: 	1px solid 	#BBBBBB;
	border-bottom: 	1px solid 	#FFFFFF;
	border-right: 	1px solid 	#FFFFFF;
	border-top: 	1px solid 	#BBBBBB;
	scrollbar-face-color: 	#EEEEEE;
	scrollbar-track-color: 	#EEEEEE;
	scrollbar-arrow-color: 	#BBBBBB;
	scrollbar-shadow-color: 	#BBBBBB; 
	scrollbar-3dlight-color: 	#EEEEEE;
	scrollbar-highlight-color:	#BBBBBB;
	scrollbar-darkshadow-color:	#BBBBBB;
	buttonface: 		#BBBBBB; 
	width:250px;
	}
	
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; width: 123px; height: 20px;
	background-color:		#DDDDDD;
	color:			#333333;
	border-left: 	1px solid 	#EEEEEE;
	border-bottom: 	1px solid	#999999;
	border-right: 	1px solid	#999999;
	border-top: 	1px solid	#EEEEEE; 
	}
	
.buttonlink {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; height: 18px;
	background-color:		#EEEEEE;
	color:			#333333;
	border-left: 	1px solid 	#FFFFFF;
	border-bottom: 	1px solid	#BBBBBB;
	border-right: 	1px solid	#BBBBBB;
	border-top: 	1px solid	#FFFFFF; 
	padding:3px;	
}	


/* Inhaltlayouts */

.template1 {
	float:left;
}

.template1 {
	float:left;
	margin-bottom:10px;
}
.template2 {
	float:left;
	margin-bottom:10px;
}
.template3 {
	float:left;
}
.template4 {
	float:left;
}
.template5 {
	float:left;
	padding-right:10px;
	margin-bottom:15px;
}
.template6 {
	float:left;
	margin-bottom:10px;
}
.template7 {
	float:left;
}
.template8 {
	float:left;
}
.template9 {
	float:left;
}
.template10 {
	float:left;
}

.template11 {
	float:left;
	margin-bottom:10px;
}

.template12 {
	float:left;
	margin-bottom:10px;
}

.template13 {
	float:left;
	margin-bottom:10px;
}

.template14 {
	float:left;
	margin-bottom:10px;
}

.abstrechts {
	margin-left:20px;
	margin-bottom:20px;
}

.abstlinks {
	margin-right:20px;
	margin-bottom:20px;
}

.abstgallery {
	margin-right:10px;
	margin-bottom:10px;
}

.temp11 {
	padding:5px;
	margin:5px;
	background-color:#D9BDA1;
}

.clear {
	clear:both;
}

.picture {
	border:0px solid #000000;;
}

.small {
	font-size:10px;
	color:#FFF;
}

.alert {
	color:#FF0000;
	border:1px solid #FF0000;
	padding:10px;
}