@charset "UTF-8";
/* CSS Document */


body {background-color: #FFE0B3; }

#header{background-image: url(../bilder/assets/head.png);background-repeat: no-repeat;background-position: left top;}
#inhalte{background-image: url(../bilder/assets/container-bg.png);background-repeat: repeat-y;}

p, ul {color:#3F3F3F;}


#inhalte a:focus, a:hover {color:#000;}
#inhalte a, #footer a {
	color:#1F4000;
}
 
blockquote {color:#666;}
del {color:#666;}
thead th {background:#c3d9ff;}
tr.even td {background:#e5ecf9;}
caption {background:#eee;}

.ul-red-dot{list-style-image: url(../bilder/assets/red-dot.png);}

h1{
	color: #7F4C01;
}
h2 {
	color: #264F00;
}
h3{
	color: #242424;
}

#footer {color:#666666}
#container #inhalte h4 {
	color: #6E744E;
}

