/*-----------------------------------------------------------------------------
version:   1.0
date:      24/01/09
author:    mike bernthaler
website:   www.bernthaler.com
-----------------------------------------------------------------------------*/
html, body, img, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;/**/
}
/* ############################################################ */
ul, ol, li  {
	margin: 0;
	/*padding: 0;	
	border: 0;*/
}

html
{
	height:100%;/**/
	min-height: 100%;
	margin-bottom:1px;
}

body
{
	font: 100.1%  Arial, "Verdana", sans-serif;/**/
	color: #000;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-color: #566276;*/
	background-color: #333;
}

.layout {
	height: 100%;
	min-height:500px;
}


.hide {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
	}

/* ############## DIV/LAYER Formatierungen ################## */

#spyder {
	position:absolute;
	visibility: hidden;
	width:200px;
	left:-200px;
}

.layout #wrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.layout #container {
	width: 980px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
}

.layout #container2 {
	width: 480px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.layout #header { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 110px;
    } 
	

	
.layout #headMenue {
	padding: 8px 8px 8px 8px;
	height: 20px;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/raster1.gif);
    } 

	
.layout #breadCrumb {
	margin: 0px;
	padding: 0px;
}

.layout #menue {
	float: left;
	width: 160px;
	padding: 8px 8px 8px 12px;
	margin: 0px 0px 0px 0px;	/*background-color: #99CC99;*/
	background-color: #000000;
    }

.layout #contentContainer {
	float: right;
	width: 762px;
	margin: 0 0 0 0px;
	/*background-color: #33FFCC;*/
    }
	
		
.layout #content {
	float: left;
	width:598px;/**/
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 75%;
	line-height: 145%;
	/*background-color: #e7e7e7;*/
	background-image: url(../images/page-content.gif);
	background-repeat: repeat;/**/
    }
	
.layout #content2 {
	float: left;
	width: 680px;/**/
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 75%;
	line-height: 145%;
	/*background-color: #e7e7e7;*/
    }
	
.layout #pageContent {
	/*width:100%;
	background-color: #CC6666;*/
	padding: 16px 8px 0px 0px;
    }
	
.layout #aktuell {
	float: right;
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	/*background-color: #D8E3EC;*/
    }	

.fltrt { 
    	float: right;
    	margin-left: 8px;
    }
.fltlft { 
    	float: left;
    	margin-right: 8px;
    }
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 100.1%;
        line-height: 110%;
    }

.subsub {
		padding-left: 0px;
}
/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

h1 {
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	/*height: 24px;
	background-color: #92C9F7;
	background-color: #4E7B9C;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 3px 8px;*/
	text-transform: uppercase;
}
	
h2 	{
	font-size: 125%;
}
	

	
p 	{
	/*color: #666666;
	margin-top: 1.5em;
	width: 548px;
	font-size: 75%;
	line-height: 145%;*/
}

ul, ol, dl 	{
	/*list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt 
	color: #b4b4b4;*/
}

li, dd, dt 	{
	/* color: #b4b4b4;
	font-size: 1.2em; Equivalent to 12pt */	
}


.klein {
	font-size: 90%;
	color: #666666;
}

.breadcrumb {
	font: 80%  "Tahoma", Arial, Verdana, sans-serif;
	color: #666666;
}

.headerNews {
	font: 70%  "Arial", Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
	background-color: #86A9C3;
	padding: 5px 0px 4px 8px;
}
.contentNews {
	font: 80%  "Arial", Verdana, sans-serif;
}
/* Header
-----------------------------------------------------------------------------*/



/* Links
-----------------------------------------------------------------------------*/
a {
	color: #990000;
	text-decoration: none;	/*color: #0B62B0;*/
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	/*color: #C00;
	text-decoration: none;*/
}

/* ----------*/

.serviceNav {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 80%;
}

.serviceNav:hover {
	color: #CCCCCC;
	text-decoration: underline;	/*font-weight: bold;*/
}

/* ----------*/

.footerNav {
	text-decoration: none;
	color: #ffffff;
}

.footerNav:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer
	{
	clear:both;
	font-size: 60%;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
}


/* Forms
-----------------------------------------------------------------------------*/
input.text
{
	padding: 3px;
	border: 1px solid #999999;	
}



/* Tables 
-----------------------------------------------------------------------------*/
table
 	
{ 
  	/*border-spacing: 0;*/
	border-collapse: collapse;
}

td 	
{
  	/*text-align: left;
	font-weight: normal;*/
}
	


/* Menu-Links 
-----------------------------------------------------------------------------*/
.MainLink {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.openedMainLink {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
}
.SubLink {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.openedSubLink {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.SubSubLink {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}
.openedSubSubLink {
	font-size: 80%;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}


/* Diverse 
-----------------------------------------------------------------------------*/

.service {
	padding: 8px 0px 10px 0px;
	font-size: 75%;
	width: 156px;
}
.service2 {
	padding: 8px 0px 10px 10px;
	font-size: 75%;
}

.news {
	padding: 4px 0px 0px 10px;
	font-size: 75%;
}

.serviceLink {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}

.Suche {
	/*border: 1px solid #666666;
	padding: 4px 0px 20px 4px;
	float: right;
	width: 200px;
	margin: 90px 0px 0px 760px;*/
	
	font-size: 65%;
	color: #000000;
}

.search {
	border: 1px solid #000066;
	height: 16px;
	/*font-size: 90%;*/
}
.searchButton {
	height: 18px;
	background-color: #FFFFFF;
	font-size: 90%;/**/
	font-weight: bold;
	color: #000000;
}

.aktualisiert {
	text-align: right;
	font-size: 80%;
	color: #666666;
	font-style: italic;
}

.bild_li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
.bild_re {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}
.text_li {
	text-align: left;
}
.text_center {
	text-align: center;	
}
.text_re {
	text-align: right;
}
.text_block {
	text-align: justify;
}
.text_einruecken {
	margin-left: 20px;
}
.tabelle_center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.vertical_top {
	vertical-align: top;
}
.Gross {
	font-size: 135%;
	font-weight: bold;
}
.Klein {
	font-size: 75%;
}
.Titel_1 {
	font-size: 135%;
	font-weight: bold;
	background-color: #CCC;
}
.Titel_2 {
	font-size: 120%;
	font-weight: bold;
	color: #C00;
}
.Titel_3 {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
}
.Titel_4 {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
.rot {
	color: #C00;
}
.blau {
	color: #369;
}
.gruen {
	color: #393;
}
.gelb {
	color: #FC0;
}
.grau {
	color: #666;
}
.vertical_top {
	vertical-align: top;
}

