
* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

/* only IE Mac \*//*/
html, body {height:auto;} 
/* end IE Mac*/

body {
	font-family:arial, sans-serif;
	font-size:100.01%;
	background-color:#fff;
	color:#333;
	}

#wrap {
	text-align:right; /* IE < 6 */
	padding-bottom:2em;
	}

#header {
	text-align:right;
	font-family:"Arial Black", Arial, sans-serif;	/* rendering bug XP since SP3! Arial Black alway italic, visible in IE, Safari, Opera; caused by "Arial Black Kursiv" font from 1997 */
	font-weight:normal;
	padding-right:2em;
	color:#ccc;
	padding-top:.5em;
	}

h1 {
	font-size:190%;
	font-weight:bold;
	}

h1 span {
	text-transform:uppercase;
	letter-spacing:.03em;
	}

.clear {
	clear:both;
	height:0;
	visibility:hidden;
	}

/* +++++++++++++++++++++++++++++++++++ */
/* +++++++++++ Navigation ++++++++++++ */
/* +++++++++++++++++++++++++++++++++++ */

ul#navi {
	font-family:"Arial Black", Arial, sans-serif;
	font-weight:normal;
	color:#f00;
	text-align:right;
	padding-right:2em;
	margin-top:1em;
	}

ul#navi li {
	display:inline;
	padding-left:1.5em;
	}

/* \*/
* html ul#navi li {
	height:1%;
	}
/* */

ul#navi a {
	color:#999;
	text-decoration:none;
	}

ul#navi a:hover {
	color:#f00;
	}

ul#navi a#current { /* nur bei Referenzen */
	color:#f00;
	}

/* +++++++++++++++++++++++++++++++ */
/* +++++++++++ INHALT ++++++++++++ */
/* +++++++++++++++++++++++++++++++ */

#content {
	/*width:67em;*/width:74.7em;
	max-width:100%;
	min-width:50em;
	margin:4em 0 0 auto;
	font-size:80%;
	line-height:1.4;
	text-align:left;
	}

#content a {
	color:#333;
	}

#content a:visited {
	color:#666;
	}

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

#content a:active, #content a:focus {
	color:#333;
	}

#content span.sprung {
	display:block;
	text-align:right;
	font-size:95%;
	}

/* \*/
* html #content span.sprung {
	height:1%;
	}
/* */

#content .sprung a {
	font-family:'courier new', courier, monospace;
	padding-left:10px;
	background:url(top-pfeil.gif) left center no-repeat;
	}

/* \*/
* html #content .sprung a {
	height:1%;
	}
/* */


/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++ Definitionen Einzelseiten +++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++ */
/* +++++++++++ INDEX +++++++++++ */
/* +++++++++++++++++++++++++++++ */

#distance {
	height:50%;
	width:1px;
	float:left;
	margin-bottom:-7em;
	}

#index #header {
	color:#f00;
	clear:left;
	}

#mission {
	font-family:"Courier New", Courier;
	font-weight:normal;
	font-style:normal;
	text-align:right;
	padding-right:2em;
	margin-top:3em;
	}

/* +++++++++++++++++++++++++++++ */
/* +++++++++ REFERENZEN ++++++++ */
/* +++++++++++++++++++++++++++++ */

#referenzen #content {
	background:url(line.gif) 26em 0 repeat-y; /* Trennlinie */
	}

#content #subnavi {
	float:left;
	width:26em;
	}
#content h2#main {
	font-family:"Courier New", Courier, sans-serif; /* Safari: if monospace: wrong font-size */
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:2em;
	font-size:110%;
	}

#content #subnavi h2#main {
	padding-right:30px;
	text-align:right;
	height:1.3em;
	color:#333;
	}

#content ul.referenzen {
	list-style-type:none;
	margin-bottom:3em;
	text-align:right;
	}

#content ul.referenzen li {
	margin-bottom:1.25em;
	padding-right:30px;
	}

#content .referenzen li.archiv {
	margin-top:4em;
	}

#referenzen #content ul.referenzen a {
	color:#aaa; /* Abblenden Untertexte */
	text-decoration:none;
	display:block;
	}

/* \*/
* html #content ul.referenzen a {
	height:1%;
	}
/* */

#referenzen #content ul.referenzen a:hover {
	color:#333;
	}

#content ul.referenzen a:hover em {
	color:#f00;
	}

#content ul.referenzen em {
	font-weight:bold;
	font-style:normal;
	color:#bbb; /* Abblenden Haupttexte */
	}

#description {
	padding:3.7em 2em 0 30px;
	margin-left:26em;
	}

/* \*/
* html #description {
	height:1%;
	}
/* */

#description h3 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:1em;
	color:#f00;
	}

#description h3 span {
	color:#333;
	font-weight:normal;
	}

#description h4 {
	font-size:100%;
	font-weight:normal;
	margin-top:1.5em;
	}

#description h5 {
	font-size:100%;
	font-weight:bold;
	margin:.5em 0 .25em;
	color:#333;
	}

#description h5 span.date {
	font-weight:normal;
	color:#666;
	}

#description p {
	margin:.5em 0;
	}

#description div {
	margin-bottom:3em;
	}

#description dl {
	margin:1em 0;
	}

#description dt {
	display:inline;
	}

#description dd {
	display:inline;
	}

#description dl.work dt {
	display:inline;
	padding-left:12px;
	font-weight:bold;
	background:url(pfeil-work.gif) left center no-repeat;
	}

/* \*/
* html #description dl.work dt {
	margin:0;
	/*height:1%;*/
	float /* */:left; /* only IE 5 */
	}
/* */

#description dl.work dd {
	display:inline;
	}

/* \*/
* html #description dl.work dd {
	margin:0;
	}
/* */

/* +++++++++++ PROFIL ++++++++++ */

#description h3.intro {
	color:#333;
	}

#description dl.intro dt {
	font-weight:bold;
	display:block;
	}

#description dl.intro dd {
	display:block;
	}

#description p.auswahl {
	padding-left:18px;
	background:url(pfeil-li.gif) left center no-repeat;
	position:relative;
	left:-18px;
	color:#f00;
	font-weight:bold;
	}


/* +++++++++++++++++++++++++++++ */
/* +++++++++++ KUNDEN ++++++++++ */
/* +++++++++++++++++++++++++++++ */

#kunden #content h2 {
	width:21.5em;
	text-align:right;
	}


#kunden #content ul {
	list-style-type:none;
	float:left;
	width:45%;
	position:relative;
	left:5em;
	padding-bottom:2em;
	}

#kunden #content li {
	margin-right:1em;
	margin-bottom:.75em;
	line-height:1.3;
	}

/* \*/
* html #kunden #content li {
	height:1%; /* braucht IE 5 */
	}
/* */


/* +++++++++++++++++++++++++++++ */
/* +++++++++ IMPRESSUM +++++++++ */
/* +++++++++++++++++++++++++++++ */


#imprint #content {
	text-align:right;
	font-size:100%;
	width:auto;
	max-width:none;
	min-width:0;
	}

#imprint address,
#imprint #content p {
	font-family:"Courier New", Courier, sans-serif;
	font-style:normal;
	font-weight:normal;
	margin-top:3em;
	margin-bottom:2em;
	padding-right:2em;
	text-align:right;
	}

#imprint address span {
	border-left:1px solid #666;
	padding-left:.5em;
	}

#imprint span.name,
#imprint span.telefone,
#imprint span.mail {
	border:none;
	}

#imprint del {
	display:none;
	}

#imprint abbr {
	border-bottom:1px dotted #ccc;
	font-style:normal;
	}

/* +++++++++++++++++++++++++++++ */
/* ++++++aktuelle Referenz +++++ */

#content li#current-ref {
	background:url("pfeil.gif") 100% .45em no-repeat;
	color:#333;
	}

#content ul.referenzen li#current-ref em {
	color:#f00;
	}


