@charset "utf-8";

/* 
www.sabert.de - BASIS LAYOUT
erstellt: 21.11.2009
letzte Änderung: 22.11.2009
Farben:
Orange = rgb(255,149,1);
Schrift, dunkel = #333;
Schrift, hell =#999;
*/

/* ALLGEMEINE EINSTELLUNGEN */
* {
	margin: 0;
	padding: 0;
}

body {
	background:#fff;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {}
h2 {
	color: #999;
	font-weight: normal;
	padding-bottom: 30px;
}
h3 {
	color: #ccc;
	font-size: 28px;
	font-weight: normal;
}
h4 {
	position: relative;
	left: -20px;
	padding-bottom: 20px;	
	letter-spacing: 0.5em;
	color: #999;
}

/* KLASSEN */
.zitat_links {
	width: 280px;
	position: relative;
	left: 40px;
	padding-top: 20px;
}
ul.abstand li p {
	line-height: 160%;
}
.fett {
	font-weight: bold; 
}
.orange {
	color: rgb(255,149,1);
}
.grau {
	color: #999;
}
.wichtig {
	font-size: 18px;
}
.sehrwichtig {
	font-size: 18px;
	color: rgb(255,149,1);
	padding-top: 0.2em;
}
.shadow {
	height: 1px;
	width: 100%;
	/*background: rgb(235,233,233);*/
	background: #000;
}
.clearboth {
	clear: both;
}
.cite {
	font-size: 12px;
	font-style: italic;
	color: #999;
	line-height: 1.5em;
}
.author {
	color: #999;
	font-size: 90%;
	font-style: italic;
	line-height: 1.5em;
	padding-left: 3em;
	text-align: right;
}
.firma { letter-spacing: 0.2em; }
.code { font-family: monospace; color: #222; color: #060; }
.normal { color: #000; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
/* DIVs */
#container {
	margin-left: 20px;
	margin-top: 30px;
}

#head {
	width: 90%;
	height: auto;
	padding-bottom: 20px;
	padding-left: 10px;
}
#logo {
	/*position: absolute;
	top: 50px;
	left: 20px;
	color: rgb(255,149,1);
	font-size: 18px;
	letter-spacing: 0.3em;
	z-index: 10;*/
}
#logo a {
	text-decoration: none;
	color: rgb(255,149,1);
}

#navigation {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

#title {
	/*clear: both;*/
	padding-top: 50px;
}

#title.kontakt {
	float: left;
	width: 400px;
}

#content {
	padding-top: 50px;
}

#left {
	float: left;
	position: relative;
	left: -40px;
	background: #fff;
}
body#contact #left {
	left: -30px;
	top: 40px;
	width: 210px;
	overflow: hidden;
}
body#contact #left img {
	border-bottom: 1px solid #999;
}
body#contact #right {
	width: 70%;
	position: relative;
	left: 20px;
}
body#leistung #right {
	padding-left: 30px;
}
body#leistung #right ul li ul {
	padding-top: 5px;
}
body#leistung #right ul li ul li {
	line-height: 1.2em;
	list-style-type: none;
	letter-spacing: 0;
	padding-bottom: 5px;
}
body#impressum p {
	line-height: 160%;
}
body#impressum table tr td {
	padding: 2px 0;
}

/* ############## Referenzen ######################### */
body#referenzen .referenz {
 	clear:both;
	line-height: 1.5em;
}
body#referenzen .referenz h4 {
	padding-left: 20px;
}
body#referenzen .referenz table {
	margin-top: 2em;
	margin-bottom: 5em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #999;
}
body#referenzen .referenz table tr td.bezeichner {
	font-weight: bold;
}
body#referenzen p.einleitung {
	padding-left: 10px;
}
/* ############### Projekte #################### */
body#projekte .projekte {
 	clear:both;
	line-height: 1.5em;
	padding-left: 50px;
	width: 600px;
}
body#projekte .projekte h4 {
	padding-left: 20px;
}
body#projekte .projekte ul {
	padding: 20px 0 0 18px;
}
body#projekte .projekte ul li div.text {
	letter-spacing: 0;
	list-style-type: none;
	padding: 0 10px 0 0;
}
body#projekte #infobox {
	background: #edefee;
	color: #000;
	position: absolute;
	top: 100px;
	right: 10px;
	width: 500px;
	border: 1px solid #ccc;	
	padding: 5px;
	float: right;
	visibility:hidden;
}

#referenzen #container #content .beschreibung {
	padding: 0 0 100px 0;
	line-height: 160%;
}

#right {
	float: left;
	padding-left: 0px;
	width: 450px;
}

#right.impressum {
	width: 550px;
	padding-left: 10px;
}

#foot {
	visibility: hidden;
	padding-top: 20px;
}

/* LISTEN */
ul li {
	letter-spacing: 0.1em;
	line-height: 160%;
	padding-bottom: 1.5em;
	list-style-position: outside;
	list-style-image: url(../_img/sabert_bullet_01.jpg);
}
ul li ul li {
	list-style-image: none;
	line-height: 1em;
}
ul li a { text-decoration: none; }
ul li.punktiert {
	border-bottom: 1px dotted #999;
	padding-top: 15px;
}
ul li.punktiert_ohne_abstand {
	padding-top: 0;
	border-bottom: 1px dotted #999;
}
ul li p.listentext {
	letter-spacing: 0;
	font-weight: normal;
}
ul li p.listentitel {
	font-weight: bold;
	padding-top: 15px;
}
ul.anker {
	padding: 10px 0 20px 30px;
	font-weight: normal;
}
ul.anker li {
	padding: 0 0 5px 0;
}
ul.anker li a {
	color: #333;
}
/* LINKS */
a {
	text-decoration: none;
}
a.extern {
	color: rgb(255,149,1);
	text-decoration: underline;
}

/* TRENNER */
.trennerFett {
	clear:both;
	height: 10px;
	width: 120%;
	background: #ccc;
	position: relative;
	left: -20%;
	margin: 0 0 20px 0;
}

/* BILDER */

