@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html, body {
	height:100%;
}

body{
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size:100.1%;
	text-align:center;
}
a, blockquote, caption, dd, dfn, div, dl, dt, form, h1, h2, h3, h4, h5, img, label, legend, li, ol, p, samp, table, tbody, td, tfoot, th, thead, tr, ul {font-size:100.1%; font-family: Verdana, Arial, sans-serif; border:0; line-height:1.4}

legend { display: none }
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color:#5050ac;
	text-decoration: none;
}

a:hover{
	color:#5050ac;
	text-decoration: underline;
}

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: 0.8em; line-height: 1.5em; }



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

h1{
 font: bold 130% Verdana, Arial,sans-serif;
 color: #16350b;
 margin: 0px;
 padding: 0px;
 line-height:1.2em;
}

h2{
 font: bold 150% Verdana, Arial,sans-serif;
 color: #16350b;
 margin: 0px;
 padding: 0px;
 text-align:center;
 margin-top:1em;
}

h3{
 font: bold 100% Verdana, Arial, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,Verdana,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.container {
	width: 653px;
	clear: both;
	margin: 0 auto 0 auto;
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;	
	height:100%;
	padding:0px 6px 0px 6px;
}

html>body .container {
	width: 653px;
	clear: both;
	margin: 0 auto 0 auto;
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;	
	min-height:100%;
	height:auto;
	padding:0px 6px 0px 6px;
}


#header {
	width: 100%;
	text-align: left;
	margin-bottom:0px;
	position:relative;
}
#content {
	clear:both;
	width:100%;
	text-align:left;
}

html>body #content {
	background-color:#FFFFFF;
	width:100%;
}
#header_pics {
/*	width:977px;*/
}

.content_text {
	padding: 0px 5px 0px 0px;
	font-size:0.8em;
}
.content_text a:link, .content_text a:visited {
	color:#5050ac;
	text-decoration:underline;
	font-weight:bold;
}
.content_text a:hover{
	text-decoration:underline;
}

/*************** sonstiges *****************/
.cleardiv {
	clear:both;
}

