
/**************************************************
//
// general
//
/**************************************************/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #605f5a;
	float:top;
	vertical-align:top;	
	height:100%;
	
}

a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color : #44bfed;
text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


h1{
font-size:2em;
}
h2{
font-size:1.5em;
}
h3{
font-size:1.3em;
}
h4{
font-size:0.8em;
}


#globalWrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 20px auto 20px auto;
    min-height: 500px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 1000px;
	height:100%;
}




/**************************************************
//
// header
//
/**************************************************/

#Header {
	position:relative;
	width:1000px;
	height:228px;
	margin-left:auto;
	margin-right:auto;
	
}

/*
* big header picture
*/	

#Header-Bild {
	margin-bottom:0.5em;
	position:relative;
	width:1000px;
	height:163px;
}

/*
* main menu and logo
*/	
#Header-logo {
	height:50px;
}

/*
* logo
*/	
#Header-logo img{
	float:right;
}

/*
* main menu
*/	
#Menu {
	position:relative;
	height:43px;
	width:765px;
	background: url(Bilder/shadow_main_menu.jpg) scroll 0 0 repeat-x;
	float:left;
	margin-top:2px;
}

#Menu ul{
	margin:0em;
	padding:0em;
	height:100%;
	float:left;
	left:2em;
}


#Menu ul li  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	list-style-type: none;
	position: relative;
	width: auto;
	border:none;
	text-align: left;
	margin:0em;
	padding:0em;
	padding-top:1em;
	margin-left:0.3em;
	float:left;
	height:100%;
	
	
}

#Menu ul li a{
	margin:0em;
	padding:0em;
	text-decoration:none;
	color:#0c8ab9;
	padding-left:0.5em;
	padding-right:0.5em;	
	
}


#Menu ul li a:hover, #Menu ul li a#selected{
	text-decoration:none;
	background-color:#d4f3ff;//#44bfed;
	display:block;
	height:30px;
	padding-bottom:-1em;
	padding-top:0.5em;
	}

	




	
#center {
	position:relative;
	width:1000px;
	min-height:500px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	overflow:visible;
	padding-bottom:10px;
}






/**************************************************
//
// right side bar
//
/**************************************************/

#links {
position:relative;
	float:right;
	right:0px;
	width:175px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align:right;
	height:100%;
	background-color:#c5c5c3;
	color:white;
	
}

#links-box{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:2.5em;
	border-top:2px solid white;
}

#links-box form{
	margin-bottom:10px;
}

#links-box ul{
	list-style-type: none;
	padding-left:0em;
}


#links a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	list-style-type: none;
	color:#605f5a;
	}

#links a:hover{
	padding-top:0.2em; 	
	padding-bottom:0.3em; 	
}  

#links img{
	margin-top:1em;
	margin-bottom:1em;
	float:right;
	right:0px;
	width:165px;
}





/**************************************************
//
// main content area
//
/**************************************************/

#pageContent{
	position:relative;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	height:100%;
	width:815px;
	float:left;
}

/*
* ticker
*/	
#Menu2 {
	position:relative;
	height:4px;
	background: white;
	
	float:left;
}

/*
* page content
*/	
#Content {
	position:relative;
	float:top;
	margin-top:1em;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:50px;
	height:100%;
	font: arial;
	font-size:12px;
	line-height: 1.5;
}

#Content table {
	font-size:12px;
}

#Content img {
	margin:1em 1em  1em 0em;
}




