/* png-fix IE5 and 6 */
/*img { behavior: url(/zorro/pngfix/iepngfix.htc); } ---> Wichtig: / vor Sites setzen...*/


/* master */

/* STYLESHEET ZU WWW.KOEPFLIPARTNERS.CH
-------------------------------------------------------------------------   
   
   Programmierung: www.per.net.ch
   
   DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT UND FUER AKTUELLE
   BROWSERVERSIONEN OPTIMIERT UND GETESTET.
   
-------------------------------------------------------------------------      */




/* USED COLORS:
-------------------------------------------------------------------------
Background Body              #282626    (040 038 038)
Background Navi              #696868    (105 104 104)
Background Inhalt            #131212    (019 018 018)
Gelb                         #ffff00    (255 255 000)
------------------------------------------------------------------------      */





/* AUFBAU DES CSS-DOKUMENTES
-------------------------------------------------------------------------
->  Standard-Elemente
->  ID's
->  Klassen
->  ID-bezogene Definitionen
->  Navigationen
-------------------------------------------------------------------------      */






/*
========================================================================
Standard-Tags ==========================================================
========================================================================      */

/* @group Standard-Tags */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}

body {
	font-size: 10px;
}

body.screen {
	font-family: Arial,sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #ddd;
	background: #282626 url(images_design/bg_body.jpg) repeat-x;
}

p, table, ul, ol {
	font-size: 1.3em;
}

p {
	line-height: 1.6em;
	padding-bottom: 0.5em;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.3em;
}

a:link, a:visited {
	color: #fff;
}

a:hover, a:active {
}

sub {
  font-size: .7em;
  padding: 0 1px;
  vertical-align: bottom;
}

/* @end */







/*
========================================================================
Layout-ID's ============================================================
========================================================================      */

/* @group Layout-ID's */

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#header {
	height: 90px;
	line-height: normal;
	background: url(images_design/bg_header.jpg) no-repeat;
}

#printheader {
	display: none;
}

#content {
	min-height: 575px;
	background: #131212 url(images_design/bg_content.jpg) repeat-y;
	padding-bottom: 10px;
	border-top: 1px solid #333;
}

#home #content, #mainpage #content {
	padding-bottom: 0;
}

#navi {
	float: left;
	width: 190px;
	background: #696868 url(images_design/bg_navi.jpg) no-repeat;
	border-right: 1px solid #333;
}

* html #navi {	/* 3px bug */
	margin-right: -3px;
}

#inhalt {
	margin-left: 190px;
}

* html #inhalt {	/* 3px bug */
	height: 575px;
	margin-left: 187px;
}

#lead {
	margin-left: 350px;
	height: 400px;
	padding-top: 125px;
}

#hauptspalte {
	float: left;
	width: 570px;
	padding-top: 125px;
}

#randspalte {
	margin-left: 605px;
	margin-right: 10px;
	padding-top: 125px;
}

#footer {
	height: 42px;
	background: url(images_design/bg_footer.jpg) repeat-x;
	border-top: 1px solid #333;
}





/* HOMEPAGE ++++++++++++++++++++++ */

#home #inhalt {
	margin-left: 0;
}

#home #lead {
	margin-left:  540px;
}

#home p.legende {
	margin:  0 50px 0 620px;
}

/* @end */








/*
========================================================================
Allgemein gültige Klassen ==============================================
========================================================================      */

/* @group Allgemeine Klassen */

.cll {
	clear: left;
}

.clr {
	clear: right;
}

.clb {
	clear: both;
}

/* @end */









/*
========================================================================
ID-bezogene Tags =======================================================
========================================================================      */

/* @group ID-Tags */


/* HEADER ********************
-------------------------------------------------------------------------     */
#newsbutton {
	position: absolute;
	left: 220px;
	top: 15px;
}

#newsbutton a:link img, #newsbutton a:visited img {
	background: url(images_design/newsbutton.png);
	margin: 0;
	padding: 0;
}
#newsbutton a:hover img, #newsbutton a:active img {
	background: url(images_design/newsbutton_over.png);
	margin: 0;
	padding: 0;
}



/* HEADER ********************
-------------------------------------------------------------------------     */
#header img {
	display: block;
	width: 166px;
	float: left;
	margin-top: 37px;
	padding-left: 13px;
}




/* INHALT ********************
-------------------------------------------------------------------------     */

/* Content Kopitelübersicht und Homepage
-----------------------*/
#inhalt .mainpic {
	float: left;
	width: 350px;
	height: 575px;
}

#home #inhalt .mainpic {
	width: 541px;
}

#inhalt #lead h1 {
	margin: 0 50px 25px 35px;
}

#inhalt #lead p {
	margin:  0 50px 0 80px;
}

#inhalt p.legende {
	margin:  0 50px 0 430px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #ccc;
}

#home #inhalt p.legende {
	margin-left: 620px;
}

#inhalt #hauptspalte p.legende {
	margin-left: 130px;
	margin-bottom: 1em;
	line-height: 1.2em;
}

#inhalt #hauptspalte .bildblock p.legende {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.4em;
}

#hauptspalte p.bild {
	margin-bottom: 0;
	line-height: 1em;
}

.bild img {
	border: 1px solid silver;
}


/* Content Inhaltsseite
-----------------------*/
#hauptspalte h2, #hauptspalte h3, #hauptspalte h4, #hauptspalte h5, #hauptspalte h6, #hauptspalte p, #hauptspalte table, #hauptspalte ul,
#hauptspalte .mitarbeiter, #hauptspalte .bildblock {
	margin-left: 130px;
	margin-bottom: 0.5em;
}

#hauptspalte h2 {
	color: #ffff00;
	margin-bottom: 0.7em;
}

#hauptspalte h3 {
	font-weight: normal;
	margin-top: 2em;
	color: #ffff00;
}

#hauptspalte h3.oben {
	margin-top: 0;
}

#hauptspalte h4 {
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

#hauptspalte h5 {
	margin-bottom: 0;
	margin-top: 2em;
	color: #fff;
}

#hauptspalte img.extrabreit {
	margin-left: -60px;
}

#hauptspalte ul {
	line-height: 1.6em;
}

#hauptspalte li {
	padding-left: 11px;
	background: url(images_design/bg_listendot_yellow_6.gif) no-repeat 0px 0.6em;
}

#hauptspalte .lead {
	font-weight: bold;
	color: #fff;
}

#hauptspalte .lead .datum {
	font-weight: normal;
}

#hauptspalte .bildblock {
  width: 234px;
  float: left;
  display: inline;
}

#hauptspalte .bildblock p {
  margin-left: 0;
}

#hauptspalte .bildblock img {
  margin-top: 6px;
}





/* -------- Tabelle --------- */
#hauptspalte table {
	width: 440px;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#hauptspalte table.easytable {
	border-top: 1px solid #666;
}

#hauptspalte .easytable tr {
}

#hauptspalte .easytable th {
	padding: 4px 0 3px 2px;
	border-bottom: 1px solid #666;
	text-align: left;
	color: #fff;
}

#hauptspalte .easytable td {
	padding: 4px 0 3px 2px;
	border-bottom: 1px solid #666;
}





/* -------- Mitarbeiter --------- */

.mitarbeiterspalte {
	margin-top: 40px;
}

#hauptspalte .mitarbeiter {
	width: 450px;
	height: 122px;
	background-color: #292828;
	border-top: 1px solid #353333;
	border-bottom: 1px solid #353333;
	margin-bottom: 16px;
	overflow: hidden;
}

#hauptspalte .mitarbeiter img {
	float: left;
}

#hauptspalte .mitarbeiter h5, #hauptspalte .mitarbeiter p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-left: 150px;
}

#hauptspalte .mitarbeiter h5 {
	margin-top:  8px;
}




/* -------- Randbox --------- */

#randspalte .box {
	width: 185px;
	font-size: 1em;
	padding-bottom: 10px;
	margin-bottom: 24px;
	background: #3e3c40 url(images_design/bg_box.gif) repeat-y;
	border-bottom: 5px solid #ffff00;
}

#randspalte .box h4 {
	text-transform: uppercase;
	font-weight: normal;
	background: #252326 url(images_design/bg_boxheader.gif) no-repeat;
	padding-top: 12px;
	padding-bottom: 10px;
}

#randspalte .box p {
	line-height: 1.5em;
}

#randspalte .box ol li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 1.4em;
}

#randspalte .box ul li {
	margin-left: 20px;
	list-style-type: disc;
	line-height: 1.4em;
}

#randspalte .box h4, #randspalte .box p, #randspalte .box ul, #randspalte .box ol {
	padding-left: 10px;
	padding-right: 10px;
}

#randspalte .boxoben {
	padding-top: 10px;
}

#randspalte .box input {
	width: 150px;
	background: #b7fff4;
	border-style: none;
	padding: 1px;
	font-family: Arial,sans-serif;;
}


/* inhalt		->>>> Gilt nur für Homepage und Kontaktseite <<<<-
-----------------------*/



/* +++++++ form +++++++ */




/* FOOTER
-------------------------------------------------------------------------     */

#footer ul{
	font-size: 1.2em;
	margin: 13px 15px 5px 190px;
}

#footer li {
	float: left;
	padding-left: 15px;
	background: url(images_design/bg_listendot_white.gif) no-repeat 5px 5px;
}

#footer li:first-child {
	background: none;
	padding-left: 0;
}



/* ALTERNATIVTEXTE
-------------------------------------------------------------------------     */

#alternativtexte {
	font-family: georgia;
	font-size: 1.3em;
	margin-top: 50px;
	padding: 20px;
}


/* @end */
/* End of 'master' */

/* Start of CMSMS style sheet 'navi' */
/* navi */

/* STYLESHEET ZU WWW.KOEPFLIPARTNERS.CH
-------------------------------------------------------------------------   
   
   Programmierung: www.per.net.ch
   
   DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT UND FUER AKTUELLE
   BROWSERVERSIONEN OPTIMIERT UND GETESTET.
   
-------------------------------------------------------------------------      */








/*
========================================================================
Navigation =============================================================
========================================================================      */

/* @group Navigation */


/* Mainnavi (Bildnavigation)
-------------------------------------------------------------------------     */
#header ul {
	float: right;
	margin: 64px 0 0 0;
	padding: 0;
	font-family: Verdana,sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	list-style: none;
	border-right: 1px solid #282626;
}

#header li {
	float:  left;
	height: 27px;
	background: url(images_design/bg_reiter_02.gif) no-repeat right top;
	border-left: 1px solid #282626;
}

#header li a {
	display: block;
	padding: 3px 10px 0 10px;
	background: url(images_design/bg_reiter_01.gif) no-repeat left top;
}

#header li:hover {
	background-position: 100% -27px;
}

#header li:hover a {
	background-position: 0% -27px;
}

#header li a:link, #header li a:visited {
	color: #ddd;
	text-decoration: none;
}

#header li a:hover, #header li a:active {
	color:  #fff;
}

#header li.aktiv {
	background: url(images_design/bg_reiter_02.gif) 100% -54px no-repeat;
}

#header li.aktiv a {
	background: url(images_design/bg_reiter_01.gif) 0% -54px no-repeat;
	color: #fff;
}



/* Sidenavi
-------------------------------------------------------------------------     */







/* Subnavi
-------------------------------------------------------------------------     */
#navi ul{
	font-size: 1.1em;
	margin-top: 125px;
	height: 80px;
	border-top: 1px solid #999;
}

#navi li {
	border-bottom: 1px solid #999;
}

#navi li a {
	display: block;
	padding: 5px 0 3px 40px;
	background: url(images_design/bg_sublink.gif) no-repeat 18px 5px;
}

#navi ul li.aktiv a {
	background: #7c7c7c url(images_design/bg_sublink.gif) no-repeat 18px 5px;
	color: #ddd;
}

#navi ul a:link, #navi ul a:visited {
	color: #ccc;
	text-decoration: none;
}

#navi ul a:hover, #navi ul a:active {
	color: #fff;
	background-color: #605f5f;
}

#navi ul dfn {
	display: none;
}
