/*-----------------------------------------------------------------------------
version:   1.0
date:      10/12/08
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: 85%  "Arial", Verdana, sans-serif;/**/
	color: #000000;
	line-height: 110%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	/*text-align: center;
	background-color: #92C9F7;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;*/
}

.headerNews {
	font: 100%  "Arial", Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
	background-color: #86A9C3;
	padding: 5px 0px 4px 8px;
}
.contentNews {
	font: 80%  "Arial", Verdana, sans-serif;
	padding: 5px 0px 4px 5px;
}



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 */	
}

.
/* Links
-----------------------------------------------------------------------------*/
a {
	text-decoration: none;
	/*color: #0B62B0;*/
}

a:hover {
	color: #000000;
	text-decoration: underline;
}



/* Tables 
-----------------------------------------------------------------------------*/
table
 	
{ 
  	/*border-spacing: 0;*/
	border-collapse: collapse;
}

td 	
{
  	/*text-align: left;
	font-weight: normal;*/
}
	

/* Diverse 
-----------------------------------------------------------------------------*/

.aktualisiert {
	text-align: right;
	font-size: 80%;
	color: #666666;
	font-style: italic;
}

.balken {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background-color: #86A9C3;
}

.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;
}
