/*******************************************************************************************************
   g e n er a l     e l e m e n t s
********************************************************************************************************/ 
html {
	height: 101%;
}

* { margin: 0; padding: 0; outline: 0 }

body {
	background: #d3d3d3;
	font: 80%/1.5em Arial;
	color: #666666; 
	text-align: center;
	margin: 10px 0 15px 0;
}

/**************************************************************************** H E A D E R S ***********/
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

h3{
	text-align: left;
}


/******************************************************************************************************
   L A Y O U T
*******************************************************************************************************/ 
#wrap {
	position: relative;
	width: 1062px;
	margin: 0 auto;
	text-align: justify;
	background-color: #FFFFFF;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1062px;
	padding: 0 0 30px 0; 	
	background: #FFFFFF;	
	border-top: 5px solid #FFF;
	border-bottom: 10px solid #00929D;
	margin-left: 0;
	margin-bottom: 10px;
	display: inline;
}

/**************************************************************************** H E A D E R -- P H O T O ***********/
#header-photo {
	clear: both;
	height: 160px;
	width: 1062px;
	margin: 0;
	background: #FFF;
	background-image: url(../images/header.jpg);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#header-photo a{
	display: block;
	height: 158px;
	width: 1062px;
}



/**************************************************************************** N A V I G A T I O N ***********/
#nav {
	clear: both;	
	padding: 0;
	border-top: 0px solid #FFF;
	width: 100%;
}

#nav ul {
	float: left;
	list-style: none;
	background: url(../images/navibg.jpg) repeat-x;	
	width: 1023px;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;	
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 0;
}

#nav ul li a {
	font-size: 8pt;
	text-align: center;
	color: #FFF;
	display: block;
	float: left;
	width: 93px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	border-bottom: none;
	text-decoration: none;	
}

#nav ul li a:hover, #nav ul li a:active {
	background-image: url(../images/navihover_ani.gif);
	background-position: top left;
}

/**************************************************************************** M A I N -- C O L U M N ***********/

#main {
	width: 510px;
	padding: 0 0 0 0;
	margin: 28px 0 0 225px;
	min-height:550px;
	height:auto !important;  /* für moderne Browser */
	height:550px;  /*für den IE */
}

#main h2 {
	font: bold 1.4em Arial;
	color: #00929D; 
	text-transform: none;
	padding: 0 0 0 8px;
	border-left: 2px solid #00929D;
	line-height: 1em;
	text-align: left;		
}

#main h2 a {
	color: #00929D;
	text-decoration: none;
	text-align: left;
}

#main h4 {
	font: bold 1.1em Arial;
	color: #666666; 
	text-transform: none;
	padding: 0;
	line-height: 2em; 			
	text-align: left;	
}

#main h5 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	color: #666666; 
	padding: 0;
	text-align: left;	
}

#main h6 {
	font-size: 8pt;
	font-weight: normal;
	color: #666666; 
	padding: 0;
	text-align: left;	
}

#main table {
	border-collapse: collapse;
	text-align: center;
	font-size: 0.85em;
	/*background: url(../images/dots.jpg) repeat-x;
	background-position: bottom;*/
	border: 1px #cccccc solid;
	width: 500px;
}

#main table th {
	background-image: url(../images/table_bgsw.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	color: #666666;
	border-bottom: 1px #cccccc solid;
	padding: 0 20px 0 4px;
	text-align: left;
	height: 24px;
}

#main .tdmain{
	padding: 0 20px 0 4px;
	text-align: left;
	/*background: url(../images/dots.jpg) repeat-x;
	background-position: bottom;*/
	border: 1px #cccccc solid;
}

#main .tdnormal{
	padding: 0 20px 0 4px;
	text-align: left;
	/*background: url(../images/dots.jpg) repeat-x;
	background-position: bottom;*/
	border: 1px #cccccc solid;
	vertical-align: top;
}

#main .tdbold{
	padding: 0 20px 0 4px;
	text-align: left;
	font-weight: bold;
	/*background: url(../images/dots.jpg) repeat-x;
	background-position: bottom;*/
	border: 1px #cccccc solid;
	vertical-align: top;
}

#main p {
	padding-left: 0;
	margin: 5px 0 0 0;
}


#main ul {
	font-size: 10pt;
	list-style-image: url(../images/mainli.jpg);
	text-decoration: none;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}

#main li {
	font-size: 10pt;
	color: #666666;
}

#main a {
	color:#00929D;
	font-weight: bold;
	text-decoration: none;
}

#main strong {
	padding: 0 0 0 0;
	margin: 0;
}

#main input {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

.button {
	background-color: #00929D;
	color:#FFFFFF;
	font-weight: bold;
	}

#main textarea {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}


/**************************************************************************** S I D E B A R ***********/

#sidebar {
	float: left;
	width: 190px;
	padding: 0 0 0 0;
	margin: 20px 0 0 10px;
	* margin: 20px 0 0 5px;
	
}	

#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em Arial;
	color: #00929D; 		
}

#sidebar h4 {
	padding: 15px 5px 5px 5px; 
	font: bold 1.4em Arial;
	color: #00929D; 		
}

#sidebar ul.sidemenu {
	font-size: 0.85em;
	line-height: 12pt;
	text-align: left;
	margin: 7px 15px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}

#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}

#sidebar ul.sidemenu li a:hover {	
	color: #00929D;	
}

#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar ul.sidemenu ul li {
	background: none;
}


/**************************************************************************** P I C B A R ***********/

#picbar {
	float: right;
	width: 190px;
	padding: 0 0 0 20px;
	margin: 25px 10px 0 0;
	* margin: 25px 5px 0 0;
	border-left: 1px #00929D solid;
}

#picbar img{
	border: none;
	margin-bottom: 15px;
}	

/**************************************************************************** N E W S B O X ***********/

#newsbox {
	width: 370px;
	padding: 0;
	margin: 0;
	* margin: 25px 5px 0 0;
}

