* {
	margin: 0 ;
	padding: 0 ;
}

body {
	background: url(../_img/site_bg.jpg) repeat-x top #ccc ;
	text-align: center ;
	margin: 0 auto ;
	height: 100% ;
	font-family:Arial;
	font-size: 12px ;
}

a {
	text-decoration: none ;
	color: #333 ;
	cursor: pointer ;
}

d {font-size: 14px ;
	color: #971824 ;
	font-weight: bold ;
	margin-bottom: 20px ;	cursor: pointer ;
}


#content{
	min-height: 100% ;
	height: auto !important ;  /* f̹r moderne Browser */
	height: 100% ;  /*f̹r den IE */
	width: 900px ;
	background: #fff ;
	text-align: left ;
	margin: 0 auto ;
}

#topmargin {
	width: 900px ;
	height: 20px ;
	background: url(../_img/site_bg.jpg) repeat-x top ;
}

#header {
	width: 900px ;
	height: 150px ;
	background: url(../_img/header.jpg) no-repeat ;
}

#headerabstand {
	width: 900px ;
	height: 50px ;
	background: #fff ;
}

#linkespalte {
	width: 250px ;
	float: left ;
	text-align: right ;
	margin-bottom: 50px ;
}

#linkespalte .navspacer {
	float: right ;
	width: 230px ;
	height: 40px ;
	background: #E5D8CA ;
	margin: 0 auto ;
	text-align: center ;
}

#linkespalte .navspacer .nav {
	margin: 1px 1px 1px 1px ;
	background: #E5D8CA ;
	text-align: right ;
}

#linkespalte .navspacer .aktiv {
	background: #fff ;
	color: #971824 ;
}

#linkespalte .spacer {
	float: right ;
	width: 230px ;
	height: 10px ;
	background: #fff ;
	margin: 0 auto ;
}

#linkespalte .navspacer .nav .text {
	line-height: 38px ;
	margin-right: 20px ;
	text-align: right ;
}

#rechtespalte {
	width: 600px ;
	float: right ;
	text-align: left ;
	margin-bottom: 50px ;
}

#rechtespalte #padding {
	margin-right: 30px ;
}

#rechtsspalte #padding .table_left {
	width:100px;
	float:left;
	}

#rechtsspalte #padding .table_right {
	width:490px;
	float:right;
	}
	
h1 {
	font-size: 16px ;
	color: #971824 ;
	font-weight: bold ;
	margin-bottom: 20px ;
}

h2 {
	font-size: 12px ;
	color: #333 ;
	font-weight: bold ;
	margin-bottom: 10px ;	
}

p {
	margin-bottom: 16px ;
	color: #333 ;
}

table {
	font-family:Arial;
	font-size:12px;
	}




#footer {
	clear: both ;
	width: 880px ;
	height: 30px ;
	border-top: 1px solid #bbb ;
	margin: 0 auto  ;
	text-align: right ;
}

#footer #text {
	margin-right: 10px ;
	line-height: 20px ;
	color: #555 ;
	font-size: 11px ;
}

