body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(bilder/bg_winter_01.jpg);
	background-repeat: repeat;
	background-position: center;
	padding:0px;
	margin:0px;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */

	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a:link { color:#B9A56E; text-decoration:underline; }
a:visited { color:#666666; text-decoration:underline; }
a:focus { color:#B9A56E; text-decoration:underline; }
a:hover { color:#B9A56E; text-decoration:underline; }
a:active { color:#CCCCCC; text-decoration:underline; }


h1 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 32px;
	font-weight: bold;
	color: #B60C51;
}

h2 {
	font-size:18px;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
}

h3 {
	font-size:18px;
	font-style: italic;
	line-height: 24px;
	font-weight:bold;
	color:#FFFFFF;
}

/* ---------- Container (zentriert das Layout) -------------- */

#container {
width:960px;
margin:30px auto;
padding:0px;
}

#frametop {
height:30px;
width:960px;
margin:0px;
padding:0px;

background-attachment: scroll;
background-image: url(bilder/basic/top-trans.png);
background-repeat:no-repeat;
background-position: top;
}

#framebottom {
height:30px;
width:960px;
margin:0px;
padding:0px;

background-attachment: scroll;
background-image: url(bilder/basic/bottom-trans.png);
background-repeat:no-repeat;
background-position:bottom;
}

#torso {
width: 960px;
margin: 0px;
padding:0px;

background-attachment: scroll;
background-image: url(bilder/basic/torso-trans.png);
background-repeat:repeat-y;
}

/* ---------- Logo und Titel -------------- */

#logobox {
width:900px;
height:300px;
margin:0px auto;
clear:both;

background-color:#B60C51;
}

/* -------------- Inhalt links ------------- */

#contentleft {
float:left;
width:290px;
margin:20px 0px 0px 30px;
padding: 0px;
}

#infobox {	
margin:20px 0px;
padding:20px;
text-align:left;
background-color:#97BF0D;
color:#FFFFFF;	
}

#infobox h2.infoheadline {
font-size:18px;
font-style: italic;
line-height: 30px;
font-weight: bold;
color:#B60C51;
}

#infobox a.infolink {
font-size:14px;
font-style:italic;
line-height:16px;
text-decoration:none;
font-weight:normal;
color:#B60C51;
}

/* ------------- Navigation ------------ */

#navibox {	
margin:0px;
padding:20px 0px;
text-align:right;
background-color:#8CA6D2;	
}

.navielement{
width:250px;
padding:10px 20px;
}

#navibox a.navilink {
font-size:18px;
font-style:italic;
line-height:16px;
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
}

.navielement:hover {
background-color:#A9BCDD;
color:#AC9452;
}

/* ----------------- Inhalt rechts --------------------- */

#contentright {
margin: 20px 30px 20px 340px;
padding: 0px;
}

.post {
margin:20px 0px;	
border-bottom: 1px solid #B60C51;
}

.tabelle {
border:1px solid #B60C51;
border-collapse:collapse;
font-size: 12px;
font-style: normal;
line-height: 16px;
font-weight: normal;
font-variant: normal;
color: #000000;
text-decoration: none;
}

/* ----------- Formular -----------------*/

.inputname {
width:100px;
float:left;
margin:5px 0px;
}

.forminput {
border: 1px solid #8CA6D2;
background-color:#A9BCDD;
margin:5px 20px 5px 5px;

font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
}

.forminput2 {
border: 1px solid #8CA6D2;
background-color:#A9BCDD;

font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
}

/* ----------- Footer --------------- */

#footer {
height:20px;
width:860px;
padding:20px;
margin:0px auto;

text-align: right;
color:#FFFFFF;
	
background-color:#B60C51;
}

#footer a.footerlinks {
font-size:14px;
font-style: italic;
line-height: 18px;
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
}
