@charset "iso-8859-1";
/* CSS Document */



h1 {
	font-size:27px;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 10px 20px;
	background:url(../img/layout/trennlinie.png) bottom left no-repeat;
}

h2 {
	font-size:19px;
	font-weight:normal;	
	margin-bottom:10px;
	margin-top:0;
	padding:0;
}

p {
	margin:0 0 10px 0;
}

#content p {
	margin:0 0 10px 0;
	padding-left:20px;
}

#content p.noPaddingLeft {
	margin:0 0 10px 0;
	padding-left:0;
}


.imgContent {
	margin-right:20px;
	float:left;
}

.imgContentSmall {
	margin-right:10px;
	float:left;
}

.trennlinie {
	width:100%;
	height:22px;
	background:url(../img/layout/blume-gross.png) top center no-repeat;
	margin:20px 0;
}



.readMore {
	float:right;
	padding-left:15px;
	background:url(../img/layout/blume-klein.png) center left no-repeat;
	text-decoration:none;
	
}

.textLeft {
	float:left;
	width:290px;
}

.textLeftWide {
	float:left;
	width:450px;
	padding-left:20px;
	
	
}


/* module */

.newsPicPreviewWrapper {
	float:left;
	margin:0 15px 5px 0;
	width:100px;
	color:#fff;
}

.newsPicPreviewWrapper a {
	color:#fff;
}

.newsPicPreviewWrapper a:hover {
	color:#ffd600;
}

.newsPicPreview {
	float:left;
	border:1px solid #42281d;
	margin:0 15px 10px 0;
	height:100px;
	width:100px;
	
}

.newsPicPreview a {
	display:block;
	height:100%;
	width:100%;
}



/**/
.newsPicWrapper {
	float:left;
	margin:0 15px 10px 0;
	width:142px;
	color:#fff;
	padding-left:20px;
}

.newsPicWrapper a {
	color:#fff;
}

.newsPicWrapper a:hover {
	color:#ffd600;
}

.newsPic {
	float:left;
	border:1px solid #42281d;
	margin:0 8px 8px 0;
	width:142px;
	height:106px;
}

.newsPic a {
	display:block;
	height:100%;
	width:100%;
}

.newsAdPicWrapper {
	padding-left:20px;
}

.galleryPicPreview {
	float:left;
	border:1px solid #fff;
	margin:0 15px 10px 0;
	width:150px;
}

.galleryPic {
	float:left;
	border:1px solid #fff;
	margin:0 20px 25px 0;
	height:100px;
	width:100px;
}

.galleryPic a {
	display:block;
	height:100%;
	width:100%;
}


/* ----------------- paging ---------------------- */

div.paging {
	float:right;
	text-align:right;
	margin-bottom:10px;
	height:20px;
	padding:0;
}

div.paging div {
	float:left;
	width:25px;
	height:20px;
	border:1px solid #ffd600;
	margin:0 3px;
	text-align:center;	
}

div.paging div a {
	display:block;
	width:100%;
	height:18px;
	outline:none;
	font-weight:bold;
	padding-top:2px;
}

div.paging div a:hover, .activePage {
	background:url(../img/layout/bg-nlFormInput.gif) top left repeat;
	color:#fff;
}


/* form */
form input {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

div#contentLeft input[type=text] {
	border:0;
	margin:0 0 10px 0;
	background-color:#fff2d7;
	width:136px;
	height:17px;
	padding:2px;
}

div#contentLeft input[type=submit] {
	width:55px;
	height:19px;
	background-color:#fff2d7;
	border:0;
	padding:1px;
}

/* --- errorMsg --------------------------------------------------------------- */
div#contentLeft .formErrorMsg {
	background-color:#990000;
	border:1px solid #FD8228;
	width:170px;
	padding:3px;
	color:#BB9301;
	margin-bottom:20px;
	color:#fff;
}

div#contentLeft .formErrorMsg ul {
	padding-left:15px;
	margin-left:0;
	
}

/* --- errorMsg ---------------------------------------------------------------*/
div#contentLeft .thankYou {
	border:1px solid #688700;
	background-color:#99CC00;
	color:#FFFFFF;
	width:165px;
	padding:10px;
	margin-bottom:20px;
}



