/************ ALLGEMEIN ***********/
*{
	margin: 0;
	padding: 0;
}

body {
	background: #2e3037;
	font-family: Arial, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #ffffff;
}

a, a:visited {
	color: #ffffff;
}

a img {
	border: 0;
	text-decoration: none;
}

.clear {
	clear: both;
}

h3 {
	font-size: 16px;
	text-shadow: 2px 2px #000;
}

h4 {
	font-size: 14px;
	text-shadow: 1px 1px #000;
}


body:last-child hr {
	height: 1px;
	color: #000;
	background: #000;
	border: none;
	border-bottom: 1px solid #636363;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 20px;
}

body:-moz-last-node hr {
	height: 2px;
}


/************ ALLGEMEIN ENDE***********/
/*/
/*/
/*/
/************ NAVIGATION ***********/

#navbar {
	height: 28px;
	background: #2e3037;
	border-top: 3px solid #ff9900;
	border-bottom: 1px solid #787878;
}

ul#mainMenu {
	width: 850px;
	margin: 0 auto;
}

ul#mainMenu li {
	float: left;
	list-style: none;
	margin-right: 50px; /* 70px */
	padding-top: 6px;
	font-size: 13px;
}

li.main_act {
	background-image: url(../img/act.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.main_act a{
	color: #fff;
	text-decoration: none;
}

.main_no a{
	color: #fff;
	text-decoration: none;	
}


ul#subMenu   { 
	list-style-type:none; 
	float: left;
	font-weight: bold;
}

li.sub_no    {  
	margin-bottom: 5px;
}

li.sub_no:hover {
	background: url(../img/sub_act.png) no-repeat;	
}

li.sub_act   { 
	background: url(../img/sub_act.png) no-repeat;
	margin-bottom: 5px;
}

a.sub_no:link, a.sub_no:visited  { 
	text-decoration: none;
	margin-left: 10px;
}

a.sub_act:link, a.sub_act:visited  { 
	text-decoration: none;
	margin-left: 10px;
}

/************ NAVIGATION ENDE ***********/
/*/
/*/
/*/
/************ HEAD ***********/

#stage {
	background: url(../img/stage.jpg) repeat-x;
	height: 348px;
}

#stage_bg {
	background: url(../img/stage_bg.jpg) no-repeat;
	width: 1000px;
	height: 348px;
	margin: 0 auto;
}

#headpic {
	width: 470px;
	height: 220px;
	background: no-repeat;
	position: relative;
	top: 23px;
	left: 397px;
}

#headpic hr {
	visibility: hidden;
}

/************ HEAD ENDE ***********/
/*/
/*/
/*/
/************ CONTENT ***********/

#content_bg {
	min-height: 352px;
	margin: 0 auto;
	background: url(../img/content_bg2.jpg) repeat-x;
}

#content {
	margin: 0 auto;
	width: 900px;
	padding-top: 30px;
}

#left {
	width: 250px;
	height: 50px;
	float: left;
	margin-left: 10px;
}

#middle {
	width: 250px;
	height: 50px;
	margin: 0 auto;
}

#right {
	width: 250px;
	height: 50px;
	float: right;
	margin-right: 10px;
}

#fliesstext {
	width: 640px;
	float: right;
	margin-right: 50px;
}

#fliesstext ul, ol {
	padding-left: 20px;
}

#seitenname {
	margin-bottom: 10px;
	margin-left: 210px;
}

/************ CONTENT ENDE ***********/
/*/
/*/
/*/
/************ FOOTER ***********/

#trenner {
	height: 1px;
	background: #636364;
	border-top: 1px solid #000000;
	margin-top: 100px;
}

#footer {
	width: 900px;
	margin: 25px auto;
}

#footer_contact {
	width: 250px;
	float: left;
}

#footer_login {
	width: 250px;
	margin: 0 auto;
}

#footer_free {
	width: 250px;
	float: right;
}

/******* SITEMAP **************/

.csc-sitemap li {
	font-size: 11px;
	margin-left: 20px;
}

.csc-sitemap a {
	text-decoration: none;
}

.csc-sitemap a:hover {
	text-decoration: underline;
}

/******* SITEMAP ENDE *********/


/******* LOGIN FORM ***********/

fieldset {
	border: none;
}

.login_input {
	width: 250px;
	float: left;
}

form { 
    width: 250px;
} 

label { 
    width: 5em;
    float: left;
    margin: 5px 0;
    padding: 5px;
}


input { 
	width: 130px;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    padding: 1px;
    border: 1px solid #ff9900;
    background: #e3e3e3;
    display: block;
} 

.logout_button {
	float: left;
}

/******* LOGIN FORM ENDE ***********/

/************ FOOTER ENDE ***********/











