
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: left;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 12px;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #084B8A;
}

h1 {

	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	padding:5px;
	background: #424242;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}


p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}



ul {
}

ol {
}

a {
	color: #404040;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}


.text1 {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: white;
}

/* Header */

#header {
	width: 1000px;
	margin:0 auto;
	height: 290px;
	font-family: "Lucida Sans Unicode",sans-serif;
	margin-top: 10px;
}


#headerbg {


	width: 1000px;
	height: 290px;
	margin:0 auto;
	border: 0px;
vertical-align:top;



}


#header .more {


	padding: 1px 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: silver;
	line-height: 10px;
	float: left;
	padding-bottom: 5px;
	font-size: 10px;

}

#header .more a:hover {
	text-decoration: underline;

}

#header .more a {
	text-decoration: none;

}


/* Logo */

#logo {

	padding-top: 0px;


}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


/* Menu */

#menu {
	float: left;
	margin-top: 10px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 35px 20px 0 0px;
	text-align: center;
	text-decoration: none;
	text-transform: normal;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
}

#menu .current_page_item a {
	background: url(images/img03.jpg) no-repeat center top;
}

/* Page */


.news {
	padding-left: 20px;
	background: #424242;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}


.col2left {
	float: left;
	width: 48%;
}

.col2right{
	float: right;
	width: 48%;
}

#page {
	width: 1000px;
	background: white;
	border-right: #DCDCDC 1px solid;
}

#latest-post {
	float: right;
	width: 670px;
	padding: 38px 20px 0px 20px;

	font-size: 12px;
}


#recent-posts {
	float: left;
	width: 250px;
	min-height: 100%;
	padding-top: 0px;
	padding: 20px 0px 0px 25px;
	line-height: 25px;
	font-size: 12px;
	background: #F4F4F4;
	border-left: #DCDCDC 1px solid;
	border-right: #9C9C9C 2px solid;

}

#recent-posts .entry {
}

#recent-posts .entry a {
	text-decoration: none;

}


#recent-posts .entry a:hover {
	text-decoration: underline;

}


#recent-posts .more {
	background: #424242;
	padding: 1px 35px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #CCCCCC;
	line-height: 20px;
}



.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;


}

.post .entry img {
	background: #FAFAFA;
   	border: 1px solid #DCDCDC;
	padding: 5px;
}


.post .entry table {
	text-align: left;
}


/* Footer */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img06.jpg) repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}


form {
   background-color: #eee; 
   width: 550px; /* Breite des Formulars */ 
   padding: 20px; 
   border: 1px solid #DCDCDC;
}

form label { 
   display: block; /* Beschriftung auf eigener Zeile */

}

input#absender, 
textarea { 
   width: 450px;
   border: 1px solid #DCDCDC;
   margin-bottom: 1em;
}

textarea { 
   height: 7em; 
}

input#absender:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}

input#email, 
textarea { 
   width: 450px;
   border: 1px solid #DCDCDC;
   margin-bottom: 1em;
}

textarea { 
   height: 7em; 
}

input#email:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}
input#nachricht, 
textarea { 
   width: 450px;
   border: 1px solid #DCDCDC;
   margin-bottom: 1em;
}

textarea { 
   height: 7em; 
}

input#nachricht:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}



