/*=============================================*/
/* Allgemein
===============================================*/

a {
	color: #005999;
}

img {
	border: none;
}

.pre {
	white-space: pre;
}

ol {
	list-style-type: decimal-leading-zero;
}

/*=============================================*/
/* Struktur
===============================================*/
body {
	font-size: 76%;
	color: #333;
	background-color: #e8f2ff;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	margin: 20px 0;
}

	#worldframe {
		margin-left: auto;
		margin-right: auto;
		width: 800px;
		text-align: left;
		background: #fff;
	}
	
		#pageframe {
			float: left;
			width: 800px;
			position: relative;
		}
		
			#header {
				height: 80px;
				padding: 10px 10px 10px 25px;
				background: url(../_gfx/header_bg.jpg) no-repeat top left;
			}
			
				#header .title {
					float: left;
					width: 255px;
					margin: 40px 0 0 0;
					color: #005999;
					font-size: 36px;
				}
				
					#header .title a {
						text-decoration: none;
					}
			
				#topmenu {
					width: 110px;
					margin: 0;
					padding: 5px 5px 0 5px;
					list-style: none;
					float: right;
				}
			
					#topmenu li {
						margin: 0 0 5px 0;
						padding: 0;
						list-style: none;
						font-size: 12px;
					}
					
						#topmenu a {
							text-decoration: none;
							border: 1px solid #005999;
							border-top: none;
							border-bottom: none;
							padding: 0 5px;
							width: 98px;
							display: block;
						}
						
							#topmenu a:hover {
								color: #000;
								background: #BED5E6;
							}
		
			#middle {
				float: left;
				width: 800px;
			}
			
				#sidebar {
					float: left;
					width: 240px;
					padding: 3.05em 0 10px 0;
				}
				
					#tocontent {
						display: none;
					}
				
					#sidebar ul,
					#sidebar li {
						margin: 0;
						padding: 0;
						list-style: none;
					}
			
					#mainmenu {
						border-bottom: 1px solid #BED5E6;
						padding: 40px 0 0 0;
					}
					
						#mainmenu li {
						}
						
							#mainmenu a {
								display: block;
								text-decoration: none;
								padding: 5px 0 5px 25px;
								border-top: 1px solid #BED5E6;
							}
							
								#mainmenu a:hover {
									color: #000;
								}
								
								#mainmenu .activ a {
									color: #000;
								}
							
								#mainmenu li.activ li a {
									color: #005999;
									padding-left: 40px;
								}
								
									#mainmenu li li a:hover {
										color: #000;
									}
								
									#mainmenu li li.activ a {
										color: #000;
									}
									
									#mainmenu li li.activ li a {
										color: #005999;
										padding-left: 60px;
									}
									
										#mainmenu li li li a:hover {
											color: #000;
										}
									
										#mainmenu li li li.activ a {
											color: #000;
										}
										
										#mainmenu li li li.activ li a {
											color: #005999;
											padding-left: 80px;
										}
										
											#mainmenu li li li li a:hover {
												color: #000;
											}
										
											#mainmenu li li li li.activ a {
												color: #000;
											}
					
					.teaser {
						margin: 2em 0 0 0;
						padding: 10px 10px 10px 25px;
						background: #BED5E6;
						font-size: 0.9em;
						line-height: 1.5em;
						border-top: 1px solid #005999;
						border-bottom: 1px solid #005999;
					}

						.teaser h3 {
							font-size: 1.1em;
							margin: 0 0 0.5em 0;
							padding: 0;
						}
					
						.teaser p {
							margin: 0 0 5px 0;
							padding: 0;
						}
						
							.teaser p.align-right {
								text-align: right;
							}
			
				#contentframe {
					float: right;
					width: 530px;
					padding: 12px 0 10px 0;
				}
				
					#contentframe h1 {
						color: #005999;
						font-size: 1.6em;
						line-height: 1.3em;
						padding: 0;
						margin: 0 0 20px 0;
						border-bottom: 1px solid #ccc;
					}
					
					#content {
						min-height: 440px;
						margin: 0 0 20px 0;
					}
					
						#content h2 {
							color: #005999;
							font-size: 1.1em;
							line-height: 1.2em;
							padding: 0;
							margin: 0;
						}
						
						#content p {
							line-height: 1.5em;
							margin: 0 10px 20px 0;
							padding: 0;
						}
						
						#content table.t {
							margin: 0 10px 20px 0;
						}
						
						#content li {
							line-height: 1.2em;
							padding: 0;
							margin: 0;
						}
						
						#content ol {
							padding: 0;
							margin: 0 10px 20px 30px;
						}
						
						#content ul {
							padding: 0;
							margin: 0 10px 20px 15px;
						}
						
						#content ol ul,
						#content ul ul {
							margin: 0 0 20px 15px;
						}

			#footer {
				border-top: 1px solid #ccc;
				float: left;
				width: 790px;
				font-size: 0.8em;
				padding: 5px;
			}
			
				#footer a {
					text-decoration: none;
				}
			
					#footer a:hover {
						color: #000;
						text-decoration: underline;
					}
			
				#copy {
					float: left;
					width: 270px;
				}
				
				#tools {
					float: left;
					width: 200px;
				}
				
				#footermenu {
					float: right;
					margin: 0;
					padding: 0;
					list-style: none;
					width: 250px;
				}

					#footermenu li {
						margin: 0;
						padding: 0 0 0 15px;
						list-style: none;
						float: right;
					}

/* Admin Panel																*/
.typo3-adminPanel {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

/* Inhaltselemente */
.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	width: 150px;
	float: right;
}

	.csc-textpic-intext-right dd {
		margin: 0;
	}

/* Abschnittsmenu															*/
.csc-menu-3 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

	.csc-menu-3 li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		.csc-menu-3 li a {
			text-decoration: none;
		}

.csc-textpic dl {
	margin: 0;
}
		
.csc-textpic-center .csc-textpic-imagewrap {
	margin: 0 auto;
}

.csc-textpic-clear {
	line-height: 1px;
	height: 1px;
}

#content ul.csc-bulletlist-3 {
	margin: 0 10px 20px 32px;
}

	.csc-bulletlist-3 li {
		list-style-type: decimal;
	}

/* vcard																	*/
.vcard {
	font-style: normal;
	margin-bottom: 10px;
}

	.vcard img {
		border: none;
		float: left;
	}
	
	.vcard .postal-code,
	.vcard .tel,
	.vcard .url,
	.vcard .email {
		margin-left: 35px;
	}
	
	.vcard .fn,
	.vcard .adr {
		margin-left: 6px;
	}
	
	.vcard .n,
	.vcard .type {
		display: none;
	}
	
/* tt_news																	*/
.news-latest-item,
.news-list-item {
	width: 530px;
	float: left;
	margin: 0 0 30px 0;
}

	#content .news-latest-item h2,
	#content .news-list-item h2 {
		margin: 0 0 10px 0;
		border-bottom: 1px solid #ccc;
	}

		.news-latest-item h2 a,
		.news-list-item h2 a {
			text-decoration: none;
			color: #005999;
		}

	#content .news-latest-item p,
	#content .news-list-item p {
		margin: 0 10px 10px 10px;
	}
	
	#content .news-latest-item .news-video,
	#content .news-list-item .news-video {
		margin: 0 0 10px 10px;
	}

	.news-latest-footer,
	.news-list-footer {
		font-size: 0.9em;
		line-height: 1.2em;
		border-top: 1px solid #ccc;
	}

		#content .news-latest-footer p,
		#content .news-list-footer p {
			margin: 0;
			line-height: 1.2em;
			display: inline;
		}
	
		#content .news-latest-footer a {
			text-decoration: underline;
			color: #005999;
		}

		.news-latest-item a {
			text-decoration: none;
			color: #000;
		}

		.news-list-item .news-morelink {
			float: right;
			margin-top: -18px;
		}
	
	.news-list-browse {
		clear: left;
	}
	
		.news-list-browse p {
			display: none;
		}
		
			.news-list-browse table p {
				display: inline;
			}

.news-single-item {
	float: left;
}

	.news-single-timedata {
		font-size: 0.90em;
		line-height: 1.65em;
	}
	
	.news-single-item img {
		display: inline;
		float: right;
		border: none;
		margin: 0 0 10px 10px;
	}
	
	.news-single-imgcaption {
		float: right;
		clear: right;
	}
	
/* Guestbook 																*/
.guestbook-form {
	width: 450px;
	border: 1px dashed #005999;
	padding: 15px 20px 20px 20px;
}

	.guestbook-form input,
	.guestbook-form textarea {
		background: #fff;
		border: 1px solid #005999;
		clear: left;
	}

	.guestbook-form-obligationfield {
		color: #f00;
	}
	
	.guestbook-form .left {
		float: left;
		width: 215px;
	}

	.guestbook-form .right {
		float: right;
		width: 215px;
	}
	
	.guestbook-form-inputfield {
		width: 215px;
	}

	.guestbook-form-inputfield-big {
		width: 450px;
	}
	
	.guestbook-form textarea {
		width: 450px;
	}
	
	.guestbook-form  label {
		display: block;
		width: 8em;
		margin: 5px 0 0 0;
	}

	#guestbook-form-submit {
		background: #005999;
		color: #fff;
		border: 1px solid #005999;
		margin: 10px 0 0 170px;
		width: 110px;
	}
	
/* Contactform 															*/

#mailform {
	width: 450px;
	border: 1px dashed #005999;
	padding: 20px 20px 20px 20px;
}

	#mailform fieldset {
		border: none;
		padding: 0;
	}
	
	#mailform label {
		display: block;
		float: left;
		width: 130px;
		margin: 0 15px 0 0;
	}
	
	#mailform input {
		border: 1px solid #005999;
	}
	
	#mailform textarea {
		width: 300px;
		border: 1px solid #005999;
	}
	
	#mailform #mailformformtype_mail {
		margin: 10px 0 0 145px;
		background: #005999;
		color: #fff;
		border: 1px solid #005999;
		width: 110px;
	}

/* RGGooglemap															*/
.tx-rggooglemap-pois {
	margin: 0 0 -5px 0;
}

.tx-rggooglemap-poi h1 {
	font-size: 12px;
	margin: 0;
}

.tx-rggooglemap-poi {
	margin: 0 0 10px 0;
}

/* ab_linklist															*/
.tx_ablinklist_catalogView_link {
	margin-bottom: 15px;
}

	.tx_ablinklist_catalogView_links h4 {
		margin: 0px;
		font-size: 12px;
	}
	
		.tx_ablinklist_catalogView_links h4 a {
			text-decoration: none;
		}
		
			.tx_ablinklist_catalogView_links h4 a:hover {
				text-decoration: underline;
			}

/* naw_openid															*/
.tx-nawopenid-pi1 {
	margin: 20px 0 0 0;
}

	.tx-nawopenid-pi1 .logoff {
		margin: 5px 0 5px 25px;
	}
	
	.tx-nawopenid-pi1 .openid_login {
		width: 120px;
	}
	
/* Eldertable */
#content table.contenttable.elderpositions {
	border-collapse: collapse;
	margin-right: 5px;
}

	.contenttable.elderpositions td {
		vertical-align: top;
		padding: 0 5px 5px 0;
	}
	
	.contenttable.elderpositions .tr-0 td {
		font-weight: bold;
	}
	
	.contenttable.elderpositions .td-2 {
		width: 50px;
	}

/* fce Mounts 															*/
.mount {
	width: 530px;
	margin: 0 0 20px 0;
}

	#contentframe .mount h3 {
		color: #005999;
		font-size: 1.2em;
		line-height: 1.2em;
		padding: 0 0 2px 0;
		margin: 0 0 2px 0;
		border-bottom: 1px solid #ccc;
	}
	
	#contentframe .mount h4 {
		color: #005999;
		font-size: 1em;
		line-height: 1em;
		padding: 0;
		margin: 0;
	}
	
	.mount .speed {
		width: 140px;
		float: left
	}
	
		.mount .screenshot {
			float: left;
			width: 65px;
			height: 45px;
		}
	
	.mount .required {
		width: 190px;
		padding: 0 5px 0 0;
		float: left
	}
	
	.mount .misc {
		width: 190px;
		float: left
	}
	
/* Kalender																*/
.tx-cal-controller {
}
