 

@CHARSET "UTF-8";
/**
* alle margin und padding werte auf 0 setzen um render probleme zu minimieren
*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/**
* standard schriftart-, größe und scrollbalken erzwingen um "springen" der seite zu verhindern
*/ 
html, body {
	height: 100.1%;
}

body {
	background:url(../images/background.jpg) top center fixed #787674 no-repeat;
	font-family: Verdana;
	font-size: 11px; 
	color: #434343;
}

/**
* Format der Überschriften
*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	color:#21528b;
}

h1 {
	font-size: 1.6em;
	line-height: 2em;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:15px;
	color:#ac1400;
}

h4 {}

h5 {}

h6 {}


/**
* Absatz Formatierung
*/
p				{
	font-family:Verdana; 
	font-size:11px; 
	line-height:18px; 
	margin: 0 0 18px 0;
}

p.anmelden				{
	font-family:Verdana; 
	font-size:11px; 
	margin: 0 !important;
}

p.gb_eintrag			{
	color:#fff;
}

p.kontakt_start			{
	margin-bottom:8px;
}


p.uebersicht			{
	margin-bottom:2px;
}

p.center_aufbau {
	width:90%;
	text-align:center;
}


/**
*	Definition der Listen Stile
*/
ul {	
	list-style-type: none;
}

ul.auflistung_klassen {
	margin-bottom:20px;
}

ul.auflistung_klassen li {
	list-style-type: disc;	
	margin:0 10px 0 77px;
	font-family: Verdana;
	line-height:18px; 
	font-size: 11px; 
	color: #434343;
}


li {
	padding: 0 3px 0 3px;
	color: #ccc;
}


/**
* Definition der Link Stile
*/ 
a {
	font-family:Verdana; 
	font-size:11px; 
	line-height:18px; 
	margin: 0 0 18px 0;
	color:#38608f;
	text-decoration:none;
}
a.gb_link {
	font-family:Verdana; 
	font-size:11px; 
	line-height:18px; 
	margin: 0 0 18px 0;
	color:#fff;
	text-decoration:none;
}
a.gb_link:hover {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

table { 
	width: 97%; 
	font-size:11px; 
	line-height:18px;
	color:#3e3e3e;
	
}

a.back {
	float:left;
}

tbody { margin: 20px 0 15px 0; }

tr { vertical-align: top; }

td, th { 
	text-align: left;
	vertical-align: top;
}

td { padding-bottom: 0 !important;}

th { 
	font-weight: bold;
	padding-top: 20px;
}

td.label, th.label {
	width: 25px;
}

img { 
	border: 0;
}
img.hilfe { 
	border: 1px solid #21528b;
	margin:0 5px 0 0;
}

img.hilfe2 { 
	border: 1px solid #21528b;
	margin:5px 5px 0 0;
}


/*------------------------------------------------------------------------------------------
	
	Clearing Container zum auflösen von floatenden Bereichen
	
------------------------------------------------------------------------------------------*/

/*  CLEARING DES MAIN CONTENT */
.clearing {
	clear: both;
	overflow: hidden;
}

* html .clearing {
	height: 1%;
} /* IE HACK */@CHARSET "UTF-8";


