@charset "UTF-8";

/*
-----------
Braza Website
Start 2007 November
Letzte Änderung: 2010-03-24
Autor: Kelodesign, Richard Kiefer - www.kelodesign.de
------------
*/

* {
margin: 0;
padding: 0;
}

body {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: medium;
	line-height: 1em;
	color: #6F6F71;
	background-color: #999999;
}

#container {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../Images/Gips_zu_kontakt.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#kontaktbereich {
	color: #666666;
	background-color: #FFFFFF;
}

#header {
	background-color: #CBCBCB;
	background-image: url(../Images/Braza_logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 167px;
	width: 800px;
}

/*
-----------
über die nachfolgende Regel verschwindet der Titel aus dem sichtbaren Bereich
(wird allerdings bei ausgeschalteten Bildern wieder sichtbar, Stichwort: BARRIEREFREIHEIT
------------
*/
#header h1 {
	line-height: 500px;
	overflow: hidden;
	font-size: 18px;
	vertical-align: top;
	height: 50px;
}

#navigation {
	background-color: #6F6F71;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: small;
	line-height: 1.8em;
	vertical-align: middle;
	height: 2.2em;
}

#navigation ul {
	list-style-type: none;
	padding-top: 2px;
}

#adressblock {
	font-size: 14px;
	line-height: 20px;
	z-index: auto;
	float: right;
	position: relative;
	margin-left: 10px;
	width: 220px;
}

#adressblock a:link {
	color: #C52D78;
	outline: none;
	text-decoration: none;
}

#adressblock a:hover {
	color: #C92E7A;
	outline: none;
	text-decoration: none;
}

#navigation li {
	display: inline;
	list-style-type: disc;
}

#navigation a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#navigation a:hover {
	color: #CBCBCB;
	outline: none;
}
/*
-----------
über die nachfolgenden Regeln wird die aktuelle Navigation hervorgehoben
------------
*/

#startseite  #navi01  a, #leistungen #navi02 a, #referenzen #navi03 a,  #kontakt #navi04 a         {
	color: #CBCBCB;
}
#navigation  a:active {
	color: #CBCBCB;
}

#rote_trennlinie1 {
	height: 4px;
	background-color: #C52D78;
}

#rote_trennlinie2 {
	height: 4px;
	background-color: #C52D78;
	width: 800px;
	clear: both;
}

#maincontent {
	padding-left: 50px;
	background-image: url(../Images/Gips_zu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 40px;
}

#maincontent h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}

#maincontent p {
	font-size: 15px;
	line-height: 25px;
	padding-left: 121px;
	padding-right: 100px;
}
#maincontent  ul   {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 135px;
	font-size: 14px;
	line-height: 20px;
	list-style-image: url(../Images/listenpunkt_rot.gif);
	padding-right: 100px;
}

#maincontent_kontakt {
	padding-left: 50px;
	padding-top: 40px;
}

#maincontent_kontakt h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}

#footer {
	height: 2.2em;
	background-color: #6F6F71;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	padding-right: 12px;
	padding-left: 10px;
	line-height: 2.1em;
	vertical-align: middle;
	text-align: right;
	outline: none;
	clear: both;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	display: inline;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

#footer a:hover {
	color: #CBCBCB;
	outline: none;
}
INPUT {
	font-family : Tahoma, "Trebuchet MS", sans-serif;
	font-size : 13px;
	font-weight: normal;
}
SELECT {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: normal;
}
TEXTAREA {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 13px;
	border: 1px solid #6F6F71;
	font-weight: normal;
	width: 250px;
	padding: 1px;
}

.textborder {
	border: 1px solid #6F6F71;
	padding: 1px;
	width: 250px;
}

#formularfeld {
	width: 384px;
	font-size: 14px;
	line-height: 22px;
	float: left;
	margin-left: 172px;
}

#maincontent_impressum {
	background-color: #FFFFFF;
	padding-left: 50px;
	background-position: 715px 320px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	font-size: 13px;
	line-height: 120%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 30px;
	width: 800px;
}
#maincontent_impressum a:link {
	color: #6F6F71;
	text-decoration: none;
	outline: none;
}
#maincontent_impressum a:hover {
	color: #C92E7A;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #C92E7A;
	text-decoration: none;
}

a:link {
	color: #C92E7A;
	text-decoration: none;
}
