/*Positionierung der verschiedenen Elemente*/

body {
	background-color:#999999;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

div#zentriert{
	position: relative;
	margin: 0 auto;
	width: 970px;
	text-align: left;
}

div#topbar{
	position: absolute;
	top:0px;
	left: 0px;
	width: 970px;
	height: 150px;
	background-color:#FF8000;
	background-image: url(http://www.wolfhoehle.ch/media/background_logo_3.jpg);
	border: solid 1px #444444;
	z-index:12;
}

div#topmenu{
	position: absolute;
	top: 120px;
	left: 250px;
	width: 720px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #000000;
	z-index: 20;
}

div#menu{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 250px;
	height: 520px;
	background-color: #FFFFFF;
	border-right: solid 1px #444444;
	border-left: solid 1px #444444;
	border-top:	solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 0px;
	margin: 0px;
	z-index: 11;
}

div#menu_text{
	position: absolute;
	top: 20px;
	left: 10px;
	width: 240px;
	height: 490px;
	z-index: 12;
	padding: 0;
	margin: 0;
}

div#content{
	position: absolute;
	top: 150px;
	left: 250px;
	width: 720px;
	height: 520px;
	background-color: #FFFFFF;
	border-right: solid 1px #444444;
	border-left: solid 1px #ffffff;
	border-top:	solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	z-index: 10;
}

div#content_text{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 690px;
	height: 490px;
	background-color: #FFFFFF;
	z-index: 15;
}

div#bottombar{
	position: absolute;
	top: 670px;
	left: 0px;
	width: 970px;
	height: 50px;
	background-color: #FFFFFF;
	border: solid 1px #444444;
	z-index: 12;
}

div#shadow{
	position: absolute;
	width: 970px;
	height: 720px; 
	left: 5px;
	top: 5px;
	background-color: #000000;
	border: solid 1px #000000;
	z-index:1;
}


/*Formatierung Topmenu*/

div#topmenu ul {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0;
}

div#topmenu ul li{
	display: inline;
	padding-right: 20px;
}

div#topmenu span.menu_current {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

div#topmenu a:link, div#topmenu a:visited, div#topmenu a:active{
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}
div#topmenu a:hover{
	text-decoration: none;
	color: #444444;
	font-size: 16px;
}

/*Formatierung des Menus*/
div#menu_text a:link, div#menu_text a:visited, div#menu_text a:active{
	text-decoration: none;
	color: #444444;
	background-color:#ffffff;
}
div#menu_text a:hover{
	text-decoration: none;
	color: #FF6633;
	font-size: 14px;
	background-color: #ffffff;
}

div#menu_text li.menu-current{
	font-weight: bold;
}
div#menu_text li.menu-child{
	font-weight: normal;
	padding-top: 2px;
}

div#menu_text li.menu-expand{
	padding-top: 5px;
}

div#menu_text ul li{
	list-style-type: none;
	list-style-imgage: none;
}

div#menu_text ul.menu-top{
	text-align: left;
	padding-left: 0px;
	font-size: 14px;
	margin: 0;
}

div#menu_text ul li ul{
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
	margin: 0;
}
/*Formatierung des Fussnoten-Menu*/

div#bottombar ul {
	text-align: center;
	padding-top: 15px;
	margin: 0;
}

div#bottombar ul li{
	display: inline;
	padding-right: 20px;
}

div#bottombar span.menu_current {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

div#bottombar a:link, div#bottombar a:visited, div#bottombar a:active{
	text-decoration: none;
	color: #444444;
	font-size: 10px;
}
div#bottombar a:hover{
	text-decoration: none;
	color: #FF6633;
	font-size: 10px;
}


/*Formatierung des Contents*/

div#content{
	overflow: auto;
}

div#content a:link, div#content a:visited, div#content a:active{
	text-decoration: none;
	color: #FF6633;
	font-size: 12px;
}
div#content a:hover{
	text-decoration: none;
	color: #444444;
	font-size: 12px;
}

h1{
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}

h2{
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}

td{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/*Formatierung der News*/
.post_title, .post_date { 
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD; 
}

.post_title { 
	font-size: 12px;
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
}

.post_date { 
	font-size: 12px;
	text-align: right; 
	font-weight: bold; 
	color: #444444;
}

.post_short {
	font-size: 12px;
	text-align: justify; 
	padding-bottom: 5px; 
}





