 

@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: #e1e6eb;
	font-family: Verdana;
	font-size: 11px; 
	color: #6f839c;
}

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

h1 {
	color:#ff0e2f;
	font-family: Verdana;
	font-weight:bold;
	font-size: 18px; 
	margin-bottom:10px;

}

h2 {
	color:#d2001d;
	font-family: Verdana;
	font-weight:bold;
	font-size: 13px; 
	margin-bottom:40px;

}

h3 {
	color:#d2001d;
	font-family: Verdana;
	font-weight:bold;
	font-size: 11px; 
	margin:30px 0 10px 0;

}

h4 {}

h5 {}

h6 {}


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

p.contact				{
	font-family:Verdana; 
	font-size:10px; 
	margin: 0 0 8px 0;
	color: #6f839c;
}


p.footer {
	color: #4e6178;
}

p.content_right {
	margin-top:42px;
}

p.content_right_bottom {
	margin-top:24px;
	_margin-top:54px;
}


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

li {

	color: #4e6178;
}

li.meta {
	font-size:10px;
	color: #6f839c;
	word-spacing: 37px;
	font-weight:bold;
	margin:6px 0 0 65px;
}





/**
* Definition der Link Stile
*/ 
a {
	color:#6f839c;
	outline: 0;
	text-decoration:none;
}

a.mail {
	font-family:Verdana; 
	font-size:10px; 
	line-height:13px; 
	margin: 0 0 8px 0;
	color: #d2001d;
}
a.mail:hover {
	text-decoration: underline;

}

a.footer {
	font-family:Verdana; 
	font-size:11px; 
	line-height:13px; 
	margin: 0 0 8px 0;
	color: #efefef;
	text-decoration: none;
}
a.footer:hover {
	color: #efefef;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#d2001d;
}


table { 
	width: 100%; 
	font-size:12px; 
	line-height:18px; 
}

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

tr { vertical-align: top; }

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

td { padding-bottom: 5px;}

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

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

img { 
	border: 0;
}

#blog {
	width:129px;
	height:30px;
	background-image:url(../images/blog.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	float:left;
	margin:46px 0 0 47px;
}


#blog:hover {
	background-position:bottom;
}

/*------------------------------------------------------------------------------------------
	
	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";

