/* @override http://peterdoermer.de/wp/wp-content/themes/pd/style.css */

/* ///////////////////////////////////////////// */

/* Peter Doermer */


/* Text:  #3F4849 */
/* Links: #3F4849 */
/* Color: #B2FFFF */

/* ///////////////////////////////////////////// */


html, body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

img, img a { border: none; }

body {
	font-family: Arial, Helvetica;
	font-size: 62.5%; /* 16px / 62.5% = 10px */
	text-align: left;
	vertical-align: top;
	color: #3F4849;
    background: #FFF;
}

body { padding-bottom: 120px; }

a:link, a:visited {
	text-decoration: none;
	color: #3F4849;
}

a:hover {text-decoration: underline;}
a:focus { -moz-outline-style: none; }

blockquote { 
	font-style: italic;
	font-family: Times New Roman, serif;
	font-size: 1.8em;
	line-height: 1.3em;
	color: #3F4849; 
	margin: 0px 0px 15px 0; 
	padding: 10px 20px 30px;
	background: #B2FFFF;
}

hr { 
	background: #FFF;
	border: 0;
	height: 1px;
	margin: 0px auto;
	border-bottom: 1px dotted #999;
	clear: both;
}



/* -------------------------------------------------------------------------------------------------
WRAP
---------------------------------------------------------------------------------------------------*/

#container {
	width: 800px;
	padding: 0px 20px;
	margin: 0px auto 0px;
	border: 0px solid RED;
	background: #FFF;
}


/* -------------------------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------------------------*/

#header {
	width: 800px;
	height: 170px;
	margin: 0px;
	padding: 0;
	background: #FFF;
}

#header h1 {     /* LOGO */
	float: left; 
	width:120px;
	height: 120px;
	overflow: hidden;
	margin-top: 33px;
}

#header h1 img:hover {  /* MouseOver Effect */
        /*margin-left: -120px;*/ 
}

/*Fader*/

.fadeThis {
	position:relative;
	display:block;
	height: 90px;
	width: 90px;
	border: 0px dotted red;
	background:url(images/logo.gif) no-repeat 0 -15px;
	cursor: pointer;
}

.fadeThis * {display: none;}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 90px;
	width: 90px;
	background:url(images/logo.gif) no-repeat -120px -15px;
}

#header em { 
	float: right;
	margin:  75px 0 0 2px;   
	font-family: Times New Roman, serif;
	font-size: 1.5em;
}

.lang {
	width:800px;
	text-align: right;
	font-size: 10px;
	margin: 0px 0 0 0px;
	padding: 3px 0 0 0px;
}





/* -------------------------------------------------------------------------------------------------
NAVIGATION
---------------------------------------------------------------------------------------------------*/

/* Level 1 */

#nav {
	margin: 0 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	border-bottom: 1px solid #999;
	_height: 20px;
}

#nav h2 {
display: none;
}

#nav a {
	font-weight: bold;
        color: #999;
}

#nav ul {
	/*font-size: 13px;*/
    font-size: 1.25em;
	list-style: none;
	list-style-type:none;
	margin: 0px;
	padding: 0px 0 0px 0;
}

#nav ul li {
        margin: 0 17px 0 0;
	list-style-type:none;
	float: left;
}

#nav ul li a {        
	padding: 0px 1px 0px 1px;
	margin: 0;
	background-color: #FFF;
	display: block;
}

#nav ul li a:hover {
	background: #B2FFFF;
	text-decoration: none;
	color: #3F4849;
}

#nav ul .current_page_ancestor a { 
    color: #3F4849;
    background: #B2FFFF; 
}

.current, #nav ul .current_page_item a, .pagenav ul .current_page_item a:hover {
    color: #3F4849;    
    background: #B2FFFF; 
}

#nav .back { 
	float: right;
	font-size: 10px;
	color: #3F4849;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 0 0 0 25px;
	background: url(images/arrow-back.gif) no-repeat center left;
}

#nav .back:hover {
	background-color: #B2FFFF;
	text-decoration: none;  
}



/* -------------------------------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------------------------------*/

#workoverview {
    width: 805px; /* 5px extra for IE */
	margin: 0 0px 0 0px;
	padding: 0 0 0 0px;
	font-size: 11px;
	font-size: 1.15em;
	line-height: 1.7em;
}

#workoverview p {
	padding: 0px 0 10px 0px;
}

.prevbox {
	width: 200px;
	float: left;
	margin: 0 0px 25px 0;
	overflow: hidden;
	padding: 0 0 0px 0;
	border-bottom: 0px solid #CCC;
}

.row {
	border: 0px solid red;
	clear: both;
}

.prevbox h2 {
	text-transform: uppercase;
	font-size: 1.18em;
	line-height: 1em;
}

.prevbox em {
	font-family: Times New Roman, serif;
	font-size: 1.1em;
}

.prevbox img {
	margin: 5px 0 0 0;
    background: #B2FFFF;
	border-bottom: 5px solid #FFF;
	padding: 0;
	width: 19000px;
	height: 90px;
	margin-left: -8000px;
	/* stupid IE6 */
	_width: 200px;
	_margin-left: 0px;
}

.prevbox a:hover img {
	border-bottom: 5px solid #B2FFFF;
	width: 200px;
	margin-left: 0;
}


#content {
	float: left;
	width: 550px;
	margin: 0 0px 0 70px;
	padding: 0 0 0 0px;
	min-height: 400px;  
	height: auto !important;
	height: 400px;
	font-size: 1.14em;
	line-height: 1.7em;
}

#content p {
	padding: 0px 0 20px 0px;
}

#content p.eng {
	padding: 0px 0 10px 0px;
}

#content h1 {
	display: block;
	font-family: Helvetica Neue, Helvetica;
	letter-spacing: -0.2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	font-size: 17px;
	padding: 0px 0 2px 0px;
}

#content .category {
	display: block;
	font-family: Times New Roman,serif;
	color: #333;
	font-style: italic;
	font-size: 12px;
	padding: 0px 0 0px 0px;
	margin: 0 0 10px 0;
}


#content h2 {
	font-size: 1.18em;
	padding: 0px 0 12px 0px;
}

#content h2 a {
    color: #0185C6;
}

#content h3 {
	font-size: 1.1em;
	padding: 0px 0 0px 0px;
	margin: 0;
}


#content a {
        border-bottom: 2px solid #A7FFFF; 
}

#content a:hover {
        border-bottom: 2px solid #B2FFFF; 
        background-color: #B2FFFF;
        text-decoration: none;
}

#content .linkext {
        border-bottom: 2px solid #CCC;
        padding: 0px;
}

#content .linkext:hover {
        border-bottom: 2px solid #CCC;
        background-color: #B2FFFF;
        text-decoration: none;
        
}

#content .trennlinie {
        height: 20px;
        clear: both;
        background: url(images/dotted-line.gif) repeat-x center left;
}

#content h2.trennlinie {
        height: auto;
        clear: both;
        padding: 20px 0 10px 0; 
        background: url(images/dotted-line.gif) repeat-x top;
}


#content p.trennlinie {
        height: auto;
        clear: both;
        padding: 15px 0 10px 0; 
        background: url(images/dotted-line.gif) repeat-x top;
}

#content p.trenntitel {
        height: auto;
        clear: both;
        padding: 0px 0 0 0; 
        margin: 0 0 15px 0;
        background: url(images/dotted-line.gif) repeat-x bottom;
}

#content p.spacetop {
		margin-top: 15px;
}

#content p.eng {
        padding-bottom: 10px;
}


/* Images */

#content .noborder { border: 0px none; }

#content p img, #content .imageframe img {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	/*border: 1px solid #CCC;*/
	}

#content a:hover img {
	border: 1px solid #333; 
}

#content .imageframe img {
	margin-bottom: 3px;
}

.imagecaption {
	margin-bottom: 10px;
        overflow: hidden;
}


#content p .alignleft {
	margin-right: 18px;
}

.alignleft { float: left; }
.alignright { float: right; }

.trenner {
    clear: both;
    height: 5px;
    margin: 0px 0px 15px 0px;
    background: url(images/dotted-line.gif) repeat-x top;
}


/* List */

#content ul {
padding: 0 0 0 1px;
margin-top: 0;
}

#content ul li {
list-style: none;
}



/* -------------------------------------------------------------------------------------------------
SIDEBAR
---------------------------------------------------------------------------------------------------*/

/* Subpages */

#sidebar {
	clear: both;	
	float: left;
	width: 180px;
	margin: 0 0px 5px 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	border: 0px solid GREEN;
}

#sidebar h2 {
display: none;
}

#sidebar a {
	font-weight: bold;
        color: #333;
}

#sidebar a:hover {
	text-decoration: underline;

}

#sidebar ul {
	font-size: 11px;
        font-size: 1.06em;
        text-transform: uppercase;
	list-style: none;
	list-style-type:none;
	margin: 0px;
	width: 180px;
	padding: 0px 0 1px 0;
	background: url(images/dotted-line.gif) repeat-y 0px bottom;
}

#sidebar ul li {
	border-bottom: 0px dotted #999;
	margin-top: 1px;
	list-style-type:none;
	width: 180px;

}

#sidebar ul li a {        
	padding: 4px 0px 4px 1px;  /* Einrückung */
	margin: 0;
	background-color: #FFF;
	display: block;
	_height: 10px;  /* stupid IE */
}

/* Level 2 */
#sidebar ul li li { 
	background: PINK;
        font-style: italic;
}


#sidebar ul li a:hover {
        background: #B2FFFF;
	text-decoration: none;
	color: #3F4849;
}

#sidebar ul .current_page_item a {
        background: #B2FFFF;
}

.current, .current_page_item a, #sidebar ul .current_page_item a:hover {
        background: #B2FFFF;
}


/* -------------------------------------------------------------------------------------------------
FORM
---------------------------------------------------------------------------------------------------*/  

legend { display: none;}

fieldset { 
	border: none; 
	border: 0px solid RED;
	background: #B2FFFF;
	margin: 0; padding: 20px;
}

form p {
	border: 0px solid RED;
	margin: 0; padding: 0;
}


form label {
    font-size: 0.88em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; 
    padding: 0;
}

input {
	border: 0px solid #999;    
	border-bottom: 1px solid #999;
	padding: 5px;
	margin: 0 0 7px 0;
	font-family: Courier, Arial;
	font-size: 13px;
	width: 400px;
}

 
/* Kontaktformular */

.wpcf7 form {
	padding: 0;
	background: #B2FFFF;
	margin: 0 0 15px 0;
}

.wpcf7 form textarea {
	width: 400px;
	padding: 5px;
	margin: 0 0 7px 0;
	font-family: Courier, Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	border: 0px solid #999;    
	border-bottom: 1px solid #999;
}

.wpcf7 .submitbutton {  /*Button*/
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #3F4849;
	background: #BAEEEE url(images/send-icon.gif) no-repeat center right;
	border: 5px solid #BAEEEE;
	padding: 2px 29px 2px 0px;
	margin: 20px 0 0 0;
	width: auto;
    cursor: pointer;
}

#content form p img { /* remove border from CAPTCHA image */
	border: none;
	float: left; 
	margin: 5px 15px 0 0;
}

.captchainput {
	width: 6em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 5px 0 0 0;
}

/* Webcheck */

.webcheck fieldset { 
	border: none; 
	background: #EFEFEF;
	margin: 0; padding: 20px;
}

form .webcheck label {
    font-size: 1em;
    text-transform: none;
}

.webcheck small { 
        font-size: 0.99em;
        font-weight: normal;
}

.wpcf7 .webcheck textarea { 
        width: 495px;
}

.wpcf7 .webcheck input { 
        width: 495px;
}

.wpcf7 .webcheck.kontakt input { 
        width: 300px;
}

.wpcf7 .webcheck .submitbutton { 
        width: auto;
	border: 5px solid #FFF;
	background: #FFF url(images/send-icon.gif) no-repeat center right;
}


/* -------------------------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------------------------*/

.uplink {
	float: right;
	margin: 10px 0 0px 0;
	text-align: right;
	padding: 0 0 10px 0;
	width: 100%;
}

#footer {
	clear: both;
	font-size: 1.14em;
	text-align: left;
	padding: 8px 0 10px 0;
	border-top: 1px solid #999;
}

#footer a:hover {
	border-bottom: 2px solid #B2FFFF; 
        background-color: #B2FFFF;
        text-decoration: none;  
}

#footer strong {
	text-transform: uppercase;
}

#footer span {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 13px;
	color: #3F4849;  
}

#footer .gutter {
	float: right;
}

.gutter a {
	color: #BBB;
}

.gutter a:hover {
	color: #333;
}


/* -------------------------------------------------------------------------------------------------
MISC
---------------------------------------------------------------------------------------------------*/   

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clearfix hr {
    display: none;
}


.accessibility, .sidebar hr {  /* hr */
   position: absolute;
   top: -999em;
   left: -999em;
}



.bearbeiten-link a { /*logged in*/
    clear: both;
    background: beige;
    padding: 3px;
}

