/*
Theme Name: Romer Photo
Theme URI: http://wordpress.org/
Description: Design Photographer
Version: 1.5
Author: Tino Schramm | it.medien
*/

* {
	margin: 0;
	padding: 0; 
	}

body {
	background-color: #000;
	background-image: url(../img/bg_light.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	height: 100%;	
	}

a {
	color: #FFF;
	text-decoration: none;
	outline: none;
	}

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

a img, img {
	text-decoration: none;
	border: none;
	outline: none;
	}
		
div > p {
	margin-top: 0;
	}

.clear {
	clear: both;
	height: 0px;
	}

.clear-header {
	clear: both;
	height: 0px;
	}	
		
#rap { 
	position: absolute;
	width:100%;
	height: 100%;
	margin: 0px;
	background-color: transparent;
	z-index: 20;
	}
	
#photofader {
	visibility:hidden;
}

#headerline, #pic_top_line, #pic_bottom_line {
	width: 100%;
	border-top: 1px solid #212121;
	/*border-bottom: 15px solid #212121;*/
}

 #pic_top_line {
 	margin-top: 15px;
 }

 #pic_bottom_line_text {
	width: 100%;
	border-top: 1px solid #212121;
	margin: 10px 0 30px 0;
	/*border-bottom: 15px solid #212121;*/
}
		
#content, #contenttext {
	 margin-top: 30px;
}

* + html  #pic_top_line {
	margin-bottom: -20px;
}

* + html #pic_bottom_line {
	margin-top: -5px;
	margin-bottom: -15px;
}

.storycontent {
	position: relative;
	z-index: 100;
	background-color: transparent;
}

.storycontent p {
	width: 84%;
	max-width: 1500px;
	min-width: 900px;
	margin: 0 auto;
	font-size: 13px;
}
		
/*navigation*/

#navcontainer { 
position:relative;
width: 100%;
z-index: 10;
height: 23px;
border-top: 15px solid #212121;
background-color: #000;
z-index: 320;
}
	  
#jsddm {	
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 300;}

	#jsddm li
	{	float: left;
		list-style: none;
		font-size: 13px;}
		
#jsddm li.page-item-40 a {	
	display: block;
	background: transparent;
	padding: 3px 10px 4px 0px;
	text-decoration: none;
	color: #666666;
	white-space: nowrap;
	}
	
#jsddm li a {	
	display: block;
	background: transparent;
	padding: 3px 10px 4px 10px;
	text-decoration: none;
	color: #666666;
	white-space: nowrap;
	}


#jsddm li a:hover, #jsddm li.current_page_parent a, #jsddm li.current_page_item a {
	background: transparent;
	color: #FFFFFF;
	}
		
#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	}
		
#jsddm li ul li {	
	float: none;
	display: inline;
	}
			
#jsddm li ul li a {	
	width: auto;
	background: transparent;
	background-image: url(../img/transparent.png);
	background-position: top left;
	background-repeat: repeat;
	color: #666666;
	position: relative;
	z-index: 400;
	}
	
#jsddm li ul li.page_item a {	
	background: transparent;
	background-image: url(../img/transparent.png);
	background-position: top left;
	background-repeat: repeat;
	color: #666666;
	}
	
#jsddm li ul li.page_item a:hover, #jsddm li ul li.current_page_item a {	
	background: transparent;
	background-image: url(../img/transparent.png);
	background-position: top left;
	background-repeat: repeat;
	color: #FFFFFF;
	}

.bildunterschrift {
	display: none;
	font-size: 12px;
	color: #666666; 
	margin: 5px 0;
	float: left;
}

.bildunterschrift .left {
font-size: 12px;
letter-spacing: 0.15em;
margin: 5px 13px 5px 0px;
color: #FFFFFF;
}

#subnavi {
	float:right;
	font-size: 12px;
	margin: 5px 0px;
	color: #212121; 
	display: none;
}

#subnavi a:hover {
	color: #666666;
}

#logo {
	position: relative;
	width: 260px;
	height: 53px;
	margin: 10px 0 0 0;
	background-image: url(../img/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	z-index: 300;
}
.textcontent {
margin: 0;
}

.imprint {
width: 30%;
font-size: 13px;
float: left;

}

.imprint  p {
	margin: 10px 0;
}
.imprint h5, .disclaimer h5 {
	margin: 20px 0 10px 0;
	font-size: 13px;
}

.disclaimer {
width: 69%;
font-size: 13px;
float:left;
}

.disclaimer p {
	margin: 10px 0;
}


