@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
}
body {
	background-color: #fefffc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

p {
	margin-bottom: 30px;
}

a:link, a:hover, a:visited {
	color: #ed1c24;
}



hr {
	height: 0px;
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e5e5e5;
}
#divContainer {
	position: relative;
	width: 1090px;
	margin: 0 auto;
	text-align: left;
}

	#divRandLinks {
		position: relative;
		width: 12px;
		height: 726px;
		background-image: url(../images/rand-links.jpg);
		float: left;
	}

	#divInnerContainer {
		position: relative;
		width: 1060px;
		float: left;
		background: #ffffff;
	}
	
		#divFlash {
			position: relative;
			width: 1060px;
			height: 601px;
			clear: both;
		}
		
		#divContent {
			position: relative;
			clear: both;
			padding: 30px 50px;
		}
			
			#divSpalteLinks {
				position: relative;
				width: 264px;

				float: left;
			}
			
			#divSpalteRechts {
				position: relative;
				width: 672px;
				float:left;

			}
				
			#divClearer {
				position: relative;
				height: 30px;
				clear: both;
			}
		
		#divFooter {
			position: relative;
			height: 100px;
			background-color: #e5e5e5;
			clear: both;
			padding-left: 50px;
		}
		
	#divRandRechts {
		position: relative;
		width: 12px;
		height: 726px;
		background-image:url(../images/rand-rechts.jpg);
		float: left;
	}

.footerAbschnitt {
	width: 240px;
	float: left;
}
.footerAbschnitt p {
	height: 60px;
	border-right: 1px solid #fff;
	margin: 25px 0px 0px 25px;
	font-size: 10px;
	line-height: 14px;
}
.footerAbschnitt p.lastFooter {
	border:0 none;
}


.footerIcon {
	margin: 2px 5px 0px 0px;
	border: none;
}

.footerLink {
	text-decoration: none;
}
.clearer {
	display:block;
	height:0;
	font-size:0;
	clear:both;
}
