/* Hauptteile */

body {
	margin: 20px 0;
	padding: 0;
	background: url(../images/bg_main.gif);
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 21px;
}

h3 {
	margin: 0;
	font-size: 13px;
}

h4 {
	margin: 0;
	font-size: 13px;
	color: #333333;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:visited {
	color: #750000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.fotohinweis {
	font-size: 9px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	background-image: url(../images/img2b.jpg);
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	background: #2E2E2E url(../images/img3.gif);
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(../images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(../images/img5.gif);
}

#content_big {
	width: 700px;
	margin: 0 auto;
	background: url(../images/bg_gross.gif);
}

#content_1color {
	width: 700px;
	margin: 0 auto;
	background: url(../images/bg_1color.gif);
}

#content_left {
	width: 700px;
	margin: 0 auto;
	background: url(../images/bg_left.gif);
}

#colOne {
	float: left;
	width: 160px;
	padding: 10px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 360px;
	padding: 10px 10px 0 10px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
	height: 500px;
}

#colFour {
	width: 680px;
	padding: 10px;
	height: auto;
	float: left;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/img6.gif) repeat-x;
	font-size: 11px;
	background-color: #993333;
}

#footer * {
	color: #FFFFFF;
	text-align: center;
}

/* Kontaktform */
.news_head
{	margin: 0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	font-weight_normal;
	text-decoration:underline;
	width:100%;
}

form
{	display:inline;
		margin:0px;
		padding:0px;
}

.error_line
{	width:100%;
		text-align:center;
}

.error
{	background-color:#f91010; 
		color:#ffffff;
		font-weight:bold;
}

.main_box
{ width:360px;
  margin:10px auto 0px auto;
}


.submit
{ width:140px;
  font-size:12px;
  color:#606060;
		background-color:#c4c4c4;
 	margin-right:5px;
}



.kn_text
{	width:360px;
		height:100px;
		overflow:auto;
		background-color:#ffffff;
}

.make_right
{	text-align:right;
		width:100%;
}

.make_left
{	text-align:left;
		width:100%;
}

.make_center
{
	width:100%;
	text-align:center;
}

.copyright {
	text-decoration:none;
	color:#666666;
	font-size:9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.kn_line
{	height:25px;
		position:relative;
		left:0px;
		width:360px;
}

.kn_quest
{	position:absolute;
		left:0px;
		top:5px;
}

.kn_ask
{	position:absolute;
		right:0px;
		width:200px;
		background-color:#ffffff;
}


.my_clear
{	clear:both;
		font-size:0px;
		height:0px;
		overflow:hidden;
}

.bn_error
{  background-color:#ff0000; 
			color:#ffffff; 
			font-weight:bold; 
			font-size:14px;
			width:100%; 
			text-align:center;
}

/* von Sandro Huber eingefügt */
#contact_form {
	position:relative;
	left:1px;
	top:1px;
	width:342px;
	z-index:1;
	height: 400px;
}

/* Kontakt form Ende */

/* Linkseite spezial */
#link a:visited {
	color: #730000;
}

#link a:hover {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

/* Linkseite spezial ende */

