/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body, html{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
	height:100%;
	text-align:center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 175% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 15px 0px 15px 0px;
}

h2{
 font: bold 130% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

p {
 margin:0px;
 padding: 0px 0px 7px 0px;
}

html>body p {padding: 0px 0px 10px 0px;}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0px 0px 40px 0px;
}

input, textarea{
 margin-bottom:10px;
 padding: 3px 5px 3px 5px;
 width: 20em;
 font: normal 1em Arial, Helvetica, sans-serif;
 border: 1px solid #50a0c5;
}

textarea{
 width: 25em;
 height:12em;
}

form img{
	margin: 0 0 22px 10px;
}

html>body form img {margin: 0 0 18px 10px;}

form img.textarea{
	margin: 0 10px 160px 10px;
}

form img.beschreibung{
	margin: 0 10px 2px 10px;
}

input:focus, textarea:focus{
 background: #b9d9e8;
 border: 1px solid #50a0c5;
 color: #000;
}
			
input.kontakt_senden{
 background: #ffffff;
 clear: left;  /*wichtig */
 width: 15em;  /* einheitliche Breite */
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#box{
	width:900px;
	padding:20px 0 0 0;
	margin:0 auto;
	text-align:left;
	position:relative;
	height:auto !important;
	height:100%;
}
#header{
	margin: 20px 0 0 0;
	padding: 0 0 0 600px;
	background: #50A0C5 no-repeat url(../images/template/header.jpg);
	height:150px;
	clear:both;
}

#content_cell{
	float: left;
	background: repeat-y url(../images/template/content_cell.jpg);
	bottom: 0; /* wichtig */
	width: 900px;
	margin: 0;
	padding: 0;
  	height: auto !important; /* Fuer moderne Browser */
	clear:both;
}

.menu {
	padding: 15px 0 0 0;
	width:150px;
	border: 0;
	float:left;
	clear:left;
	overflow:hidden;
	height:auto !important;
	margin: 0;
}
.menu ul{
	 position:relative;
	 padding:0;
	 margin:0;
	 clear:both;
}
.menu ul ul {
	margin-left: 22px;
}
.menu ul img {
	float:left;
	padding: 0;
	background-color:#FFFFFF;
	width:16px;
	height:16px;
	margin: 0 0 7px 5px;
}
.menu li {
	font-weight:bold;
	padding: 0;
	margin: 0;
	letter-spacing:0px;
	list-style:none;
	clear:both;
	font-size:0.90em;
}

.menu li li {
	 padding-bottom: 5px;
	 font-size:0.80em;
}

.menu a:link, .menu a:visited {
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
}
.menu a:hover, .menu a.aktiv, .menu a.aktiv:visited{
	text-decoration: none;
	color: #324d96;
}
.menu img.aktiv {
	background-color:#324d96;
}
.spalte_rechts{
	width:300px;
	padding:0px;
	margin:0px;
	left: 600px;
	float: right;
	height:100%;
}
.spalte_rechts img {
	border:0;
}
html>body .spalte_rechts {height: auto;}

/*************** content styles ******************/

.content{
	padding: 0px 20px 0px 20px;
	background-color: #FFFFFF;
	float: left;
	width:400px;
	left: 150px;
	right: 300px;
	border:0;
	overflow:hidden;
	font-size: 0.8em;
	height:100%;
}
html>body .content {height: auto;}

.content ul {
	list-style-image:url(../images/list_style_square.gif);
	padding: 0 0 0 40px;
	margin:0;
}
.content ul li{
	padding: 0 0 2px 0;
}

html>body .content p.sitemap { padding-top:8px;}

.italic {
	font-style:italic;
}

/************** Footer styles ****************/

#Footer{
	clear:both;
	position: relative;
	left:0;
	border: 0;
	bottom: 0; /* wichtig */
	width: 900px;
	border-top: 1px solid #cccccc;
	font-size: 70%;
	color: #999999;
	background-color: #FFFFFF;
}

#Footer img{
	margin: 5px 5px 5px 190px;
	vertical-align: middle;
}


/************* error style **************/

.error_message{
	color:#FF0000;
	font-weight:bold;
	padding-bottom:5px;
}

/********************* end **********************/
