@CHARSET "UTF-8";
/*reset*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }


/*************************
** Schriften und Links  **
*************************/

ul,ol,li,h1,h2,h3,h4,h5,h6,p,div{
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#000;
}

p{
	margin-top:2px;
	margin-bottom:8px;
}

h1{font-weight:bold;font-size:28px;margin-top:4px;color:#fff}

h2{font-weight:bold;font-size:22px;color:#000;margin-bottom:12px;}

h3{margin-bottom:12px;}

h4{margin-bottom:12px;}

.burgunder{
	color:#975557;
}

a{
	color:#000;
}
a:hover{
	color:#975557;
}

td{
	height:17px;
}

table.liste tr td{
	height:18px;
	border-bottom: 1px solid #000;
}

ul.liste{margin-left: -1em;}
ul.liste li{ margin-left: 2em;}

tr.kopfzeile td{
	background-color:#975557;
	font-weight:bold;
	border:none !important;
}

table.boxed td{
	border: 1px solid #975557;
    font-size: 12px;
    text-align:left;
}
table{
	border-collapse:collapse;
}

ul.liste li{
  margin-bottom:10px;
}
/*************************
** Grundgerüst  **********
*************************/

body{
	padding:10px;
	background:url(../images/back.gif);
	background-repeat: repeat;
}

#wrapper{
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	background:#975557;
	border:1px solid #000;
}

#header{
	height:120px;
	text-align:center;
}

#content{
	background-color:#D8D4BB;
	border:1px solid #000;
	width:667px;
	float:left;
	padding:10px;
	margin-bottom:5px;
}

* hmtl #content{
	width:687px;
}

#closing{
	float:right;
	width:25px;
}


#footer{font-size:10px;clear:both;}
#footer_left{float:left; margin-left:10px;}
#footer_right{float:right; margin-right:10px;}

#navigation{
	float:left;
	width:185px;
}

#navigation ul{
	list-style:none;
	width:175px;
	margin-left:10px;
	margin-bottom:10px;
}
#navigation ul li a {
	display:block;
 	color:#000;
 	text-decoration:none;
 	font-weight:bold;
 	font-size:14px;
}
#navigation ul li a:hover {
	background-color:#fff;
}
