body {

	background-image:url(images/bg_body.png);
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-style:normal;
	font-family: "Trebuchet MS",verdana, Helvetica, sans-serif;
	font-size:95%;
	color:#333333;		
}


.bgtable{
	background-image:url(images/screen_bg.png);
}
#bgtable{

	/*border:1px dotted #003333;*/
	border:#003300 solid;
	border-width:medium;
	
}



#bg {
	background-image:url(images/screen.png);
	background-repeat:no-repeat;
}


h1 {
	color: #CC3300;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.6em;
	}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #CC3300;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #CC3300;
}

h4 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #CC3300;
}
h5,h6 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 1em;
	color: #CC3300;
}


p, blockquote {
	margin-bottom: 1.5em;
}


blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

/*
ul {
	margin-left: -0.5em;
	list-style-position:inside;
	list-style-type:none;
}
li {
	margin-left: 0em;
	list-style-position:inside;
	list-style-type:none;
}
*/

#menu ul, .menu li{
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
#menu ul ul {
	padding-left: 10px;
}

/* Standard in der class.function Datei 1. Link*/
.menu_current {
	background: url(images/button_mc.png) no-repeat;/**/
	width:175px;	
}

/* Standard in der class.function Datei alle außer 1. Link*/
.menu_default {
	background: url(images/button.png) no-repeat;/**/	
	width:175px;	
}

#menu a {
	display: block;
	padding: 3px 0 0 10px;
	text-decoration: none;
	font-size: 1.0em;
	font-style: italic;
	color: #003333;
	height: 30px;
	text-transform: uppercase;
	
}
#menu a:hover {

	color: #ff6600;

	
}


pre, code {
}

pre {
}

code {
}

a:link {
	color: #660000;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #660000;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

#suche {
	margin-left: 10px;
}
.sucheinput {
	width:100px;
	background-image:url(images/bg_suche.png);

}

.suchesubmit {
	background-color:#FBDFAC;
	width:50px;
	height:22px;
	text-transform: uppercase;
	font-size: 9px;	
}

#content{
	margin-left: 1em;
	padding-left: 1em;
	/*border-left: 1px solid #ff6600;*/
	font-size:90%;
}

#autor a{
	font-size:9px;
                color:#cccccc;
}

#footer {
	text-align: center;
	font-size: 9px;
	color: #333333;
}
#footer a{
	color: #333333;
}

#loginbox {
	font-size: 10px;
	width:150px;
	margin-left: 10px;
	color: #cccccc;
}
#loginbox a{
	color: #cccccc;
                text-decoration:underline;

}

#loginbox input {
	width:120px;
}

.fieldset {
                border:#ff6600;

}

#map{
                color:#666666;
	font-size: 12px;
	font-family: verdana, Helvetica, sans-serif;
}


/*   css aus der Formularerweiterung*/

.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 250px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-top: 10px;
	color: #FF9900;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 12px;
	cursor: pointer;
}
.radio_label {
	font-size: 12px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}