/*
-----------------------------------------------
Projekt: www.grosskuechenmontage.de
Autor:   Peter R. Mueller - www.prmueller.de
Version: 8.3.10
----------------------------------------------- */



/* Basics */
*	{
	margin: 0;
	padding: 0;
	}

html {
	background: rgb(255,255,255) url(bilder/XXXXXXXX.jpg);
	}

/* IE5-Hack wegen zentriertem Container: */
body {
	text-align: center;
    position: relative;
	}


/* --------------------------------------------
Body - Container
----------------------------------------------- */

#container {
	position: relative;
	width: 940px;
	min-height: 500px;
	margin: 20px auto 0px auto;
	background: transparent url(bilder/kunkellogo.gif) no-repeat left top;
	/* IE5-Hack wegen zentriertem Container (hebt den body-Hack wieder auf): */
	text-align: left;
	}

/* Kopfbereich */

#kopfbox {
	height: 175px;
	width: 390px;
	float: right;
	margin-bottom: 10px;
	/* IE5-Hack wegen zentriertem Container (hebt den body-Hack wieder auf): */
	text-align: left;
	}


#nav1 {
	/* position: absolute;
	height: 20px;
	top: 215px;
	left: 610px;
	text-align: right; */
	clear: both;
	width: 940px;
	background-color: rgb(116,116,102);
	padding: 4px;
	}
#nav1 li {
	display: inline;
	border-right: 2px solid rgb(235,235,235);
	padding: 0 0.5em;
	}


/* IE-Hack fuer Abstand des Untermenues vom Hauptmenue*/
* html #nav2 {
	margin-top: 4px;
	}

#nav2 {
	margin: 10px 0px 0px 0px;
	padding-left: 4px;
	}
#nav2 li {
	display: inline;
	border-right: 1px solid rgb(116,115,102);
	padding: 0 0.33em;
	}
	
#sprachwahl {
	position: absolute;
	top: 220px;
	left: 780px;
	width: 160px;
	text-align: right;
	background: transparent;
	display: none;
	}
/* IE-Hack, beseitigt den Rahmen um Bilder */
#sprachwahl img {border: 0px solid;
						  } */

/* Textbereich */

#text {
	position: relative;
	margin: 40px 0px 0px 0px;
	}
	
/* Flashanimation auf der Startseite */
#startanimation {
	float: right;
	width: 472px;
	height: 355px;
	}
	


/* --------------------------------------------
Navigation
----------------------------------------------- */

/* Navigation 1 (Hauptmenue) */

#nav1 a {
	font: bold 0.65em verdana, sans-serif;
	color: rgb(235,235,235);
	letter-spacing: 1px;
	text-decoration: none;
	}

#nav1 a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
	}

#nav1 a:active {
	color: rgb(13,40,123);
	}

#nav1 a.hier {
	color: rgb(40,40,40);
	}


/* Navigation 2 (horizontal)) */

#nav2 a, #nav2 a:visited, #sprachwahl a, #sprachwahl a:visited {
	font: normal 0.7em verdana, arial, sans-serif;
	color: rgb(116,115,102);
	text-align: right;
	text-decoration: none;
	}

#nav2 a:hover, #sprachwahl a:hover {
	color: rgb(150,150,150);
	text-decoration: underline;
	}

#nav2 a:active, #sprachwahl a:active {
	color: rgb(214,1,57);
	}



/* --------------------------------------------
Schriftstile
----------------------------------------------- */


p, .li, dd  {
	font: 0.9em/1.4 verdana, arial, sans-serif;
	color: rgb(0,0,0);
    margin-top: 1em;
	}

.csc-textpic-caption  {
	font-size: 0.75em;
	}

em {
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
/* Projekteseite */
#projekte p {
	font-family:tahoma,avantgarde,sans-serif;
	font-weight:800;
	letter-spacing:1px;
	margin-bottom:0.5em;
	margin-top:0.7em;
	color: #747366;
	}
	
.projektetext {
	font: 0.7em normal tahoma, avantgarde, sans-serif;
	}

/* Seiten-Ueberschrift
Enthaelt auch die Klasse csc-firstHeader - habe ich nicht formatiert*/
h1 {
	font: 1.5em tahoma, avantgarde, sans-serif;
	font-weight:700;
	letter-spacing: 1px;
	color: rgb(116,115,102);
	line-height: 120%;
	text-align: left;
	margin: 1em 0em 0em 0em;
	}

h2, h3, h4, h5, h6 {
	font-family: tahoma, avantgarde, sans-serif;
	font-weight:800;
	letter-spacing: 1px;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	}

h2, h3 {
	color: rgb(116,115,102);
	}

h4, h5, h6 {
	color: rgb(50,50,50);
	}


/* #text ul {
	margin: -7px 20px 10px 0px;
	padding: 1em 0em 0em 1em;
	list-style: square;
	}

#text li {
	font: 0.9em/1.4 tahoma, verdana, sans-serif;
	color: rgb(51,51,51);
	}
*/

/* Links allgemein */
a:link, tr td a:link {
	font: bold 1em/1.4 verdana, arial, sans-serif;
	text-decoration: none;
	color: rgb(13,40,123);
	letter-spacing: 1px;
	}

a:visited, tr td a:visited {
	font: bold 1em/1.4 verdana, arial, sans-serif;
	color: rgb(87,108,170);
	text-decoration: none;
	letter-spacing: 1px;
	}

a:hover, a:active, tr td a:hover {
	text-decoration: underline;
	}

a:active {
	color: rgb(229,0,0);
	}
	
tr td a:link, tr td a:visited, tr td a:hover, tr td a:active  {
	font-size: 80%;
	}


/* Aufzaehlungslisten im Textbereich */
#text ul {
	list-style-position: inside;
	list-style-type: square;
	}

#text li {
	font: bold 1em/1.5 tahoma, avantgarde, sans-serif;
	color: rgb(96,95,82);
	letter-spacing: 1px;
	margin-bottom: 0.4em;
	}
	
	
/* Besucherzaehler */
.tx-bktfegraphiccounter-pi1 td {
	font: 1em/1.4 verdana, arial, sans-serif;
	color: rgb(116,115,102);
    }


/* --------------------------------------------
Bilder
----------------------------------------------- */


img a:link, img a:visited, img a:active, img a:hover {
	text-decoration: none;
	background: transparent;
	}


/* --------------------------------------------
Kontaktformular
----------------------------------------------- */

label {
display: block;
width: 10em;
float: left;
clear: both;
margin: 0.6em 1em 1em 0em;
font: bold 1.1em tahoma, avantgarde, sans-serif;
color: rgb(116,115,102);
}

input, textarea {
margin: 0.6em 0em 0.5em 0em;
}

fieldset {
padding: 0.6em;
background: url(bilder/NurQuadratWZ.jpg) top right no-repeat;
}