*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 12px;
}

body {
	height: 100%;
	color: #000;
	font-family: Arial;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1em;
	background-image: url(images/back.gif);
}

h1 {
	line-height: 1.5em;
}

h2 {
	margin-top: 13px;
	margin-bottom: 7px;
	line-height: 1.2em;
}
.site{
	width: 900px;
	height:550px;
	border-top: 7px solid #c9dded;
	border-left: 7px solid #c9dded;
	border-right: 7px solid #c9dded;
	border-bottom: 7px solid #b5113e;
	margin:20px auto 0px auto;
	overflow:hidden;
	background-color: #fff;
}
.menu {
	width:890px;
	height: 50px;
	margin: 10px auto;
}

.menu ul li{
	list-style: none;
	float: left;
	text-align:center;
	font-size:0px;
}
.menu ul li a{
	width:172px;
	height:43px;
	color: #146cb0;
	float: left;
	margin: 0 3px 0 3px;
	font-size:0px;
	text-decoration:none;
}
.menu ul li a:hover{
	color: #b5113e;
}

a.startseite {
	width:172px;
	height:43px;
	background-image:url(images/startseite.gif);
}
a:hover.startseite {
	width:172px;
	height:43px;
	background-image:url(images/startseite_over.gif);
}
a.literhaus {
	width:172px;
	height:43px;
	background-image:url(images/0literhaus.gif);
}
a:hover.literhaus {
	width:172px;
	height:43px;
	background-image:url(images/0literhaus_over.gif);
}
a.gewinnspiel {
	width:172px;
	height:43px;
	background-image:url(images/gewinnspiel.gif);
}
a:hover.gewinnspiel {
	width:172px;
	height:43px;
	background-image:url(images/gewinnspiel_over.gif);
}
a.informationsmaterial {
	width:172px;
	height:43px;
	background-image:url(images/informationsmaterial.gif);
}
a:hover.informationsmaterial {
	width:172px;
	height:43px;
	background-image:url(images/informationsmaterial_over.gif);
}
a.musterhaeuser {
	width:172px;
	height:43px;
	background-image:url(images/musterhaeuser.gif);
}
a:hover.musterhaeuser {
	width:172px;
	height:43px;
	background-image:url(images/musterhaeuser_over.gif);
}
.prev{
	width:90px;
	height: 25px;
	cursor: pointer;
	float:left;
	font-size:1.3em;
	line-height:25px;
	background-color:#ccc;
	margin: 0 0 0 10px;
	background-color:#b5113e;
	padding-left:10px;
	color:#fff;
}
.next{
	width:90px;
	height: 25px;
	cursor: pointer;
	float:right;
	font-size:1.3em;
	line-height:25px;
	text-align: right;
	padding-right:10px;
	background-color:#ccc;
	margin: 0 10px 0 0;
	background-color:#b5113e;
	color:#fff;
}
.carousel{
	width: 900px;
	height:440px;
	overflow:hidden;
}
.carouselContent{
	width:860px;
	height:440px;
	padding: 10px 20px 0 20px;
	background-color: #ffffff;
}
.content{
	width:860px;
	height: 425px;
	padding: 20px;
	overflow:hidden;
}
.content_left{
	float:left;
	width:400px;
	height:550px;
	margin:0 20px 0 0;
	
}
.content_right{
	float:left;
	width:400px;
	height:500px;
}
.footer{
	clear:both;
	position:absolute;
	top: 565px;
	width: 900px;
	height:15px;
	background-color:#b5113e;
	margin: 0px auto;
	color:#fff;
}
.footer ul{
	list-style-type: none;
	margin: 0 0 0 300px;
	padding: 0;
}
.footer ul li{
	text-align:center;
	float:left;
}
.footer ul li a{
	text-decoration: none;
	color:#fff;
}

