/* <style type="text/css"> */

/* */
/* Allgemeine Formatierungen */
/* */

a {
	text-decoration: none;
	color: #00449f;
}

a:hover {
	color: #45bf23;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

p.align-left {
	text-align: left;
}

p.align-center {
	text-align: center;
}

p.align-right {
	text-align: right;
}

h1 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #333333;
}

h2, h3, h4, h5, h6 {
	font-size: 11px;
	margin: 0;
	padding: 0 0 10px 0;
}

a img {
	border: none;
}

dl {
	margin: 0;
	padding: 0 0 15px 0;
}

ul {
	list-style-type: circle;
	margin: 0 0 5px 15px;
	padding: 0;
	float: left;
} 

ol {
	list-style-position: inside;
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
} 

ul li, ol li {
	margin: 0 0 5px 0; 
	padding: 0;
}



/* */
/* Seitenrahmen */
/* */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Sans-Serif;
	font-size: 11px;
	background-color: #f9f9f9;
	color: #333;
}

	/* Rahmen zur Zentrierung der Seite */ 
	#centerframe {
		margin: auto;
		margin-left: auto;
		margin-right: auto;
		width: 875px;
		padding: 0 10px;
	}
	
		/* Eigentlicher Webseitenrahmen */
		#mainframe {
			width: 875px;
		}
		
			/* Seitenkopf */
			#headframe {
				height: 129px;
				width: 875px;
				line-height: 0;
				position: relative;
			}
			
				#headframe a {
					width: 875px;
					height: 129px;
					display: block;
				}
			
			/* Mittler Inhaltsrahmen */
			#contentframe {
				float: left;
				width: 875px;
				background-image: url(../_gfx/contentframe-bg.gif);
			}
				
				/* Linke Spalte */
				#left {
					float: left;
					width: 174px;
					_width: 184px;
					#width: 174px;
					padding-left: 10px;
				}
					
					/* Hauptnavigation 1. Ebene */
					ul#mainnav {
						width: 171px;
						margin: 0;
						padding: 0;
						background-color: #dddddd;
					}
					
						ul#mainnav li {
							margin: 0 0 0 0;
							padding: 0;
							list-style-type: none;
							border-bottom: solid 1px #fff;
						}

							ul#mainnav li a {
								display: block;
								padding: 4px 15px 5px 20px;
							}
							
							ul#mainnav li.first a {
								padding-top: 10px;
							}
							
							ul#mainnav li.last a {
								padding-bottom: 12px;
							}
							
							ul#mainnav li.act a {
								color: #333333;
							}
							
							ul#mainnav li.no a {
								color: #00449f;
							}
							
								ul#mainnav li.no a:hover {
									color: #333333;
								}

							/* Hauptnavigation 2. und weiter Ebene */
							ul#mainnav li ul {
								margin: 0;
								padding: 0 0 8px 0;
							}
							
								ul#mainnav li ul li {
									margin: 0 0 0 15px;
									padding: 0;
									border: none;
								}
								
									ul#mainnav li ul li a, ul#mainnav li ul li.first a,
									ul#mainnav li.first ul li a, ul#mainnav li ul li.no a {
										margin: 0;
										padding: 3px 15px 0 20px;
										border: none;
									}
									
									ul#mainnav li ul li.last a {
										padding-bottom: 2px;
									} 		

					/* Suchbox */
					
					#left .searchform {
						float: left;
						width: 160px;
						height: 100px;
						margin: 50px 0 0 8px;
						#margin: 50px 0 0 4px;
						background: transparent url(../_gfx/suchbox.gif) no-repeat top left;
					}
				
					#left .text {
						float: left;
						margin-top: 19px;
						height:25px;
						overflow:hidden;
					}
				
					#left .searchtext {
						background: none;
						border: 1px solid #ffffff;
						width: 109px;
						margin: 3px 0 0 10px;
						padding: 2px 10px 2px 3px;
						font-size: 11px;
						color: white;
					}
					
					#left .submit {
						float: left;
						width: 22px;
						margin-top: 22px;
						_margin-top: 23px;
					}
					
					#left .searchbutton {
						border: none;
						background: transparent url(../_gfx/suchbutton.gif) no-repeat top left;
						width: 22px;
						padding: 0px;
						height: 22px;
						margin: 0 0 0 3px;
						#margin: 0 0 0 3px;
					}
					/* Adresse */		
					#adress {
						color: #333;
						margin: 80px 0 0 20px;
						font-size: 10px;
					}
					
					#amdlogo {
					   width: 127px;
					   height: 68px;
					   margin-bottom: 5px;
					}
					
					#adress p {
						padding: 0 0 5px 0;
					}
				
				
				/* Rechte Spalte */			
				#right {
					float: left;
					width: 678px;
					border-left: 1px solid #ffffff;
				}
					
					/* Kopf des Inhaltsbereiches */
					#head {
						float: left;
						width: 681px;
					}
						
						/* Kopfbild */
						#head #headpic {
							float: left;
							width: 678px;
							border-bottom: 2px solid #ffffff;
							border-right: 2px solid #ffffff;
						}
						
						/* Boxen im Kopfbereich */
						#head .boxen {
							float: left;
							width: 681px;
						}
						
						.head-box {
							float: left;
							height: 100px;
							overflow: hidden;
							border-right: 2px solid #ffffff;
							border-bottom: 2px solid #ffffff;
						}
						
							.head-box a {
								cursor: pointer;
							}
						
							.head-box h2 {
								width: 180px;
								margin: 15px 0 0 15px;
								padding-bottom: 5px;
								font-size: 14px;
								color: #333;
								text-transform: uppercase;
							}
							
							.head-box p {
								width: 180px;
								margin: 0 0 0 15px;
								line-height: 15px;
							}
						
						/* Unterschiede der Boxen*/
						#head .leftbox {
							width: 216px;
							background: transparent url(../_gfx/button_left.gif) no-repeat top left;
						}
						
						#head .centerbox {
							width: 215px;
							background: transparent url(../_gfx/button_center.gif) no-repeat top left;
						}
						
							#head .leftbox h2, #head .centerbox h2 {
								color: #fff;
							}
							
							#head .leftbox a, #head .centerbox a {
								color: #fff;
							}
							
								#head .leftbox a:hover, #head .centerbox a:hover {
									color: #cdcdcd;
								}
						
						#head .rightbox {
							width: 243px;
							background: transparent url(../_gfx/button_right.gif) no-repeat top left;
						}
						
							#head .rightbox a {
								color: #333;
							}
							
								#head .rightbox a:hover {
									color: #777;
								}
						
					/* Seiteninhalt */	
					#content {
						float: left;
						width: 399px;
						_width: 434px;
						#width: 399px;
						padding: 15px 20px 30px 15px;
						overflow: hidden;
					}
					
					#content li {
						margin: 0 0 0 15px;
						padding: 0 0 5px 0;
					}
						
						/* Breadcrumbs */
						ul#breadcrumbs {
							margin: 20px 0 20px 0;
							padding: 0;
							width: 399px;
							font-size: 10px;
						}
						
							ul#breadcrumbs li {
								margin: 0 10px 0 0;
								padding: 0 10px 0 0;
								list-style-type: none;
								display: inline;
								background-image: url(../_gfx/breadcrumb-bg.gif);
								background-repeat: no-repeat;
								background-position: right 5px;
							}
							
							ul#breadcrumbs li.last {
								background: none;
							}
							
					
					/* Spalteninhalt */
					#column {
						float: left;
						width: 243px;
						_width: 244px;
						#width: 243px;
						margin-left: 1px;
						padding-bottom: 30px;
						/* padding: 20px 20px 30px 20px; */
					}
					
						#column .textbox {
							float: left;
							width: 213px;
							padding: 15px 15px 15px 15px;
							border-bottom: 2px solid #ffffff;
						}
						
						#column .bildbox {
							float: left;
							width: 243px;
							border-bottom: 2px solid #ffffff;
						}
						
							#column .bildbox dl.csc-textpic-image {
								margin: 0;
								padding: 0;
								line-height: 0;
							}
							
						#column h1 {
							text-transform: uppercase;
						}
						
						#column p {
							padding-bottom: 7px;
						}
			
			/* Seitenfuß */
			#footerframe {
				width: 875px;
				height: 89px;
				float: left;
				background-image: url(../_gfx/footerframe-bg.gif);
				background-repeat: no-repeat;
				background-position: 5px 0;
			}



/* */
/* Box-Formatierungen */
/* */

/* Box-Formatierungen Standard */
.columnbox.standard {
	margin-bottom: 20px;
	padding: 0 15px 0 15px;
}

/* Box-Formatierungen Newsletter */
.columnboxnewsletter {
	margin: 10px -20px 20px -20px;
	padding: 0 0 0 21px;
	background-color: #ed9f4c;
	color: #fff;
	float: left;
	width: 226px;
	display: inline;
}

	.columnboxnewsletter div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
		margin-bottom: 0;
		padding-bottom: 0;
	}


/* */
/* Powermail */
/* */

.tx-powermail-pi1 fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 fieldset label {
	width: 100px;
	display: block;
	float: left;
}

.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 5px;
}

.tx-powermail-pi1 input {
	border: solid 1px #abadb3;
	font-size: 11px;
	padding: 2px;
	width: 180px;
}

.powermail_textarea {
	height: 200px;
	width: 260px;
	border: solid 1px #abadb3;
	font-family: verdana;
	font-size: 11px;
	padding: 2px;
}

.powermail_submit {
	background-color: #45bf23;
	margin-left: 100px;
	color: #fff;
	padding: 2px;
}

.powermail_mandatory_js {
	color: #ff0000;
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
}

.tx_powermail_pi1_fieldwrap_html {
	padding-bottom: 5px;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title,
.tx_powermail_pi1_fieldwrap_html_radio_title {
	padding: 0 0 5px 0;
	font-weight: bold;
}

.powermail_check,
.powermail_radio {
	border-style: none !important;
}

.tx_powermail_pi1_fieldwrap_html select {
	width: 185px;
	font-size: 11px;
}


/* */
/* Typo3 Artikel Formatierungen */
/* */

.external-link-new-window {
	background-image: url(../_gfx/pfeil_extlink.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 14px;
}

div.indent {
	margin-left: 20px;
}

/* Sitemap */
.csc-sitemap ul {
	margin: 0;
	padding: 0;
}

.csc-sitemap ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

.csc-sitemap ul li a {
	display: block;
	margin-bottom: 10px;
}


/* Überschriften*/
.csc-header {
	clear: left;
}

/* Tabellen */
#content .termine {
	width: 399px;
	margin-bottom: 15px;
}

	#content .termine .tr-even {
		background-color: #ffffff;
	}

	#content .termine .td-0 {
		width: 75px;
		padding: 4px 7px 4px 0;
		vertical-align: top;
		text-align: right;
	}
	
	#content .termine .td-1 {
		width: 70px;
		padding: 4px 2px 4px 7px;
		vertical-align: top;
		text-align: left;
	}
	
	#content .termine .td-2 {
		padding: 4px 2px 4px 7px;
	}

/* ve_guestbook - Gästebuch */
.gb-article {
	margin: 3px 0px 7px 0px;
	padding: 3px 0px 5px 0px;
}

	.gb-article p {
		padding-bottom: 4px;
	}

.gb-user {
	font-weight: bold;
	padding-bottom: 4px;
}

.gb-user-subinfo {
	font-size: 10px;
	color: #333;
}

.tx-guestbook-form-error {
	color: #ED1C24;
}

.tx-srfreecap-pi2-cant-read {
	color: #000000;
	font-size: 10px;
}

.gb-captcha {
	font-size: 10px;
}

.tx-veguestbook-pi1 .form-title {
	float: left;
	width: 100px;
	margin-bottom: 9px;
}

.tx-veguestbook-pi1 .form-field {
	float: left;
	width: 299px;
	margin-bottom: 9px;
}

	.tx-veguestbook-pi1 input {
		border:1px solid #ABADB3;
		font-size: 11px;
		width: 180px;
	}
	
	.tx-veguestbook-pi1 textarea {
		font-family: Verdana;
		font-size: 11px;
		width: 260px;
		height: 150px;
		border:1px solid #ABADB3;
	}

.tx-veguestbook-pi1 #form-submit {
	margin-left: 100px;
}


/* Inhaltsverzeichnis */
ul.csc-menu {
	margin: 0;
	padding: 0 0 15px 0;
}

ul.csc-menu li {
	margin: 0 0 0 20px;
	padding: 0;
}

.csc-textpic-caption {
	font-size: 10px;
}


/* Login */

.csc-loginform input {
	color: #fff;
	padding: 2px;
	border: solid 1px #abadb3;
}

.csc-form-label-req {
	padding: 0;
}

#a090cea3e9db687aafcde5f5832a454b0c79bdf421714f5087fc34b7c538b6807 {
	background-color: #0188b7;
}

/* Slider */

#content_start_stage_pic {
    float: left;
    width: 678px;
    height: 236px;
    position: relative;
}
.slider {
    width: 678px;
    height: 236px;
    position:relative;
}
.sliderContent {
    width: 678px;
    height: 236px;
    float:left;
    position:relative;
    overflow:hidden;
}

.sliderContent .item {
    width: 678px;
    height: 236px;
    position:absolute;
    background:#fff;
}

.sliderArrows a {
    display:block;
    text-indent:-9999px;
    outline:none;
    z-index:50;
    background-image:url(../_gfx/prev_next.png);
    width:42px;
    height:42px;
    position:absolute;
    top:50%;
    margin-top:-34px;
}

.prev {
    background-position:0 0;
    left:15px;
}

.prev:hover {
    background-position:0 -44px;
}

.next {
    right:15px;
    background-position:-44px 0;
}

.next:hover {
    background-position:-44px -44px;
}

#flash_header {
    width: 349px;
    height: 129px;
    position: absolute;
    top: 0;
    right: 0;
}

embed {
    width: 349px;
    height: 129px;
    position: absolute;
    top: 0;
    right: 10px;
}
