/* CSS Document */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DDDDDD;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p, td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #821800;
	border-bottom: 1px solid #821800;	
	padding-bottom: 5px;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}


ul {
	padding-left: 20px;
	margin: 0px;	
}

li {
	list-style:outside;
	padding: 3px 0px 0px 0px;
	list-style-type: square;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #821800;
}



.bildRahmen {
	border: 1px solid #990000;
	padding: 2px;
	margin: 0px;
}

.bildRechts {
	border: 1px solid #990000;
	padding: 2px;
	margin: 3px 3px 3px 13px;
}

.bildLinks {
	border: 1px solid #990000;
	padding: 2px;
	margin: 3px 13px 3px 3px;;
}

.teaserHeadline {
	background-color: #CCCCCC;
	border-right:1px solid  #666666;
	border-bottom:1px solid  #666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #821800;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin-bottom: 1px;
			
}

.teaserContent {
	background-color: #CCCCCC;
	padding:10px 10px 0px 10px;
	border-right:1px solid  #666666;
	border-bottom:1px solid  #666666;			
	margin-bottom: 3px;
}

.grau {
	color: #CCCCCC;
	font-size: 10px;
}

.button {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 3px;
	border: 0px;
}

hr {
	height:1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border:0px;
}

a.ContainerHeader {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration:none;	
}


a.BottomRight {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:underline;	
}

.dot {
	color: #990000;
	font-size: 20px;
}


/******** DIVs *********/

#divContainerWeiss {
	margin: 10px auto;
	padding: 10px;
	background-color: #FFFFFF;
	width: 958px;
}

#divContainerHeader {
	width: 956px;
	height: 190px;
}

				#divLogoRT{
						width: 180px;
						margin:0px 3px 0px 0px;	
						float:left;
						height: 190px;
				}
				#divHeaderBilder{
						width: 593px;
						float:left;
						height: 190px;
				}
				#divHeaderRechts{
						width: 180px;
						background-image: url(../images/claim2.gif);
						height: 190px;
						float:left;
						
				}
				

#divContainer {
	margin-top: 3px;
	width: 956px;
	background-image: url(../images/bg_content.gif);
}

	#divContainerNav {
		float:left;
		width: 180px;	
	}
	
		.nav {
			margin-bottom:1px;
		}

	#divContainerContent {
		width: 772px;
		float: right;
	}
	
		#divContent {
			width: 562px;
			float: left;
			background-image: url(../images/bg_content.jpg);
			background-repeat: no-repeat;
			padding:20px 10px 24px 15px;
		}
		
		#divTeaser {
			width: 180px;
			float: right;
		}

#divBottomLine {
	clear: both;
	width: 179px;
	padding-top:10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #CCCCCC;
}		
		
#divBottom {
	clear: both;
	width: 956px;
	height: 33px;
}

	#divBottomLeft {
		background-color: #821800;
		width: 177px;
		margin-top: 3px;
		float: left;
		height: 30px;		
		padding-right: 3px;
	}

	#divBottomRight {
		background-color: #821800;
		width: 742px;
		margin-top: 3px;
		color: #FFFFFF;
		float: right;
		height: 16px;		
		padding: 7px 10px 7px 20px;
	}

	#divBottomEuro {
		background-color: #821800;
		width: 760px;
		margin-top: 3px;
		color: #FFFFFF;
		height: 16px;		
		padding: 7px 10px 7px 10px;
	}
	
/*Klassen */

.borderRightBottom {
	background-color: #663333;
	border-right: 1px 
}

