@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

body { 
	font: 0.83em Arial, Helvetica, sans-serif; 
	line-height: 140%;
}

/*Tabellenzeug*/
table {border-collapse:collapse; width:100%;  border-top: 0px solid #666; }
td {vertical-align: top; padding: 2px 5px 2px 5px; border-bottom: 0px solid #666;} 
th {vertical-align: top; padding: 2px 5px 2px 5px; border-bottom: 0px solid #666;} 
td p, td h3, td h2{ margin: 0 ! important;}

/* tr:hover td {background-color:#fce9c4;} */

.trenner {width:100%; clear:both; height:5px; margin: 10px 0 20px 0; background-color:#eee;}
 
area, usemap {border:0;}
a img {border:0;}

/* basics */
img {max-width:100%; }
a img  { border: 0px;}

p {	margin: 2px 0 5px 0;  }

h1, h2, h3, h4 {
	padding: 0;
	margin: 5px 0 5px 0;
	line-height: 120%;
	font-weight: normal;
}

h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 2.0em;
	line-height: 100%;	
}

h2 {	
	font-size: 1.4em;		
}

h3 { font-size: 1.2em; margin: 5px 0 0 0; font-weight:bold;}

h4  {
	font-size: 1em;
	margin: 10px 0 5px 0;
}

h5 { font-size: 0.8em;}
h6 { font-size: 0.7em;}

hr{
	border:dotted #666 1px; height:1px;
	clear:both;
}

li {	
	padding-bottom: 4px;		
} 

ul {	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.6em;
	padding-left: 0.6em;
	list-style-type: square	
}

ol {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #666;
	font-style: normal;
	font-weight: bold;
	}

blockquote  { line-height:140%; font-size:0.90em; background-color: #eee; border: 1px solid #666; margin: 10px 0 20px 0; padding:10px;}
blockquote img { margin: 0 0 0 0;}

pre, code {
	padding: 0 0 20px 6px;
	margin: 3px 0 20px 0;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;	
	border-left: 6px solid #666;
	background: #eee;	
	font-size:1.2em;	
	overflow:auto; 
	line-height:2.2em;	
}

input[type="text"], input[type="submit"], textarea, option, select {color: #333; background-color: transparent; border: 1px solid #666;}

/*-----------------------------------------------------------------*/	

/* Specials */
p img[align="right"], h3 img[align="right"] { float:right; margin: 4px 0 5px 10px; }
p img[align="left"], h3 img[align="left"]{ float:left; margin: 4px 10px 5px 0;}

