/* CSS Document */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/
/* Author: 		Gianluca Palmisano 							*/
/* Company: 	Kraftwerk Werbeagentur AG 					*/
/* Date: 		06. November 2007				 			*/
/* Copyright:	© 2007 - Kraftwerk Werbeagentur AG 			*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/

/* Default colors: */

/* green: 		#ABBF08			*/
/* gray:		#9E9E9E			*/
/* white:		#ffffff			*/


/* Default Styles
--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

body {
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	color: #9E9E9E;
	font-size: 14px;
	text-align: left;
	background-color:#fff;
	margin-top: 30px;
	background-image:url(../img/bgnd_verlauf.gif);
	background-repeat:repeat-x;
	line-height:110%;
}

/* Default Styles
--------------------------------------------------------- */


/* DIV Styles
--------------------------------------------------------- */

#site {
	position:relative;
	width:1000px; min-height:680px;
	margin:auto;
	border-top:1px solid #ABBF08;
}
#header {
	position:absolute; left:0px; top:0px;
	width:1000px; height:360px;
	background-color:#fff;
	border-left:1px solid #ABBF08;
	border-right:1px solid #ABBF08;
	padding-bottom:30px;
}
#logo {
	position:absolute; left:0px; top:20px;
	width:300px; height:260px;
	background-color:#fff;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
}
#titel {
	position:absolute; left:0px; top:280px;
	width:700px; height:28px;
	background-color:#ABBF08;
	padding-top:12px;
	padding-left:300px;

	color:#fff;
	font-size:22px;
	letter-spacing:0.3em;
}
#bild {
	position:absolute; left:300px; top:20px;
	width:680px; height:340px;
	background-color:#fff;
}
div.mitarbeiterbild {
	padding-bottom:20px;
}
/* DIV Styles ENDE
--------------------------------------------------------- */


/* TABLE, TR, TD Styles 
--------------------------------------------------------- */
table.content {
	position:absolute; left:0px; top:390px;
	width:1002px;
	border-left:1px solid #ABBF08;
	border-right:1px solid #ABBF08;
	border-bottom:10px solid #ABBF08;
	background-color:#fff;
}
td.navi {
	width:270px; height:210px;
	padding-left:20px;
	padding-bottom:20px;
	vertical-align:top;
	background-color:#fff;
}
td.text {
	width:680px; height:210px;
	padding-left:0px;
	padding-bottom:20px;
	vertical-align:top;
	background-color:#fff;
	font-size:14px;
}
td.global {
	padding-left:20px;
	height:70px;
	border-top:1px solid #ABBF08;
}
td.adresse {
	padding-left:0px;
	height:70px;
	border-top:1px solid #ABBF08;
	font-size:14px;
}

td.spalte_extern {
	vertical-align:top;
	padding:0px;
	width:680px; 
	background-color:#fff;
}
td.spalte1 {
	vertical-align:top;
	padding-right:230px;
	width:680px; 
	background-color:#fff;
}
td.spalte2 {
	vertical-align:top;
	padding-right:25px;
	width:327px; 
	background-color:#fff;
}

td.spalte2a {
	vertical-align:top;
	padding-right:25px;
	width:425px; 
	background-color:#fff;
}

td.spalten2er {
	vertical-align:top;
	background-color:#fff;
	width:340px;
}
td.spalte3 {
	vertical-align:top;
	padding-right:25px;
	width:210px; 
	background-color:#fff;
	
}
td.spalte3_bild {
	vertical-align:top;
	width:210px; 
	background-color:#fff;
}

/* TABLE, TR, TD Styles ENDE
--------------------------------------------------------- */


/* LINK Styles
--------------------------------------------------------- */
a:link, a:visited, a:active {
	text-decoration:none;
	color:#9E9E9E;
}
a:hover {
	text-decoration:none;
	color:#ABBF08;
}
a.navi, a.navi_aktiv {
	font-size:14px;
	line-height:1.7em;
	letter-spacing:0.3em;
	text-decoration:none;
}
a.navi:active, a.navi:link, a.navi:visited {
	color:#9E9E9E;
}
a.navi:hover {
	color:#ABBF08;
}
a.navi_aktiv:link, a.navi_aktiv:active,  {
	color:#ABBF08;
}
a.navi_aktiv:hover  {
	color:#ABBF08;
}
/*-----*/
a.unternavi, a.unternavi_aktiv {
	line-height:1.5em;
	font-size:12px;
	margin-left:15px;
	letter-spacing:0.3em;
	text-decoration:none;
}
a.unternavi:active, a.unternavi:link, a.unternavi:visited {
	color:#9E9E9E;
}
a.unternavi:hover {
	color:#ABBF08;
}
a.unternavi_aktiv:link, a.unternavi_aktiv:active  {
	color:#ABBF08;
}
a.unternavi_aktiv:hover  {
	color:#ABBF08;
}

/* LINK Styles ENDE
--------------------------------------------------------- */


/* Textfprmatierung, absatz Styles 
--------------------------------------------------------- */

strong {
	font-weight:bold;
}
span#zitat {
	font-size:12px;
}
p.inhaltstext {
	margin-bottom:7px;
}

/* Textformatierung, absatz Styles ENDE
--------------------------------------------------------- */


/* iframe Styles 
--------------------------------------------------------- */

iframe {
	position:relative; left:0px;
	width:678px;
	min-height:670px;
	border:1px solid #eee;
	background-color:#fff;
	padding-top:20px;
}

/* iframe Styles ENDE
--------------------------------------------------------- */
