﻿/* CSS Document */
/*	------------------------------------	*/
/*	Allgemeine Definitionen	*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;  	
	padding: 0;
	margin-top: 50;
	margin-bottom: 20;
	background-color: #f16216;
	border: 0px none;
	 }

html {
	margin: 0; 	padding: 0;
	border: none;}

div, td, th, p {
	font-size: 12px;
	line-height: 17px;}

a:link, a:hover, a:visited, a:active, a:focus {
	color: black;
	text-decoration: underline; }

H1 {
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	margin: 0; padding: 0;
	line-height: 20px;
	margin-bottom: 5px;	}

H2 {
	font-size: 12px;
	margin: 0 0 5px 0; padding: 0;
	padding-left: 2px;
	line-height: 20px;}
	
H3 {
	font-size: 12px;
	color: #999;
	margin: 0; padding: 0;
	padding-left: 2px;}

/*	------------------------------------	*/
/*	Container	*/
.Content
{
	margin-top: 15px;
	margin-left: 15px;
}



/*	------------------------------------	*/
/*	Header	*/

.Text_Lauf { color: black; font-size: 12px; font-style: normal; font-weight: normal; line-height: 1.2; font-stretch: narrower }
.Text_Titel { color: black; font-size: 18px; font-style: normal; font-weight: normal; line-height: 1; font-stretch: normal }
.Text_Center { text-align: center; font-weight:bold }
.Text_CenterKursiv { text-align: center; font-weight:normal; font-style:italic }




/* -------- Fixes, Workarounds -------------------------- */

.clear {clear: both;}
.clearfix:after {	/*--- Clearfix für das Float-clearing ---*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
img {
	border: none;
}

.freeLink 
{
    vertical-align:top;
    margin-left:10;
}
