/* CSS Document */
/* Allgemein  */
body {
	margin: 20px;
	background-color: #FFFFFF;	
	list-style-image: url(../images/construction/bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}


ul {
	list-style-image: url(../images_all/bullet.gif);
}


/* Content  */

div.print{
	margin: 0px;
	width:605px;
	visibility: visible;
	margin-bottom: 20px;
	font-size:11px;
	text-align:right;
}


div.main{
	margin: 0px;
	width:605px;
	visibility: visible;
	margin-bottom: 10px;
}

p {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;		
	line-height: 18px;
}

p.klein {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;		
	line-height: 16px;
}

a {
	color: #333333;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;	
	margin-bottom: 10px;
	line-height: 18px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	color: #333333;	
	margin-bottom: 0px;	
}

h3 {
	font-size: 11px;
	margin-bottom: 5px;	
}

h4 {
	font-size: 11px;
	color: #333333;	
	margin-bottom: 0px;	
	margin-top: 35px;	
}


