/*
Theme Name: hecht
Version: 1.0
Author: Alexander Hecht
Author URI: www.hecht-fotografie.de
*/

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #504a49;
	background-color: #f9f9f9;
}

a{
	color: #504a49;
}

#container{
	background-color: #f9f9f9;
	width: 100%;
	height: auto;
	position: absolute;
	padding-bottom: 30px;
}

#left{
	width:120px;
	height: auto;
	left: 0px;
	float: left; 
	position: relative;
}

#right{
	position: absolute;
	background-color: #f9f9f9;
	float: left;
	left: 132px;
	top: 13px;
}

#menu{
	margin: 5px 0px 0px -20px;
	padding: 0;
	float: left;
	position:relative;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	left: 0;
	font-size: 12pt;
}

#menu ul li a{
	color: #504a49;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #7e7f82;
	text-decoration: none;
}

#menu ul li ul li a{
	font-size: 10pt;
	color: #504a49;
	text-decoration: none;
}

#menu ul li.page_item.current_page_item a{
	color: #7e7f82 !important;
}

#menu ul li.page_item.current_page_ancestor.current_page_parent a{
	color: #504a49 !important;
}

#menu ul li.current_page_parent a{
	color: #7e7f82 !important;
}


#menu ul li.current_page_item ul li.page_item a{
	color: 	#504a49 !important;
	margin-left: -18px;
}

#menu ul li.current_page_parent ul li.page_item a{
	margin-left: -18px;
}
#menu ul li.current_page_parent ul li.page_item.current_page_item a{
	color: #7e7f82 !important;
}

#menu ul li.current_page_item ul li.page_item a:hover{
	color: #7e7f82 !important;
}

#rightarrow{
	position: absolute;
	float: left;
	margin-top: 210px;
	width: 107px;
	height: 20px;
	display: block;
}

#name{
	position: absolute;
	display: block;
	float: left;
	margin-top: 435px;
	width: 107px;
	height: 120px;
	background-image: url('img/name2.png');
}

#name h1{
	font-size: 11pt;
	margin: 10px 1px 0px 1px;
	font-weight: lighter;
}

#name h2{
	font-size: 11pt;
	margin: 0px 2px 0px 0px;
	float: right;
	font-weight: lighter;
	color: white !important;
}

#personal{
	position: absolute;
	width: 107px;
	margin-top: 340px;
	display: block;
	border-top: 1px dotted #504a49;
}

#personal ul{
	list-style-type: none;
	margin-left: -18px;
	margin-top: 21px;
}

#personal ul li a:hover{
	color: #7e7f82;
	text-decoration: none;
}

#personal ul li.page_item.current_page_item a{
	color: #7e7f82 !important;
}

#content{
	float:left;
	position: relative;
	width: 1000px;
	margin-bottom: 30px;
}

.beitrag{
}

.beitrag p{
	color: #7e7f82;
	padding-left: 46px;
	font-size: 10pt;
}

.beitrag p a{
	color: #babcbe;
}

.beitrag a:hover{
	color: #7e7f82;
}

#footer{
	padding-top: 18px;	
	position: relative;
}

.nav-next a:hover{
	background-image: url('/themes/dark/rightarrow_h.png') !important;
}
