/* CSS Document */




/*-------------------------- Listeneinträge    --------------------------------------------*/
.listEntry {
	width:600px;
	margin-bottom:20px;
	padding-bottom:20px;
}

.newsListImage {
	border:2px solid #FFF700;
	float:left;	
	margin-right:20px;
}

.yellowLineBottom {
	border-bottom:2px solid #FFFD00;
}

.readMore{
	/*float:right;*/
	height:20px;
	display:block;
	height:20px;
	padding-left:25px;
	padding-top:3px;
	background:url(../img/icons/readMore.gif) top left no-repeat;
	float:right;
	margin-left:20px;
}

a.download {
	/*float:right;*/
	display:block;
	height:20px;
	padding-left:25px;
	background:url(../img/icons/download.gif) top left no-repeat;
	padding-top:3px;
	margin-bottom:5px;
	float:right;
	margin-left:20px;
}

a.link {
	/*float:right;*/
	display:block;
	height:20px;
	padding-left:25px;
	background:url(../img/icons/link.gif) top left no-repeat;
	padding-top:3px;
	margin-bottom:5px;
	float:right;
}

.boxRight {
	float:right;
	width:140px;
	margin-left:20px;
}


/*-------------------------- paging    --------------------------------------------*/

ul.paging {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	height:30px;
	float:right;
	
}

ul.paging li {
	float:left;
	width:20px;
	height:18px;
	background-color:#5976B3;
	border:2px solid #FFF700;
	margin-right:5px;
	text-align:center;
	color:#fff;
	padding-top:3px;
}

ul.paging li a {
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	vertical-align:baseline;
	outline:none;
	
}

ul.paging li a:hover {
	color:#FFF700;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	outline:none;
}

ul.paging li a.aktiv {
	color:#FFF700;
}




/*-------------------------- Modul Kontakt  --------------------------------------------*/

div#kontaktBoxLeft {
	width:300px;
	float:left;
}

div#kontaktBoxLeft h3 {
	margin-top:0;
}

div#kontaktBoxright {
	width:400px;
	float:left;	
}

div#kontaktBoxright h3 {
	margin-top:0;
}

/*-------------------------- Modul Sitemap  --------------------------------------------*/

div#sitemap ul {
	padding-left:0;
	list-style-type:none;
}

div#sitemap ul li {
	margin-top:10px;
}

div#sitemap ul li.siteMapLiDepth1 a.siteMapLinkDepth1 {
	display:block;
	border-bottom:1px solid #F7F619;
	font-size:14px;
	padding-left:25px;
	height:20px;
	padding-top:3px;
}

div#sitemap ul li.siteMapLiDepth1 a.ueberuns {
	background:url(../img/icons/ueberuns-sitemap.gif) top left no-repeat;
}
div#sitemap ul li.siteMapLiDepth1 a.schule {
	background:url(../img/icons/schule-sitemap.gif) top left no-repeat;
}
div#sitemap ul li.siteMapLiDepth1 a.sport {
	background:url(../img/icons/sport-sitemap.gif) top left no-repeat;
}
div#sitemap ul li.siteMapLiDepth1 a.wohnen {
	background:url(../img/icons/wohnen-sitemap.gif) top left no-repeat;
}


div#sitemap ul li ul {
	padding-left:30px;
	list-style-type:circle;
	margin-bottom:30px;
}

div#sitemap ul li ul li ul {
	padding-left:30px;
	list-style-type:square;
	margin-bottom:0;
}

/*-------------------------- Modul Galerie  --------------------------------------------*/
.galerieBilder {
	border:2px solid #FFF700;
	margin:5px 5px 0 0;
}


.galleryPreviewImgDetail {
	width:100px;
	height:75px;
	float:left;
	margin:0 18px 18px 0;
	overflow:hidden;
	border:2px solid #FFF700;
}

.galleryPreviewImgDetail a {display:block; width:100%; height:100%;}


div.youtubeVideo {
	width:430px; 
	height:390px;
	margin:20px 50px 0 50px; 
}

.marginTop8 {
	display:block;
	margin-top:8px!important;
}



/*-------------------------- modul welcome  --------------------------------------------*/

p#welcomeSchule {
	background:url(../img/icons/schule_home.gif) top left no-repeat;
	min-height:60px;
}

a.welcomeIcons {
	display:block;
	float:left;
	width:75px;
	height:65px;
}

p#welcomeSport {
	background:url(../img/icons/sport_home.gif) top left no-repeat;
	min-height:60px;
	margin-top:20px;
}

p#welcomeWohnen {
	background:url(../img/icons/wohnen_home.gif) top left no-repeat;
	min-height:60px;
	margin-top:20px;
}

p#welcomeUeberuns {
	background:url(../img/icons/ueberuns_home.gif) top left no-repeat;
	min-height:60px;
	margin-top:20px;
}


/*-------------------------- yellowbox  --------------------------------------------*/
#welcomeText {
	width:510px;
	float:left;
}

div#startseitenBoxen {
	float:right;
	width:177px;
	margin-top:40px;
	margin-left:10px;
	
}

.yellowboxHead {
	width:180px;
	height:50px;
	font-weight:bold;
	text-transform:uppercase;
}

.yellowboxHead div {
	padding:30px 0 0 57px;
}

.newsBox {
	background:url(../img/layout/yellowbox_head_news.gif) top left no-repeat;
}

.newsletterBox {
	background:url(../img/layout/yellowbox_head_newsletter.gif) top left no-repeat;
}

.yellowboxBody {
	width:153px;
	padding:10px 8px 0 20px;
	background:url(../img/layout/yellowbox_body.gif) top left repeat-y;
	font-size:11px;
}

.yellowboxBody label {
	display:block;	
	width:35px;
	float:left;
	margin-right:5px;
}

.yellowboxBody form {
	margin-top:0;
	padding:0;
}

.yellowboxBody input[type=text] {
	width:100px;
	border:none;
	border-bottom:1px solid #F7F619;
	margin-bottom:3px;
	font-size:11px;
	color:#0C419A;
}

.yellowboxBody input[type=submit] {
	width:145px;
	background-color:none;
	background:url(../img/icons/submitPoint.gif) top left no-repeat;
	border:none;
	margin:5px 0 3px 0;
	font-size:11px;
	color:#0C419A;
	cursor:pointer;
	font-weight:bold;
	padding-left:13px;
}

.yellowboxBody .trennlinieGelb {
	width:163px;
	height:1px;
	border-bottom:1px solid yellow;
	margin:5px 0 5px -10px;
}

.yellowboxFooter {
	width:180px;
	height:8px;
	background:url(../img/layout/yellowbox_footer.gif) top left no-repeat;
}


/*-------------------------- Sitemap    --------------------------------------------*/

#sitemap ul li {

}





