/* Browserwerter zurücksetzen*/
* {
	padding: 0; margin: 0;
}	

body {
	margin-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 5px;
}


/* die verschiedenen IDs*/
#wrapper {
	width: 838px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A82624;
	border-left-color: #A82624;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A82624;
	margin-top: 2px;
}

#header {
	font-size: 20px;
}
#navi {
	margin-bottom: 1px;
}


#linkeSpalte {
	width: 294px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 34px;
	padding-top: 15px;
}

#rechteSpalte {
	width: 	485px;
	float: right;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 15px;
	padding-top: 15px;
}	

#footer {
	font-size: 10px;
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A92523;
	border-bottom-color: #A92523;
	border-left-color: #A92523;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(img/footer.jpg);
	color: #FFFFFF;
}	

#footer a {
	margin-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
}	

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	
/* Verschiedene Teaser */

#teaserLinks315 {
	color: #990000;
	background-image: url(img/teaser_bg.gif);
	height: 315px;
	width: 250px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}	
#teaserLinks200 {
	color: #000000;
	background-image: url(img/teaser_bg_200.jpg);
	height: 160px;
	width: 250px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

#teaserLinks200:hover {
	background-image: url(img/teaser_bg_200_hover.jpg);
	background-repeat: no-repeat;
}	
	
#teaserLinks200mint {
	color: #000000;
	background-image: url(img/teaser_bg_200_mint.jpg);
	height: 160px;
	width: 250px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}	
#teaserLinks200mint:hover {
	background-image: url(img/teaser_bg_200_mint-hover.jpg);
	background-color: #FF9900;
}

#teaserLinks100 {
	color: #000000;
	background-image: url(img/teaser_bg_150.jpg);
	height: 110px;
	width: 250px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}	
#teaserLinks100:hover {
	color: #000000;
	background-image: url(img/teaser_bg_150_hover.jpg);
	height: 110px;
	width: 250px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}		

#teaserLinks150 {
	color: #333333;
	background-image: url(img/teaser_bg_150.gif);
	height: 110px;
	width: 250px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#teaserLinks150 a {
	color: #333333;
}		
#teaserBig350 {
	color: #990000;
	background-image: url(img/teaser_big_350.gif);
	height: 310px;
	width: 460px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}	
#teaserBig250 {
	color: #990000;
	background-image: url(img/teaser_big_250.gif);
	height: 210px;
	width: 460px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}	
#teaserBig150 {
	color: #000000;
	background-image: url(img/teaser_big_150.jpg);
	height: 135px;
	width: 460px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}	

/* Klassen*/

.bilderRechts {
	margin-top: 15px;
	margin-bottom: 5px;
}
.bilderRechtsOben {
	margin-bottom: 5px;
}

.smallText {
	font-size: 10px;
}

/* Stylesheets für die Schriften */

#linkeSpalte h1 {
	font-size: 13px;
}	
#rechteSpalte h1 {
	font-size: 15px;
}	
#rechteSpalte h2 {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.redButton {
	color: #FFFFFF;
	background-color: #990000;
}

