/*  
Theme Name: Glas Aufh&auml;ngung
Theme Author: Stefan Eder [stefan.eder@janosch.at]

*/

/* ALLGEMEIN */

body{
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	font-size: 15px;
	background-color: #ffffff;
	
	background-image: url(images/bground.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;

	}
	
#wrapper{
	width: 940px;
	margin: 0 auto;
	
	}
	
#page{
	width: 838px;
	margin-left: 31px;
	}
	
hr{
	display: none;
	}
	
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}
	
a:hover{
	color: #908f8e;
	}
	
p{
	padding: 0px:
	margin: 0px;
	line-height: 19px;
	
	}
	
h3{
	margin-top: 0px;
	margin-bottom: -10px;
	}

.post{
	margin-bottom: 20px;

	}
	
.readmore{
	margin-left: 15px;
	}
	
.readmore a, .second a{
	font-weight: bold;
	}
	
img{
	background-color: #fff;
	padding: 1px;
	border: 2px solid #382206;
	}
	
.entry{
	margin-top: -7px;
	}
	
.entrytext p a{
	text-decoration: underline;
	}
	
.entrytext h3{
	margin-top: 10px;
}

.entrytext h5{
	font-size: 14px;
}
	
.solo{
	margin-right: 10px;
	}

	
/* HEADER */

#header{
	width: 941px;
	height: 115px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
	}
	
#header h1{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 36px;
	left: 225px;
	
	width: 447px;
	height: 51px;
	
	}
	
#header h1 a{
	display: block;
	width: 447px;
	height: 51px;
	
	}
	
#header h1 a span{
		display: none;
		
	}
	
.active a{
	font-weight: bold;
	color: #000;
	}
	
/* MENU */

#menu{
	margin-top: 40px;
	}

#menu ul li{
	display: inline;
	margin-right: 43px;
	

	}
	
#menu h2 a:hover{
	color: #908f8e;
	
	}
	
#menu h2{
	letter-spacing: 2px;
	font-size: 22px;
	}
	
/* CONTENT */

#content{
	margin-top: 30px;
	}
	

.left_column{
	width: 532px;
	display: block;
	float: left;
	}
	
.post_header{
	display: block;
	
	/*height: 40px;*/
	}
	
.post_header h4{
	font-weight: lighter;
	font-size: 12px;
	width:100px;
	text-align: right;
	margin-left: 432px;
	margin-top: -20px;
	}
	
.post_header h3{
	width: 400px;
	}

.post_header h3 a, .post_header h3{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	}




.left_column ul{
	list-style-type: square;
	margin-left: 15px;
	}
	
.left_column ul li{
	margin-bottom: 4px;
	}
	
.right_column{
	display: block;
	
	width: 277px;
	float: right;
	text-align: right;
	}
	
	
/* information */
.information_left{
		display: block;
		width: 150px;
		float: left;
		
		}

.information_left h4{
	margin: 0px;
	padding: 0px;
	}
		
.information_left h4, .information_left h4 a{
	letter-spacing: 1px;
	font-size: 18px;
	}

.information_left h4 li{
	margin: 0px 0px 10px 0px;
	}
	
.information_right{
		display: block;
		width: 677px;
		float: right;
		
		}
		
.information_right .post_header h4{
	font-weight: lighter;
	font-size: 12px;
	width:100px;
	text-align: right;
	margin-left: 570px;
	margin-top: -20px;
	}
	
.information_right .post_header h3, .information_right .post_header h3 a:hover{
	color: #000;
	width: 630px;
	}

	
/* FOOTER */
#footer{
	text-align: right;
	height: 40px;
	display: block;
	clear: both;
	padding-top: 10px;
	
	}
	
/* SINGLE */

.navigation{
	height: 30px;
	}

.alignleft{
	float: left;
	}
	
.alignright{
	float: right;
	}
	
/* category */

.current-cat a{
	font-weight: bold;
	}

.shortmenu{
	border-bottom: 2px solid #cddde4;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}
	
.information_right .shortmenu .post_header h3, .information_right .shortmenu .post_header h3 a{
	font-weight: lighter;
	width: 630px;
	}
	
.information_right .shortmenu .post_header h3 a:hover{
	color: #908f8e;
	}
	

/* zur person listen einträge  */
ul.notizen li{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 7px;
	}