body {
	margin: 10px;
	padding: 0;
	font-family: verdana, arial;
	text-align: center;
	color: #000000;
	background: #cccccc;
}

td, p, li {
	font-size: 0.8em;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 1.4em;
	color: #000000;
	margin: 10px;
	font-style: italic;
}

h2 {
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px;
}

h3 {
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	font-style: italic;
	margin: 10px;
}


/*################################################################################################################*/
#all {
	position: relative;
	width: 50em;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #777777;
	background: #fff;
}

#top_illu {
	margin: 0 0 0 0;
	text-align: center;
	position: relative;
}
/*################################################################################################################*/
/* dies ist die Top Navi */

#left_menu {
	padding-top: 20px;
	width: 12em;
	float: left;
}

#left_menu a {
	padding: 0 0 0 10px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#left_menu ul {
	padding: 0;
	margin: 0 0 3px 0;
	list-style-type: none;
}


/*\*/
#left_menu li {
	padding: 0 0 1px 0;
	width: 12em;
	margin: 0 0 0 10px;
}
/* */
/* erste Ebene */
#left_menu .left_menu_1 {
	height: 1.6em;
}

#left_menu .left_menu_1_active {
	height: 1.6em;
	font-weight: bold;
}

#left_menu .left_menu_2 {
	width: 167px;
	padding-left: 15px;
	background-image: none;
	border: 0;
}

#left_menu .left_menu_2_active {
	width: 167px;
	padding-left: 15px;
	background-image: none;
	font-weight: bold;
}

#left_menu .left_menu_3 {
	width: 167px;
	padding-left: 30px;
	background-image: none;
	border: 0;
}

#left_menu .left_menu_3_active {
	width: 167px;
	padding-left: 30px;
	background-image: none;
	border: 0;
	font-weight: bold;
}

.contentheading {
	font-size: 0.9em;
	font-weight: bold;
	font-family: arial,sans-serif;
	color: #000000;
	text-align: left;
	margin: 1.5em 1em 1em 0;
	padding: .2em;
	border: 1px solid #cccccc;
}

#content {
	padding: 1em 1em 50px 10px;
	border: 1px solid #cccccc;
	
/* kleiner Hack gegen den "The IE Three Pixel Text-Jog" im IE bei Floats / mehr dazu auf http://www.positioniseverything.net/explorer/threepxtest.html */
	height: auto !important;
	height: 1%;
	margin-left: 12em;
/* Ende des "The IE Three Pixel Text-Jog" Hacks */

	margin-right: 10px;
	margin-top: 10px;

	min-height: 250px;
	height: 250px;
}

#right_content {
	width: 12em; 
	float: right;
	border: 1px solid #cccccc;
	background: #f1f3f5;
	margin: 2.5em 0em 0em 0.2em;
	padding: 0.5em;
}

/*################################################################################################################*/
/* footer */
#footer {
	clear: both;
	padding: 5px;
	height: 15px !important;
	height: 15px;
	color: #000000;
	font-size: 10px;
	background: #f1f3f5;
	text-align: center;
	border: 1px solid #cccccc;
	margin: 10px;
}


.csc-mailform {
	clear: all;
	font-size: 0.8em;
    font-family: verdana, arial;
	color: #000000;
	border: 0px;
}

.csc-mailform-field {
    display: block;
    margin: 10px;
}

.csc-mailform-field label {
	display: block;
	width: 120px;
	float: left;
}

.csc-mailform input, .csc-mailform textarea {
    color: #000000;
    backround-color: white;
    width: 250px;
}

.csc-mailform input.csc-mailform-submit {
    float: left;
    width: 100px;
    cursor: hand;
}

.csc-mailform form input.csc-mailform-submit:hover {
    background-color: #ff9900;
    border: 1px solid white;
    color: white;
}

