* {
	margin: 0;
	padding: 0;
}

body {	
	background: #fff url(images/bg2.gif) repeat;
	
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 {
	text-transform: lowercase;
	font-size: 18px;
	letter-spacing: 1px;
}

h3 {
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 1.3em;
	text-align: justify;
	padding:10px 0;
}


a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #111;
}

#wrap {
	width:980px;
	margin: 10px auto;
		
}
/* Header */

#header {
	height: 180px;
	background:#fff url(images/header.jpg) no-repeat;
}

#link {
	position:relative;
	top:55px;
	left:36px;
	width:210px;
	height:90px;
}

/* Menu */

#menu {
	height: 35px;
	margin: 0 auto;
}

.menu1 {
	padding:0 0 0 25px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff;
	position:relative;
		
}

.menu1 li {
	float:left;
}

.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#ccc;
	text-decoration:none;
	font-size:13px; 
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif; 
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}

.menu1 li a b {
	float:left;
	display:block;
	padding:0 14px 0 8px;	
}

.menu1 li.current a {
	color:#555;
}

.menu1 li a:hover {
	color:#555;
}

/* Content */
/* IE 6 Hack */
* html #content { height: 430px; }
/*************/
#content {		
	text-align:left;
	background:#fff url(images/content_bg.jpg) repeat-y;
	min-height:430px;
	height:auto !important;
	height:430px;
	padding:20px 30px;
	
}

.inhalt{
	padding:20px 30px;
	font:11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#fff;
	height:auto;
} 

.inhalt h3{	
	font-size:12px;
	margin:5px 0;
}

.newsCont {
	float:left;
	width:900px;
	margin-bottom:20px;
}

.PicCont {	
	padding:5px;
	float:left;
	
}

.galPic {	
	float:left;
	width:200px;
	height:180px;
	margin:5px;
}


.galbut {	
	float:right;
	margin:-30px 30px 0 0;	
	color:#fff;
}

.Text{	
	float:right;
	width:530px;
	min-height:90px;
	height:auto !important;
	height:90px;	
	margin:0 40px 0 0;
	font:11px "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height:1.4em;
	
}

.clearfix {
	clear:both;
}

hr {
	width:100%;
	border:1px solid #ddd;
	
}
.info {
	font-size:10px;
}

.backbut {
	float:right;
	margin-right:60px;
	color:#fff;
	font:10px "Trebuchet MS", Verdana, Arial, sans-serif;	
}

.imprint {
	font:10px "Trebuchet MS", Verdana, Arial, sans-serif;
}



/* form */

input, textarea {
	width:220px;
	border:solid 1px #444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

em {
	font-size:9px;
}

/* Footer */

#footer {
	clear:both;
	float:left;
	width:100%;
	height: 32px;
	background:#fff url(images/footer.jpg) no-repeat;
}

#footer p {
	padding-top:5px;
	text-align: center;
	color:#ccc;
	font-size:11px;

}
#footer a {

	color:#ccc;
}
