div.contact_form
{
	font-family: "Trebuchet MS";
	font-size:  11px;
	color: #000000;
	line-height: 20px;
}

div.contact_form input,
div.contact_form textarea
{
	font-family: "Trebuchet MS";
	font-size: 11px;
}

div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th    { margin: 0px; padding: 0px; vertical-align: top; text-align: left; }

div.contact_form table { border-collapse: collapse; }
div.contact_form th    { padding: 0px 20px 10px 0px; }
div.contact_form td    { padding: 0px  0px 3px 0px; }

div.contact_form img   { margin-left: 5px; }

div.contact_form em
{
	text-decoration: none;
	font-style:  normal;
	font-weight: 900;
	color: #F9A800;
	font-size:12px;
}

div.contact_form  em.error, div.contact_form form em { color: #F9A800; }
div.contact_form div.error { margin-bottom: 15px; }

div.contact_form div.input { float:  left; }
div.contact_form select    { width: 550px;
font-size:80%; }


/* ***** Graphics *********************************************************** */

div.contact_form div.input
{
  line-height: 1px;

  background: white no-repeat url('../captcha/style-graphic/input.png');
}

div.contact_form div.input input,
div.contact_form div.input textarea
{
  margin:  0px;
  border:  0px solid black;
  padding: 1px 1px 1px 3px;
  width: 300px;

  background: none;
}

div.contact_form input.submit
{
  margin:  0px;
  border:  0px;
  padding: 0px;

  width:  70px;
  height: 24px;
  background: url('../captcha/style-graphic/submit.png');
}


/* ***** ENDE CAPTCHA *********************************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: center;
	background: url(../images/bg.gif) top center repeat;
	font:95%/1.4 'Trebuchet MS';
 }
#container {
	margin: 0 auto;
	width:960px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: groove white 1px;
	border-right: groove white;
}
	
.sidebar, .content {

display:inline;
float:left;
margin-left:10px;
margin-right:10px;
}
#container .sidebar {
	clear:left;
	width:200px;
	line-height:35px;
}
#container .content {
	width:720px;
	line-height:25px;
	
}

#container .content2 {
	width:950px;
	padding-top: 40px;
}

#header {
	background: url(../images/header_bg.jpg) top left no-repeat;
	height: 180px;
}


#footer {
	clear: both;
	background: #cccccc;
	color: #cccccc;

	}

/* Horizontales Menu */
.blockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px 'Trebuchet MS';
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.blockmenu li{
display: inline;
}

.blockmenu li a{
	float: left;
	color: #006600;
	padding: 9px 20px;
	text-decoration: none;
	border-right: 1px solid white;
}



.blockmenu li .active{
	color: #ffffff;
		background: transparent url(../images/blockactive.gif) center center repeat-x;

}

.blockmenu li a:hover{
	color: #000000;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}
/* Ende horizontales Menu */

/* Formular */
form {
	margin-left: 20px;
	}
fieldset {
	width: 550px;
	}
legend {
	margin: 10px;
	padding: 5px;
	color: #990000;
	}
input, textarea {
font-family: 'Trebuchet MS';
font-size:1em;
width:300px;
color: #494949;
background: #f4f4f4;
border: 1px inset #999;
padding-left: 1px;
}
input:hover, textarea:hover {
background: #ccc;
}
.submit {
	background: #ccc;
	color: #131313;
	width: 150px;
	border: 1px solid #999;
}
.submit:hover {
	background: #999;	
	color: #f2f2f2;
}

/* Ende Formular */

/* Verschiedene Klassen */
.align-right {
	float:right;
	margin: 10px;
}

.align-left {
	float: left;
	margin: 10px;
}
/* Ende verschiedene Klassen */

/* Text Formatierungen */
a:focus{
outline:1px dotted invert;
}
a, a:visited {
	color: #006600;
	font-weight:bold;
	text-decoration:none;}
a:hover {
	color: #666;
}
a.read_more {
	font-size: .9em;
	}
a img {
	border: 0 none;
}
	/* Überschriften */
h1,h2,h3,h4,h5 {
	font-family: 'Trebuchet MS', serif;
	margin: 25px 0 0 0;
	padding: 0 10px;
	color: #666;
	background:transparent;
}
h1{
font-size:1.4em;
}

#header h1  {
	font-size: 2.7em;
	color: #131313;
	padding: 1em 0 0 40px;
	margin: 0;
}
#header h1 a, #header h1 a:visited {
	text-decoration: none;
	color: #535353;
}
#header h1 a:hover {
	color: #990000;
}
h2{
font-size:1.3em;
}
#header h2 {
	padding: 0 0 0 40px;
	color: #330033;
	font-size: 2em;
	margin: .5em 0;
}
.sidebar h2 {
	background: #FFF9DC top left no-repeat;
	border: 0px solid #d9d9d9;
	color: #666;
	font-size: 1.2em;
	margin-top: 30px;
	padding: 5px 5px 5px 10px;
	}
h3{
font-size:1.1em;
margin: 1em 0 0 0;
padding: 0 10px;
color: #666;
}
h4{font-size:1em}
h5{font-size:1em}
h6{font-size:1em}

/* Ende Überschriften */
ol{
list-style:decimal;
}
ul{
list-style:square;
}
li{
margin-left:30px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote {
margin-bottom:20px;
}
p {
	overflow:hidden;
}
#container p {
	margin-left: 10px;
	font-size: 1em;
}

#footer p {
		line-height: 1.5em;
		margin: 0;
	}
#footer p.copy {
	color: #999999;
	text-align: center;
	padding: .5em 20px 0 20px;
	background-color: #FFFFFF;
	}
p.link {
	padding: 0 20px;
	color: #bdbdbd;
	text-align: right;
	margin: 0;
	}

p.link a, p.link a:visited {
	text-decoration: none;
	color: #494949;
}
p.link a:hover {
	color: #f2f2f2;
}
address {
	font-style: normal;
	margin-left: 10px;
}

blockquote {
	color: #666;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fbfbfb;
	margin-left: 15%;
	margin-right: 5%;
	padding:10px;
}
hr {
border-color:#ccc;
border-style:solid;
border-width:1px 0 0;
clear:both;
height:0
}

/* Ende Textformatierungen */


