body {
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	background: #F5F6F9;
	margin: 0px;
	padding: 0px;
}

/*
	Main design elements
*/

#begin {
	background: url(../images/design/top.png) no-repeat 0px 10px;
	margin: 0px auto;
	width: 760px;
	height: 30px;
}

#container {
	position:relative;
	background: url(../images/design/hintergrund.png) repeat-y;
	margin: 0px auto;
	padding: 0px 20px;
	width: 720px;
	min-height:550px;
	height: auto !important;
	height:550px;
}

#header {
	position:relative;
	background: url(../images/design/banner.png) no-repeat;
	height: 100px;
	padding-top: 30px;
}

#clear{
	padding-top:30px;
}

#footer {
	position:absolute;
	bottom:0px;
	left:20px;
	background: url(../images/design/footer.png) repeat-y;
	width:760px;
	height:20px;
	margin-top:5px;
	color:#fff;
	text-align:center;
	padding-top:1px;
}

#footer div{
	padding-top:1px;
}

#end{
	background: url(../images/design/bottom.png) no-repeat;
	margin: 0px auto;
	width: 760px;
	height: 30px;
}

/*
	Content
*/

#main_content {
	margin-top: 20px;
	width: 530px;
	float: left;
	border: dashed 0px;
	padding:5px;
}


#main_content h2 {
	font-size: 18px;
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
}

#main_content h3 {
	font-size: 14px;
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
}

#main_content img {
	float:left;
	margin-right:15px;
	margin-bottom:5px
}

p#inhalt {
	text-indent:20px;
	margin-left: 10px;
}

p#datum {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
}

/*
	leiste rechts
*/

#leiste_r {
	position:absolute;
	right:20px;
	width: 170px;
	height:auto;
	margin-top:20px;
}

#impressum{
	width: auto;
	margin:5px;
	margin-top:10px;
	padding:5px;
	background:#dcdcdc;
	border: dashed 1px;
	font-size:10px;
}

#impressum h2 {
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	padding-bottom:5px;
	margin:0px;
}

/*
	Navleiste rechts
*/

#navleiste {
	width: 160px;
	margin-left:5px;	
	margin-right:5px;
}

#navleiste ul{
	margin: 0px;
	padding: 0px;
	white-space : nowrap;
}

#navleiste ul li{
	margin: 0px;
	text-align: center;	
	padding-top:2px;	
	padding-bottom:2px;	
	color:#fff;	
	font-size:14px;	
	font-weight:bold;
}

#navleiste ul li a{
	background: url(../images/design/nav-button.png) no-repeat;
	margin: 0px;
	padding:0px;
	width:160px;	
	height:20px;
	display: block;	
	color:#fff;	
	text-decoration:none;
}

#navleiste ul li a:hover{
	position:relative;
	right:0px;
	background: url(../images/design/nav-button_s.png) no-repeat;
	margin: 0px;
	padding:0px;
	width:160px;	
	height:20px;	
	display: block;
	color:#fff;	
	text-decoration:none;
	text-align:center;
}

#navleiste ul li.aktiv  a{
	background: url(../images/design/nav-button_s2.png) no-repeat;	
	position:relative;
	left:10px;
	margin: 0px;
	padding:0px;
	width:150px;	
	height:20px;	
	display: block;
	color:#fff;	
	text-decoration:none;
}

/* 
	Navigationsleiste im Header
*/

#menu {
	position:absolute;
	right:0px;
	bottom:-2px;
	padding-right: 30px;
	margin:0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	white-space : nowrap;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	text-align: center;
}
#menu ul li a {	
	color : #fff;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border: none;
}

#menu ul li a {
	background: url(../images/design/button.png) no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 9px;
}
#menu ul li a:hover, #menu ul li a:active {
	background: url(../images/design/button_g.png) no-repeat;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

#menu ul li.aktiv a {
	background: url(../images/design/button_g.png) no-repeat;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

#menu ul li.aktiv a:hover, #menu ul li.aktiv a:active {
	background: url(../images/design/button_g.png) no-repeat;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

 img, a{ behavior: url(./css/iepngfix.htc) }

