body
{
	background: black url('bilder/hintergrund.jpg') no-repeat bottom left fixed;
	color: #CCC;
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img
{
	border: 0;
}

b
{
	color: white;
}

h2
{
	margin-top: 30px;
	color: white;
	font-size: 20px;
}

h3
{
	color: #F93;
	font-size: 15px;
	margin-top: 50px;
	text-align: center;
}


/* @group Layout / Aufbau */

#Oben
{
	width: 800px;
	margin: 50px auto 0 auto;
}

#Bereich_Oben
{
	height: 120px;
	background: url('bilder/layout_navilinie.jpg') repeat-x;
}

#Logo
{
	height: 120px;
	width: 277px;
	float: right;
	background: url('bilder/logo.jpg') no-repeat right;
}

#Inhalt
{
	margin-top: 20px;
}

#Inhalt p
{
	line-height: 20px;
}

#Inhalt a
{
	color: #F93;
	text-decoration: underline;
}

#Inhalt a:hover
{
	color: #F30;
}

#Fusszeile
{
	border-top: 1px solid #CCC;
	padding: 5px 1px 0 1px;
	margin: 5px 0 20px 0;
	clear: both;
	
	text-align: right;
	color: #CCC;
	font-size: 11px;
}

#Fusszeile a
{
	color: #CCC;
	text-decoration: none;
}

#actJS
{
	float: left;
}

/* @end */


/* @group STARTSEITE */

.hw_box
{
	width: 800px;
	margin: 0 auto 25px auto;
	border: 2px solid #000;
	background: url('bilder/verlauf.jpg') repeat-x #F93;
	color: black;
	font-size: 14px;
	padding: 7px 0;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.hw_box p
{
	margin: 0;
	padding: 0;
}

.hw_box b
{
	color: black;
}

.hw_box a
{
	color: black !important;
	text-decoration: underline;
}

#startseite_titel
{
	
}

#startseite_boxen
{
	
}

.startseite_box
{
	margin-right: 20px;
	float: left;
}

.startseite_boxn
{
	margin-right: 0 !important;
}

/* @end */

/* @group Allgemein Unterseiten */

#InhaltL
{
	float: left;
	width: 550px;
}

#InhaltR
{
	float: right;
	width: 240px;
	padding-top: 75px;
}

#InhaltL li
{
	line-height: 20px;
}

#inhaltbox
{
	width: 230px;
	float: right;
	margin: 30px 0 10px 10px;
	border-left: 1px solid #666;
}

#inhaltbox #ibi
{
	padding: 20px;
}

#inhaltbox #ibi ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#inhaltbox #ibi li
{
	line-height: 22px;
}

.KleineNavigation
{
	text-align: center;
	padding: 3px 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-top: 30px;
}

/* @end */

/* @group KONTAKT */

#tabelle_kontakt td
{
	vertical-align: top;
	padding: 4px 10px;
}

#tabelle_kontakt .inp, #tabelle_kontakt textarea
{
	padding: 3px 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	background: #333;
	color: #CCC;
	border: 1px solid #CCC;
}

#tabelle_kontakt select
{
	padding: 3px 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	background: #333;
	color: #CCC;
	border: 1px solid #CCC;
}

/* @end */


/* @group REFERENZ */

.referenz
{
	margin-top: 5px;
}

.referenzboxL
{
	float: left;
	width: 200px;
}

.referenzboxL img
{
	border: 2px solid #FFF;
}

.referenzboxR
{
	float: right;
	width: 340px;
}

.referenztitel
{
	color: white;
	font-weight: bold;
	margin-top: 1px;
}

/* @group */


/* @group Herzlich willkommen */

.hw_kltitel
{
	font-weight: bold;
	font-size: 15px;
}

.hw_titel
{
	color: #F93;
	font-weight: bold;
	font-size: 26px;
}

.hw_hakenbox
{
	width: 300px;
	min-height: 50px;
	background: url('bilder/gruener-haken.jpg') no-repeat black;
	border: 2px solid black;
	padding-left: 70px;
	margin-bottom: 20px;
	float: left;
}

* html .hw_hakenbox
{
	height: 50px;
}

.hw_hakenbox p
{
	font-weight: bold;
	font-size: 15px;
	margin-top: 2px;	
}

.hw_gruender
{
	text-align: center;
	font-size: 15px;
	padding: 3px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.hw_mehr
{
	color: #F93;
	font-size: 18px;
	font-weight: bold;
}

/* @end */


/* @group Klassen */

.cl
{
	clear: both;
}

.hide
{
	display: none;
}

.hide img
{
	width: 0px;
	height: 0px;
	display: none;
}

.orange
{
	color: #F93 !important;
}

.rot
{
	color: red !important;
}

.b
{
	font-weight: bold;
}

.tm
{
	text-align: center;
}

.tr
{
	text-align: right;
}

.kl
{
	font-size: 11px;
}

.gr16
{
	font-size: 16px;
}

/* @end */