@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	color: #00555e;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	background-color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#header {
	width: 745px;
	height: 21px;
	margin: 44px auto 7px auto;
}

#header ul {width: 560px; list-style:none; padding-left: 185px;}
#header li{float:left;}
#header li a{background:url(bilder/navi.jpg) no-repeat;height:21px;text-indent:-99999px;display:block;}

#header .n_01 a{width: 90px;background-position:0px 0px;}
#header .n_01 a:hover, #header .n_01 a.selected{background-position:0px -21px;}

#header .n_02 a{width:93px;background-position:-90px 0px;}
#header .n_02 a:hover, #header .n_02 a.selected{background-position:-90px -21px;}

#header .n_03 a{width:148px;background-position:-183px 0px;}
#header .n_03 a:hover, #header .n_03 a.selected{background-position:-183px -21px;}

#header .n_04 a{width:130px;background-position:-331px 0px;}
#header .n_04 a:hover, #header .n_04 a.selected {background-position:-331px -21px;}

#header .n_05 a{width:95px;background-position:-461px 0px;}
#header .n_05 a:hover, #header .n_05 a.selected{background-position:-461px -21px;}

#content {
	position: relative;
	width: 754px;
	height: auto;
	margin: 0 auto;
}

.lebenslauf {
	position: absolute;
	top: 378px;
	margin-left: 193px;
	width: 497px;
	height: 308px;
	background-color: #e1dfec;
	padding: 30px;
	z-index: 20;
	font-size: 0.9em;
	left: -3px;
	line-height: 130%;
}

.referenzen {
	position: absolute;
	top: 377px;
	margin-left: 193px;
	width: 497px;
	height: 288px;
	background-color: rgba(90, 248, 255, 0.4);
	padding: 20px 30px;
	z-index: 20;
	font-size: .9em;
	overflow: auto;
	left: -3px;
	color: #00555e;
	border-top: 20px solid #BDFCFF;
	border-bottom: 20px solid #BDFCFF;
}

.impressum {
	position: absolute;
	top: 377px;
	margin-left: 193px;
	width: 497px;
	height: 288px;
	background-color: rgba(131, 163, 30, 0.2);
	padding: 20px 30px;
	z-index: 20;
	font-size: .9em;
	overflow: auto;
	left: -3px;
	color: #00555e;
	border-top: 20px solid #E6EDD2;
	border-bottom: 20px solid #E6EDD2;
}

.index {
	position: absolute;
	top: 377px;
	margin-left: 193px;
	width: 497px;
	height: 308px;
	background-color: rgba(179, 201, 240, 0.4);
	padding: 30px;
	z-index: 20;
	font-size: .9em;
	left: -3px;
	color: #00555e;
}

#content ul {
	margin-top: 20px;
	list-style: none;
}

#content li {
	margin: 0 0 5px 15px;
}

#content li a {
	list-style: none;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 01s linear;
	-moz-transition: all 01s linear;
	-ms-transition: all 01s linear;
	-o-transition: all 01s linear;
	transition: all 01s linear;
}

#content li a:hover, #content a.selected {
	color: #a2c301;
}

#footer {
	width: 754px;
	height: 25px;
	margin: 0 auto;
	font-size: 14px;
	text-align:left;
	letter-spacing: .02em;
}

#footer a {
	color: #00555e;
}

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

table, th, td, tr {
	border: none;
	outline: none;
}

table img, a img {border: none;}

td {
	padding: 0 10px 10px 0;
}

p {
	/*font-size: .9em;*/
	line-height: 130%;
}

h1 { font-size: 1.1em; margin-bottom: 15px; letter-spacing: 1px;}

.noBorder {
	border: none;
}

.lila {
	background: url(bilder/th_q_lila.jpg) no-repeat;
}

.petrol {background: url(bilder/th_q_petrol.jpg) no-repeat;}

.pink {background: url(bilder/th_q_pink.jpg) no-repeat;}

.clear {clear: both;}

.referenzKursiv {font-style:italic; margin: 10px 0 40px 0; font-size: .8em; padding-left: 5px;}

.einruecken {padding-left: 5px;}

.bgImpressum {background-color: rgba(131, 163, 30, 0.2)!important;}

.bgDesign {background-color: rgba(0, 66, 75, 0.2)!important;}

.padding {padding: 10px;}