html, body {
 	margin: 			0px 0px 0px; 
	padding: 			0px 0px 0px;
	background-color: 	#fff;
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000000;	
}

.txt-normal {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000000;
}

.txt-gross {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			14px;
	color: 				#000000;
}

h1{
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	color: 				#FF6600;
	font-weight:		bold;
	border-bottom: 		1px solid #FF6600;	
	margin-top: 		0px;
	margin-bottom: 		5px;
}

h2{
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color: 				#FF6600;
	font-weight:		bold;
/*	width: 				50%; */
	margin-bottom:		2px;
}

h4{
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color: 				#990000;
	font-weight:		bold;
	margin-bottom:		2px;
	text-decoration: underline;
}

.container {
	height:				auto;
	min-width:			970px;
	width:				expression(document.body.clientWidth < 972? "970px": "auto" );
	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;
	min-width:				970px;
	width:					expression(document.body.clientWidth < 972? "970px": "auto" );	
	height: 				100px;
	text-align: 			left;
}

.header-image
{
	margin-top:         51px;
	float:				right;
}

.header-logo 
{
	float:				left;
}

.header-line
{
	position: absolute;
	top: 90px;
	left: 0px;
}



.rahmen-content {
	padding:		5px;
	margin: 		5px;
	text-align: 	left;
	width: 590px;


}

.left-side {
	background-image:  	url(../images/design/left-side.jpg);
	background-repeat: 	repeat-y;
	width: 				180px;
	height: 			650px; 
	text-align:			left;
	float:				left;
	background-color: 	#FFFFFF;
}

.right-side {
	background-image:  	url(../images/design/right-side.jpg);
	background-repeat: 	repeat-y;
	width: 				180px;
	height: 			650px; 
	text-align:			left;
	float:				right;
	background-color: 	#FFFFFF;
}

.bottom {
	height: 			75px;
	width: 				100%;
	background-image:  	url(../images/design/footer.jpg);
	background-repeat: 	repeat-x;
    background-position:bottom;	
    background-color: 	#FFFFFF;
	float:				left;
}
.rahmen-bottom {
	padding: 			3px;
	margin-top:			26px;
    text-align:			center;
}


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;
		}
