/*
Orange: #b37600
Orange Highlight: #fbb93a

*/

body {
	margin: 0;
	padding: 0;
	/*background: #252D37 url(images/img1.gif) repeat-x;*/
	background: #252D37;
	font: normal 12px Arial, Helvetica, sans-serif;
	/*Schriftfarbe*/
	/*color: #A4AFBD;*/
	color: #ddd;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1 { font-size: 31px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 18px;
}

a {
	color: #b37600;
}

a:hover {
	text-decoration: none;
}

/* Kasten */

.kasten {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	/*background: url(images/img4.gif) repeat-x left bottom;*/
}
.kasten {
	margin: 0pt 0pt 20px;
	padding: 0pt 20px 20px;
}

.kasten a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #b37600;
}

.kasten a:hover {
	text-decoration: underline;
}

/* Tabelle */
table{
	border : thin dotted;
	padding : 0 0 0 0;
}
	
td{
	border : thin dotted;
	}


/* Ende Tabelle */

/* News */

.news {
	margin: 0 0 20px 0;
	padding: 10px 20px 30px 20px;
	/*background: url(images/img4.gif) repeat-x left bottom;*/
}

.news h4 {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.news h4 strong {
	font-weight: bold;
	color: #5B6F88;
}

/* Header */

#header {
	width: 904px;
	height: 192px;
	margin: 0 auto;
	background: url(images/silhouette.gif) 
}
#ortsnamen { float: right;
    }

  #ortsnamen img { padding: 137px 0pt 0pt;
    }

/* Menue */

#menu {
	float: left;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 110px 10px 0 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	/* Backgroundgrafik Rollover Primaer Menue */
	background: transparent url(images/img2.gif) repeat-x scroll center bottom;
}

/* Suche */

#search {
	float: right;
	padding: 63px 0 0 0;
}

#textfield1 {
	width: 175px;
	background: #FFFFFF;
	border: none;
}

#submit1 {
	height: 19px;
	background: #6F9303;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 904px;
	margin: 0 auto;
	background: #252D37 url(images/img1.gif) repeat-x;
	
}

#colOne {
	float: left;
	width: 238px;
	margin-top: 20px	
}

#colTwo {
	float: right;
	width: 646px;
	margin-top: 20px
}

/* ColOne Content */

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

#colOne li {
	padding: 5px 0 7px 0;
	border-top: 1px solid #3B495A;
}

#colOne li.first {
	list-style-type : disc;
	/*list-style-image : url(images/navbullet.gif);*/
	color: #fbb93a;
}

#colOne a.first {
	color: #fbb93a;
}

#colOne h3 {
	font-size: 15px;
}

/* ColTwo Content */

/* Logo */

#logo {
	margin: 0 0 20px 0;
	padding: 0 0 40px 20px;
	/*background: url(images/img3.gif) repeat-x left bottom;*/
}

#logo h1 {
	text-transform: lowercase;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Text */

#text {
	padding: 5px 20px 20px 20px;
}

#text h2 {
	margin-bottom: 25px;
}

#text .image {
	float: left;
	padding: 0 17px 17px 0;
}

#text px {
	margin-left: 126px;
}

/* Footer */

#footer {
	clear: both;
	width: 904px;
	margin: 0 auto;
	background: url(images/img6a.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: right;
}