@charset "utf-8";
/* CSS Document */


/* Kalibrierung */
* {margin: 0;
	padding: 0;
}
h1, h2, p, ul, ol {
	margin-bottom: 12px;
}
ul ul {
	margin-bottom: 0;

}
li {margin-left: 0;
}
/* allgemeine Styles */
body {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:140%;
	background:url(../images/hg.gif)
}
p {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:140%;
}
h1 {
	color: #bf932a;
	font-size: 16px;
	margin-bottom: 30px;
	border-bottom: dotted 1px #bf932a;
	padding-bottom: 5px;
	text-align: center;
}
table h1 {
	margin-bottom: 10px;
}
.zellenrahmen {
	border-bottom: 2px dotted #bf932a;
}

h2 {
	font-size:14px;
	color: #333;
}
address{
	font-size:10px;
	font-style:normal;
	letter-spacing:2px;
}
/* allgemeine Text-Hyperlinks */
a {
	text-decoration:underline;
	color: #333;
}
table td {
	background-color: #FFF;
	padding: 8px 3px 8px 3px;
	;
	background-repeat: repeat;
}
.bildabstand {
	float: left;
	margin-right: 30px;
}
.galerieabstand {
	margin-right: 3px;
}

.label {
	margin-right: 20px;
	vertical-align: middle;
}

p.absatzlabel {
	float: left;
	margin-top: 20px;
	line-height: normal;
}
td.rechtsbündig {
	text-align: right;
}
.zentriert {
	text-align: center;
}
.tabnavig td {
	padding: 2px 10px;
}

h2.textausrichtung {
	text-align: right;
}





#navig ul li {
	display: block;
	list-style-type: none;
	padding:10px;
	list-style-image: none;
}


/* Layoutbereich*/
#container {
	background-color:#FFF;
	border: solid 1px #bf922a;
	margin: 0 auto 0 auto;
	padding: 5px;
	width: 900px;
}
#kopf {
	width: 900px;
	background-image: url(../images/banner_kreativ.jpg);
}
#kopf h1 
{
	width:900px;
	height:200px;
	padding: 0;
	margin: 0;

}


/*Beginn Navigation */
#navig{
	float: left;
	width: 150px;
	padding: 20px 0 5px 0;
	margin: 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	position: relative;
}


#navig ul li a
{
	color: #333;
	text-decoration: none;
}
#navig ul li a:hover,
#navig a:focus,
#startseite #navactive a 
{
	color:  #bf932a;
	font-weight:bold;
}



#content {
	background-color: #fff;
	color: #333;
	float: left;
	padding: 20px 0 5px 0;
	margin: 0;
	width: 750px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content_left {
	background-color: #fff;
	color: #333;
	float: left;
	padding: 20px 0 5px 0;
	margin: 0;
	width: 375px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content_right {
	background-color: #fff;
	color: #333;
	float: left;
	padding: 20px 0 5px 30;
	margin: 0;
	width: 345px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}


#content li {
	list-style-image: url(../images/aufz.gif);
	margin: 0 10px 10px 30px;	
}

/*fusszeile*/
#footer {
	clear: both;
	margin: 0;
	padding: 2px;
	text-align:center;
}
