/*
Theme Name: anjahansmann_com
Theme URI: http://anjahansmann.com/
Description: Wordpress-Theme von Daniel Bagel und Joe Wahler, basierend auf einem Entwurf von Anja Hansmann.
Version: 0.2
Author: Daniel Bagel
Author URI: http://idiotikon.de/
Tags: anjahansmann

*/


body{
   background-color: #E1E1E1;
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.7em;
   line-height: 1.8em;
}

a {
	text-decoration: none;
}

h2 {
	font-size: 1.2em;
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
}

#all{
   width: 950px;
   margin: 0 auto;
   background-color: #fff;
   background-image: url(http://www.anjahansmann.com/wp-content/themes/anjahansmann_com/images/header_img.jpg);
   background-repeat: no-repeat;
   padding-bottom: 50px;

}

#homelink span {
	/* Text des Links zur Startseite unsichtbar, da ja das background-image der links sein soll */
	display:none;
	
}
#homelink a {
	/* Größe des Links aufblasen, dass er über dem grossteil des background-images liegt */
	position: relative;
	top: 0;
	left: 0;
	display: block;
	height: 260px;
	width: 250px;
}

#header, #content{
     margin-left: 144px;
     margin-right: 15px;
}

#header{
	height:268px;
	/* header um höhe des homelinks wieder nach oben ziehen */
	margin-top: -260px;
}

#content{
   border-top: 1px solid #9e9f97;
   padding-top: 10px;
}

/* navigation */

#navigation{
   float:right;
   margin-top: 50px;
   line-height: 2em;
}

#mainnav{
   margin:0;
   padding:0;
   list-style: none;
}

#mainnav a{
   text-decoration: none;
   color: #666664;
   background-repeat: no-repeat;
   padding-left: 10px;
   background-position: 0 6px;
   display:block;
   font-weight:normal;
}

#mainnav a:hover{
   color: #222221;
}

.navi_icon {
	margin-bottom: -0.3em;
	border: none;
}

.sep{
   margin-top: 13px;
}

.subnav {
	float:right;
	color: #666664;
	font-weight: bold;
	text-transform: lowercase;
}

.navwrap{
   float:right;
}

/* sub navi */
span.navi_offset_1, span.navi_offset_2, span.navi_offset_3, span.navi_offset_4, span.navi_offset_5{
   display:block;
	text-align: right;
}
span.navi_offset_1{

}

span.navi_offset_2{
margin-top: 22px;
}

span.navi_offset_3{
margin-top: 44px;
}

span.navi_offset_4{
   margin-top: 67px;
}

span.navi_offset_5{
   margin-top: 89px;
}

#currentID{
	color: #222221!important;
}

a.navi3_title {
	margin-top: 0.8em;
	font-size: 1.2em;
	font-variant: small-caps;
}

.navi3_meta {
	font-variant: normal;
	font-size: 0.7em;
}

#navi3 {
	margin-top: 1.6em;
	line-height: 2em;
}

#navi3 a {
	text-decoration: none;
	color: #888884;
	font-weight: normal;
}

#navi3 a:hover {
	color: #555554;
}

#imgholder {
	
}

#metaholder {
	float: left;
	width: 300px;
}

#metaholder p {
	color: #666664;
	margin: 0;
}

#metaholder a {
	text-decoration: none;
  	color: #989991;
   	font-weight:bold;
}

.meta_link {
	padding-top: 0.5em;
}

.meta_title {
	color: #666664;
	font-weight: bold;
	text-transform: small-caps;
}

#imgholder_right {
	float: right;
	height: 100%;
}

#textholder h1{
   font-size: 1.4em;
   font-weight: normal;
}

#textholder_left {
	color: #666664;
	font-weight: normal;
	float: left;
	width: 47%;
}

#textholder_right {
	color: #666664;
	font-weight: normal;
	font-style: italic;
	float: right;
	width: 47%;
}

.pdflink {
	margin-top: 1.6em;
	text-decoration: none;
	color: #888884;
	font-weight: normal;
}

#backlink {
	margin-top: 2em;
}
#backlink a {
	text-decoration: none;
  	color: #888884;
   	font-weight:normal;
}
#backlink a:hover {
	color: #555554;
}

#impressum_link {
	border-top: 1px solid #9e9f97;
	font-size: 0.8em;
	color: #888884;
	margin-top: 2em;
	text-align: right;
}
#impressum_link a {
	color: #555554;
}
#impressum_link a:hover {
	color: #333333;
}

.news {
	margin-bottom: 1.5em;
}

.news p {
	margin: 0;
	padding: 0;
}

.news p a {
	color: #666664;
}

.clearboth {
	clear: both;
}
.clearbothline {
	clear: both;
	border: none;
	border-bottom: 1px solid #888;
	height: 1em;
}