/* CSS Dokument für Inhalte
 *  
 */

/* Startseite
 *
 * Footer
 *
 */

div.start #spacer-bottomleft .bodytext {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 11px;
	margin: 0;
	}

div.start #content .bodytext {
	text-align: center;
	}
	
div.start #content .bodytext a {
	color: #fff;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: block;
	}
	

/* Menüs
 *
 * oberes und unteres Menü
 *
 */

#menu-top li,
#menu-bottom li,
#menu-left, li {
	font-size: 10px;
	letter-spacing: 1px;
	}
	 
ul.menu-top,
ul.menu-bottom {
	color: #fff;
	
	list-style: none;
	}

ul.menu-top > li,
ul.menu-bottom > li {
	float: left;
	width: 100px;
	height: 17px;
	border-right: #fff 1px solid;
	
	padding-top: 3px;
	
	text-align: center;
	}
	
ul.menu-top a,
ul.menu-bottom a {
	color: #fff;
	text-decoration: none;
	
	display: block;
	width: 100%;
	}

ul.menu-top a:hover,
ul.menu-bottom a:hover {
	color: #ffcc00;
	}

ul.menu-top li.current a,
ul.menu-bottom li.current a {
	color: #ffcc00;
	text-decoration: none;
	
	display: block;
	width: 100%;
	}
	
	
/* Menüs
 *
 * linkes Menü
 *
 */
 
ul.menu-left1,
ul.menu-left2 {
	color: #fff;
	
	list-style: none;
	}


ul.menu-left1 > li.current a {
	color: #ffcc00;
	text-decoration: none;
	line-height: 18px;
	
	display: block;
	width: 155px;
	
	padding-left: 6px;
	}
	
ul.menu-left1 > li.normal a {
	color: #fff;
	background: none;
	text-decoration: none;
	line-height: 18px;
	
	display: block;
	width: 155px;
	
	padding-left: 6px;
	}
	
ul.menu-left1 > li.normal a:hover {
	color: #ffcc00;
	}
	
ul.menu-left2 > li.current a {
	color: #ffcc00;
	
	text-decoration: none;
	line-height: 18px;
	
	display: block;
	width: 149px;
	
	padding-left: 12px;
	}
	
ul.menu-left2 > li.normal a {
	color: #fff;
	background: none;
	text-decoration: none;
	line-height: 18px;
	
	display: block;
	width: 149px;
	
	padding-left: 12px;
	}
	
ul.menu-left2 > li.normal a:hover {
	color: #ffcc00;
	}

/* Links
 *
 */
 
.external-link-new-window {
	text-decoration: none;
	}
	
/*#content > a {
	display: block;
	padding-top: 15px;
	}
*/	
	
	
.textpic-gallerie .csc-textpic-caption {
	width: 260px;
	padding-bottom: 12px;
	}


.textpic-gallerie .csc-textpic-firstcol {
	width: 286px;
	}
	
	
/* Mailfrorm
 *
 */

.csc-mailform {
	border: none;
	}
	 
.csc-mailform-field label {
	margin: 5px 0;
	width: 95px;
	display: block;
	float: left;
	}
	 
.csc-mailform-field input,
.csc-mailform-field textarea {
	margin-bottom: 5px;
	width: 300px;
	}

.csc-mailform-field textarea {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 100px;
	}
	
.csc-mailform-field #mailformformtype_mail {
	width: auto;
	margin-left: 95px;
	}
	
/* Aufzählung
 *
 */
 
#content li {
	font-size: 12px;
	letter-spacing: 0;
	margin-left: 16px;
	}
