/*
Theme Name: WordPress Corinna Leibig
Theme URI: http://wordpress.org/
Description: Special Theme for Corinna Leibig
Version: 1.0
Author: Loan Pham Duc
Author URI: http://www.phoenix-style.com
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Loan Pham Duc,
	whose website you will find at http://www.phoenix-style.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
*{
	margin:0px;
	padding:0px;
}
html, body{
	height:100%;
}
body{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #717171;
}
body#startseite{
	background-color:#e93e22;
}
img{
	border:0px;
	display: inline;
}
h3{
	font-size: 11px;
	font-weight: bold;
	color: #5d5c5c;
	margin-bottom: 5px;
}
h4{
	font-size: 12px;
	font-weight: bold;
	
}
h2{
	color:#717171;
	font-size: 12px;
	font-weight: bold;
}
h2 span{
	text-transform: none;
	font-size: 12px;
	color: #717171;
}
a{
	outline: none;
	color:#717171;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p{
	margin-bottom: 29px;
	line-height: 18px;
}
p.nomargin{
	margin-bottom:17px;
}
.orange{
	color:#e93e22;
	font-size:13px;
}
.alignright{
	clear:both;
	float:right;
}
.alignleft{
	clear:both;
	float:left;
}
.clear{
	clear:both;
	line-height: 100%;
}
.clearOverflow{
	overflow: hidden;
	width:100%;
}
hr{
	clear:both;
	background-color: #c8caca;
	color: #c8caca;
	border: 0;
	height: 1px; 
	margin:0px 0px 29px 0px;
}
.line{
	height:1px;
	border-top: 1px solid #c8caca;
	width:100%;
	margin:0px 0px 25px 0px;
}
img.alignright{
	margin-left:30px;
	margin-bottom: 0px;
}
img.alignleft{
	margin-right:26px;
	margin-bottom: 0px;
}
#container{
	width: 992px;
	padding-bottom: 21px;
}
#startseite #container{
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	width: 992px;
	padding-bottom: 0px;
	position: relative;
}
#wrap{
	position: relative;
	width: 992px;
	overflow:hidden;
}
#startseite #wrap{
	padding-bottom: 0px;
}
.blue{
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
}
.red{
	background-image: url('images/bg_red.gif');
	background-repeat: repeat-y;
}
#header{
	background-color: #FFFFFF;
	padding: 0px 0px 95px 179px;
}

/*-------Navigation------- */
#navigation{
	list-style-type: none;
	width:105px;
	margin:33px 46px 0px 31px;
	float: left;	
}
#navigation li a{
	display: block;
	background-repeat: no-repeat;
	margin-bottom:18px;
}
#navigation li a.leistungen{
	background-image: url('images/navi-leistungen.gif');
	width:105px;
	height: 13px;
	margin-bottom:17px;
}
#navigation li.active a.leistungen, #navigation li a.leistungen:hover{
	background-position: -105px 0px;
}
#navigation li a.mensch{
	background-image: url('images/navi-mensch.gif');
	width:75px;
	height: 11px;
}
#navigation li.active a.mensch, #navigation li a.mensch:hover{
	background-position: -75px 0px;
}

#navigation li a.portfolio{
	background-image: url('images/navi-portfolio.gif');
	width:87px;
	height: 14px;
	margin-bottom:16px;
}
#navigation li.active a.portfolio,#navigation li a.portfolio:hover {
	background-position: -87px 0px;
}
#navigation li a.kontakt{
	background-image: url('images/navi-kontakt.gif');
	width:75px;
	height: 11px;
}
#navigation li.active a.kontakt, #navigation li a.kontakt:hover {
	background-position: -75px 0px;
}
#post_navigation{
	list-style-type: none;
	position: absolute;
	top:-16px;
	overflow:hidden;
	width:100%;
}
#post_navigation a, #post_navigation_footer a{
	color:#ec2726 !important;
	font-size: 9px;
}
#post_navigation_footer{
	list-style-type: none;
	width:100%;
	overflow:hidden;
	position: absolute;
	bottom: 5px;
}
.arrow{
	background-repeat: no-repeat;
}
.zurueck{
	background-position: left center;
	padding-left:9px;
	background-image: url('images/arrow_back.gif');
}
.weiter{
	background-position: right center;
	padding-right: 9px;
	background-image: url('images/arrow_for.gif')
}
.subnavigation li{
	float:left;
	line-height:100%;
	padding-right: 16px;
}
.subnavigation li a{
	font-size:14px;
	color: #E93E22;
} 

/*---------Content---------*/
#content{
	width:568px;
	float: left;
	position: relative;
}
#startseite #content{
	padding: 207px 0px 150px 181px;
	width: 100%;
	float: none;
}
#content .inner{
	border-top: 1px solid #C8CACA;
	border-bottom: 1px solid #C8CACA;
	padding-top: 29px;
	padding-bottom: 80px;
}
#content.portfolio .inner{
	padding-top: 0px;
}
#content .inner a{
	color:#000000;
}
#content .inner.small{
	padding: 48px 275px 20px 13px;
}

/*---------------Posts------------------*/
div.post{
	border-bottom: 1px solid #c8caca;
	cursor:pointer;
	padding: 17px 10px 14px 13px;
	width:544px;
}
div.post img{
	border:1px solid #adb2b2;
}
div.post.last{
	border-bottom: 0px;
}
div.post.hover{
	background-color: #ebe9e8;
}
div.post a{
	color: #717171 !important;
}
div.post h2{
	margin-bottom: 15px;
	margin-top:24px;
}
div.post p{
	margin:0px;
	line-height: 17px;
}
div.postSingle{
	margin-bottom:21px;
}
div.postSingle h2{
	margin-bottom: 10px;
}
div.postSingle h3{
	margin-bottom: 18px;
	font-weight:normal;
}
div.postSingle h3 a{
	color:#000000;
}


/*-------------- Footer -----------*/

#footer{
	width:165px;
	position: absolute;
	margin-top: 0px;
	bottom: 0px;
	left: 17px;
}
#startseite #footer{
	position: absolute;
	bottom:29px;
	left:17px;
	float: none;
	margin:0px;
}
#meta-impressum{
	background-image: url('images/navi-impressum.gif');
	background-repeat: no-repeat;
	width: 108px;
	height: 13px;
	display: block;
}
#meta-impressum.current_page_item, #meta-impressum:hover{
	background-position: -108px 0px;
}
#startseite #meta-impressum{
	background-image: url('images/navi-impressum-start.png');
}
#startseite #meta-impressum:hover{
	background-position: 0px 0px;
}
#animation{
	background-image: url('images/animation.jpg');
	display: block;
	width: 232px;
	height: 139px;
	position: absolute;
	bottom: 0px;
	right: 0px;

}
#startseite #animation{
	float: none;
	position: absolute;
	bottom: 0px;
	background-image: url('images/animation-start.png');
	display: block;
	width: 216px;
	height: 150px;
	right: 0px;
	margin-top:0px;
}





