@charset "utf-8";
/* Master CSS
Theme Name: Los Dos
Author: Philip Prinz
Author URI: http://www.pimago.de
Update: 07.Feb.2008
"Windows?!" */

body {
	margin: 0;
	padding: 0;
	color: #bcbec1;
	background: url(../img/bg.jpg) 50% 0 fixed no-repeat;
	font: normal 62.5% "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: center;
	line-height: 1.4em;
}

/* ------------------------------ Basic Typo ------------------------------ */
p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 .6em;
	font-size: 1.5em;
}

ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

li {
	margin-left: 0;
	padding-left: 0;
}

address {
	margin: 0 0 .6em 0;
	padding: 0;
	font-style: normal;
}

/* ------------------------------ Links ------------------------------ */
#content a {
	color: #d3d4d6;
	text-decoration: none;
	outline: none;
}

#content a:hover {
	color: #a0a0a0;
}

a img {
	border: none;
}

#contact a {
	color: #222932;
	text-decoration: none;
}
/* ------------------------------ Basic Boxes ------------------------------ */
#wrapper {
	margin: -205px 0 0 -398px;
	width: 795px;
	height: 410px;
	background-color: #ffffff;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
}

#header {
	height: 87px;
	background-color: #fff;
	position: relative;
}

#header img {
	margin-top: 20px;
}

#home #header img {
	margin-top: 3px;
}

#contact {
	margin-top: 65px;
	color: #222932;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 20px;
}

#content {
	padding: 20px 20px;
	width: 357px;
	height: 272px;
	color: #bcbec1;
	line-height: 1.7em;
	float: left;
	overflow: hidden;
	position: relative;
}

#sidebar {
	width: 200px;
	height: 312px;
	background-color: #000000;
	float: right;
}

#footer {
	padding-top: 7px;
	background-color: #fff;
	color: #d5b076;
	font-weight: bold;
	clear: both;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #a0a0a0;
}

/* ------------------------------ Content ------------------------------ */
#content p {
	margin-bottom: .8em;
	font-size: 1.3em;
}

#content address {
	margin-bottom: 1em;
	font-size: 1.3em;
}

#content .pagination {
	margin: 0;
	font-size: 1.1em;
	position: absolute;
	bottom: 13px;
}

#content .pagination a {
	padding: 0px 3px;
	border: 1px solid #bcbec1	;
}

body#rechtshinweise #content {
	width: 556px;
}

/* ------------------------------ Startpage ------------------------------ */
/* ------------------------------ startseite links hintergrund------------ */
body#home #navi {
	padding: 20px 0 0 0;
	width: 296px;
	height: 290px;
	background-color: #ffffff;
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
	clear: left;
}

body#home #navi li {
	padding-bottom: 10px !important;
}

body#home #navi a {
	color: #696969;
}

body#home #navi a:hover {
	color: #a0a0a0;
}

body#home #sidebar {
	width: 498px;
	height: 312px;
	background-color: #ccc;
	float: right;
}

/* ------------------------------ Sidebar ------------------------------ */
body#fenstermacher #sidebar {
	background: transparent url(../img/img_01.jpg) top left;
}

body#premiumpartner #sidebar {
	background: transparent url(../img/img_06.jpg) top left;
}

body#startup #sidebar {
	background: transparent url(../img/img_02.jpg) top left;
}

body#entwicklung #sidebar {
	background: transparent url(../img/img_05.jpg) top left;
}

body#management #sidebar {
	background: transparent url(../img/img_04.jpg) top left;
}

body#kontakt #sidebar,
body#impressum #sidebar {
	background: transparent url(../img/img_03.jpg) top left;
}

/* ------------------------------ Navi ------------------------------ */
#navi {
	margin: 0;
	padding: 20px 0 0;
	width: 197px;
	height: 290px;
	border: 1px solid #222932;
	border-right: none;
	background-color: #fff;
	font-size: 1.2em;
	float: left;
}

#navi li {
	padding-bottom: 23px;
}

#navi li a {
	margin: 0;
	padding: 3px 0 0 23px;
	color: #222932;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

#navi li a:hover,
body#fenstermacher #n-fenstermacher,
body#entwicklung #n-entwicklung,
body#startup #n-startup,
body#management #n-management {
	color: #a0a0a0;
}

/* ------------------------------ Extras ------------------------------ */
.left {
	float: left;
}

.right {
	float: right;
}


/* clear floats */ 
#footer:after {
	height: 0;
	content: "."; 
	display: block;  
 	clear: both; 
	visibility: hidden;
}

/* clear floats for stoopid IE 7 */
*:first-child+html #footer {
	min-height: 1px;
}

/* clear floats for stoopider IE 6 */
* html #footer {
	height: 1%;
}
