/* Allgemeines Stylesheet für die Contentseiten */

body { 
	margin:0 auto; 
	padding:0; 
	color:black; 
	font-family:"Trebuchet MS", Lucida, Verdana; 
	font-size:12px; 
	position: relative; 
	line-height: 16px; 
	}


/* Bilder */

img {
	border:none;
	background:transparent;
	}

/* Listenelemente */

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul ul {
	list-style-type: none;
	}
#Wrapper #Content li {
	list-style-type: square;
	list-style-position: outside;
}

ul ul ul {
	list-style-type: none;
	}

/* Links */

a:link {
	font-weight:bold;
	color:#900; 
	text-decoration:none;
}

a:visited {
	font-weight:bold;
	color:#900; 
	text-decoration:none;
}

a:active {
	text-decoration:none;
	color: #BA4731;
}

a:hover {
	color:#7D1C2A;
	text-decoration:none;
}



/* Headlines */

h1 {
	font-size:18px;
	font-weight:800;
	color:#900;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding: 10px 0 0;
	line-height: 20px;
	}

h2 {
	color: #900;
	font-size: 13px;
	font-weight: 800;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding: 10px 0 0; 
	}

h3 {
	color: #900;
	font-size: 13px;
	font-weight: 800;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	}

h4 {
	margin:0;
	font-size:15px;
	color:#7D1C2A;
	text-transform: lowercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBDC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	}

/* Gesamtaufbau: Wrapper und Position */
		
#Wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 595px;
	}

#Position {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 595px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: auto;
	text-align: center;
	}

/* Textattribute-Klassen */

.TextBold {
	font-weight:bold;
	margin: 0px;
	color: #BA4731;
	padding: 0;
	}
	
p {
	margin:0;
	padding:0;
	}

/* Navigation */

#Nav {
	color:black;
	background:transparent;
	text-transform: lowercase;
	display: none;
	width: auto;
	float: left;
	}

/* Contentbereich */

#Content {
	width:490px;
	background:repeat-y;
	height: auto;
	float: right;
	margin-top: 0;
	margin-left: 60px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 50px;
	padding-bottom: 50;
	padding-left: 0;
	}

