/* ~~ www.blaetterwald-Design.de ~~ */

@charset "UTF-8";

body {
	background: #6C2E28;
	background-image: url(../images/body_back_rot.jpg);
}
.header {
	background: #6C2E28;
}
.container {
	background: #6C2E28;
	background-image: url(../images/content1_back_rot.jpg);
}
.content {
	background: #6C2E28;
	background-image: url(../images/content_back_rot.jpg);
}
.sidebar1 {
	background: #6C2E28;
	background-image: url(../images/sidebar_back_rot.jpg);
}
ul.nav a, ul.nav a:visited { 
	background: #6C2E28;
	background-image: url(../images/sidebar_back_rot.jpg);
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #6C2E28;
	background-image: url(../images/sidebar_back_rot.jpg);
}

.footer {
	background: #6C2E28;
	background-image: url(../images/sidebar_back_rot.jpg);
}

/* ~~ Farben ~~ */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #f6e8b3;
	font-size: 95%;
}

body,td,th {
	font-size: 95%;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul { 
	padding-right: 100px;
	margin: 0;
}
ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-style: normal;
	font-family: Verdana, sans-serif, Arial, Geneva, Helvetica;
	color: #f6e8b3;
	;
}

h1 {
	font-size: 110%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}

p {
	margin-top: 0;
	padding-right: 40px;
	padding-left: 0px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f6e8b3;
	;
}

a img { 
	border: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E9B33C;
	font-size: 100%;
}

a:link {
	color: #FC3;
	text-decoration: none; 
}
a:visited {
	color: #FC3;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #FFF;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

/* ~~ Dieser Container mit fester Breite umschließt alle anderen div-Tags. ~~ */
.container {
	width: 1170px;
	margin: 0 auto 0 0px;
}

.header {
	background: FFF;
}

/* ~~ Dies sind die Spalten für das Layout. ~~ */
.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 15px;
}
.content {
	padding: 30px 20px 50px 90px;
	width: 825px;
	float: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}
.mediaplayer {
	padding: 30px 20 50px;
	width: 935px;
	float: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
}
.sidebar2 {
	float: left;
	width: 180px;
	padding: 10px 0;
}

/* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */
.content ul, .content ol {
	padding: 0;
	font-family: Verdana, sans-serif, Arial, Geneva, Helvetica;
	list-style-position: outside;
	list-style-type: disc;
}

/* ~~ Stile für die Navigationslisten ~~ */
ul.nav {
	list-style: none; 
	border-top: 0px solid #E9B33C; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 0px solid #E9B33C; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 150px;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	text-decoration: none;
}

/* ~~ Stile für die Fußzeile ~~ */
.footer {
	padding: 20px 0 20px 90px;
	position: relative;
	clear: both;
	margin-left: 235px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f6e8b3;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
abbr {
	font-family: Verdana, sans-serif, Arial, Geneva, Helvetica;
	color: #FFC;
}
