html, body {
 	margin: 			5px 5px 5px; 
	padding: 			5px 5px 5px;
	background-color: 	#ddd;
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color: 				#000000;	
}

.txt-normal {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color: 				#000000;
}

.txt-gross {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			15px;
	color: 				#000000;
}

h1{
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			18px;
	color: 				#351182;
	font-weight:		bold;
	border-bottom: 		1px solid #351182;	
	margin-top: 		0px;
	margin-bottom: 		5px;
}

h2{
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	color: 				#351182;
	font-weight:		bold;
/*	width: 				50%; */
	margin-bottom:		2px;
}

h4{
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			14px;
	color: 				#351182;
	font-weight:		bold;
	margin-bottom:		2px;
}

.container {
  	background-image:  	url(../images/design/hintergrund.jpg);
	background-repeat: 		repeat-y;
	background-position: 	left top;
	height:				auto;
	width:			    972px;
	padding:			0px;
	margin: 			0px auto;
	background-color: 	#FFFFFF;
}

.header {
	background-image:  		url(../images/design/header.jpg);
	background-repeat: 		no-repeat;
	background-position: 	right top;
	background-color:		white;
	width:	     			972px;
	height: 				130px;
	text-align: 			left;
}

.header-logo 
{
	float:				left;
}

.rahmen-content {
	padding:		15px;
	margin: 		15px;
	text-align: 	left;
	width: 			650px;
	float:			left;
}

.left-side {
	background-image:  	url(../images/design/left-side.jpg);
	width: 				181px;
	text-align:			left;
	float:				left;
	background-color: 	#FFFFFF;
}


.bottom {
	height: 			33px;
	width: 				972px;
	background-image:  	url(../images/design/footer.jpg);
	background-position: 	right bottom;
    background-color: 	#FFFFFF;
	float:				left;
}

A:link { color: black; text-decoration: none; } 
A:visited { color :black; text-decoration: none; } 
A:hover {color:red; text-decoration: none ;} 
A:active {color: red; text-decoration: none; } 

.bild_links  {	float:	left; 	padding:		7px;
	margin: 		7px;
}

.bild_rechts {	float:	right; 	padding:		7px;
	margin: 		7px;
}

.blur	{
	font-family:  Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	overflow: auto;
	border: 1px solid #ccc;
		}
		
.focus	{
	font-family:  Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	border: 1px solid #FF6600;
		}
		
		
div.clear
{
clear: left;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
}


/* Drucklayout */

.container-print {

	height:				auto;
	width:			    660px;
	padding:			0px;
	margin: 			0px auto;
	background-color: 	#FFFFFF;
}

.header-print {
	background-color:		white;
	width:	     			660px;
	height: 				55px;
	text-align: 			left;
}

.rahmen-content-print {
  	background-image:  	url(../images/design/jetzt-drucken-print.jpg);
	background-repeat: no-repeat;
	background-position: 	left top;
	padding:		0px;
	margin: 		0px;
	text-align: 	left;
	width: 			660px;
	float:			left;
}




.bottom-print {
	height: 			33px;
	width: 				660px;
	background-color: 	#FFFFFF;
	float:				left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;

}

