body {
	margin:0;
	padding:0;
	background:url(../images/bg.png) #a69582 repeat-x;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#6b5557;
}

img {
	border:0;
}

a {
	color:#6b5557;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table {
	border-spacing: 0px;
}

h1 {
	margin:5px 0px;
	font-size:1.2em;
}

h2 {
	background:#6b5557;
	padding:2px 0 2px 5px;
	width:550px;
	height:15px;
	color:#f7f1de;
	font-size:1em;
	margin:20px 0 0 0;
}

h3 {
	margin:5px 0px;
	font-size:1.1em;
}

#wrapper {
	margin:auto;
	width:875px;
	min-height:800px;
}

#head {
	height:100px;
	width:875px;
	margin:0 0 12px 0;
	text-align:center;
}

#contentwrapper {
	background:#f7f1de;
	min-height:350px;
	width:875px;
	-moz-box-shadow: 0px 3px 3px #6b5557;
	-webkit-box-shadow: 0px 3px 3px #6b5557;
	box-shadow: 2px;
}

#abschluss_foot {
	width:875px;
	height:30px;
	margin:4px 0 0 0;
	text-align:right;
}

#nav {
	height:30px;
	width:100%;
}

#nav ul {
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	float:left;
}

/*mainmenu list*/
#nav ul li{
	margin:0 1px;
	padding:0;
	float:left;
	list-style-type:none;
	position:relative;
	right:50%;
	height:28px;
}




#nav ul li a{
	height:28px;
	overflow:hidden;
	display:block;
	width:110px;
	color:#f7f1de;
	font-size:0;
}



#nav ul li a:hover{
	background-position:bottom center !important;
}

/*Submenu container*/
#nav ul li div {
	position:absolute;
	background:#6b5557;	
	min-height:30px;
	display:none;
}

/*Submenu container ie fix*/
*+html div.#nav ul li div{
	position:relative;
}

/*Submenu links*/
#nav ul li div a{
	display:block;
	padding:5px;
	font-size:1.1em;
	padding:4px 0 0 6px;
	width:104px;
}


#content {
	min-height:380px;
	width:723px;
	clear:left;
	padding:20px 50px 20px 102px;
}

.textwrap {
	border-top:3px solid #e8e0cf;
	border-left:3px solid #e8e0cf;
	width:550px;
	min-height:50px;
	padding:10px 20px;
	margin:10px 0 20px 0;
}

.textwrap img {

	margin:10px 10px 5px 0;
	border:1px solid #a69582;
	padding:1px;
	display:block;
}

.topic_list {
	text-align:left;
	background-position: left center;

	margin:20px 0 0 0;
	width:100px;
}

.topic_head {
	background:#6b5557;
	color:#f7f1de;
	padding:3px 20px 3px 5px;
	font-size:0.9em;
}

.topic_head h3{
	margin:0;
	padding:0;
}



.eventtable {
	margin:20px 0 50px 0;
	font-size:0.9em;
}

.eventtable th {
	text-align:left;
	vertical-align:top;
	width:90px;
}

#start_news th {
	background:url(../images/li.gif) no-repeat left center;
	padding:0 20px;
}

.unterlagen_table td {
	vertical-align:bottom;
}


.unterlagen_table td img {
	margin: 10px 10px 0 0;
}

#table_wrapper {
	float:left;
	width:300px;
	min-height:200px;
}

#kontaktinfo {
	width:250px;
	min-height:200px;
	float:left;
}

#kontaktinfo p {
	margin-top:0;
	
}

#register input{
	width:200px;
}

#register textarea{
	width:200px;
	height:150px;
}
#register input[type=submit]{
	width:260px;
	
}

#register td{
	vertical-align:top;
	padding:3px
}