body {
	background-image: url(global_bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	font-family:verdana, sans-serif;
	font-size: 13px;
}

a {
	color: #436F81;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(listenpunkt.gif);
}

h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #3E3E40;
}

table.contenttable {
	table-layout: auto; 
	border-collapse: collapse;
}
table.contenttable td {
	border: 1px solid #3E3E40;
	background: #eeeeee;
	padding: 3px 5px;
	font-size: 12px;
}

table.contenttable td p {
	padding: 0;
	margin: 0;
}

.mainContainer {
	width: 900px;
}


	.logoContainer {
	
	}

	.naviContainer {
		border-top: 2px solid #63645f;
		border-bottom: 2px solid #aeaeac;
		height:50px;
		background-image: url(navi_bg.gif);
		background-repeat: repeat-x;
	
	}

	.headerContainer {
		padding: 0;
		margin: 0;
		border: 0;
		border-bottom: 4px solid #020100;
	}
	
	.contentContainer {
		dosplay: block;
		padding: 10px 100px 10px 80px;
		margin: 0;
		border: 0px;
		background-color: #dcd9d2;
	}
		.zusatzMenu {
			float: right;
			width: 200px;
			background-color: #fff;
			padding: 5px 10px;
			margin: 25px 0 0 10px;
		}


	.footerContainer {
		padding: 0 0 0 80px;
		margin: 0;
		border-top: 2px solid #f7f8f2;
		background-color: #2a2a2a;
		height:60px;
		color: #eee;
		line-height:60px;
		font-size: 11px;
		
	}
	.footerContainer a {
		color: #eee;
	}



	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul {
	padding:0 0 1px 0;
/* änderung von flo */
/*	padding:0 0 5px 0; */
	margin:0;
	list-style:none;
	font: 12px verdana, sans-serif;
/*	border:1px solid #000; */
/*	border-color:#eca #b97 #a86 #edb; */
/*	border-width:1px 2px 2px 1px; */
/*	background:#fff; */
	position:relative;
	z-index:200;
}

#nav li ul { 
	background:#3f3f3f;
}

#nav {height:25px; padding:0;}

#nav table {border-collapse:collapse;}
#nav li {float:left; padding:0 20px 0 10px;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {
	display:block;
	float:left; 
	color:#eeeeee; 
	height:50px; 
/*	padding-right:5px; */
	padding-right: 1px;
/*	änderung von Flo */
	line-height:50px; 
	text-decoration:none; 
	white-space:nowrap;
}

#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {
	position:relative;
	z-index:300;
/*	background:#ffffff; */
}
#nav a:hover {
	position: relative; 
	z-index:300; 
	text-decoration:underline; 
	color: #ffffff;
}

#nav :hover ul {left:0; top:50px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline; color:#b75;}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

#nav li a:hover, #nav a:hover {
	color: #ffffff;
}

/* änderungen florian */

fieldset {
	width: 90%; 
	border: 1px solid;
	padding: 20px;

}

#mailformort, #mailformname, #mailformstr, #mailformort, #mailformemail, #mailformaddresse, #mailformtelefon, #mailformanmerkungen, #mailformtermine{
	
}

#csc-mailform-field {
	clear: all;
}

label, input, select { 
	display: block;
	width: 100px;
	padding-bottom: 3px;
}

input {
	width: 300px;
}

textarea {
	width: 400px;
}

label {
	float: left;
	padding-right: 1em;
	text-align: right;

form br, input {
	clear: left;
	float:none;
}

#submit { 
	float: none;
	width: 80px !important;
}

/* caption unter bildern */

csc-textpic-caption {
	margin-top: 6px !important;
	padding-top:10px;
	font-size: 80% !important;
}

