
html *, body * { margin:0; padding:0; border: 0; }

body {
	text-align: center;  /* Zentrierung im Internet Explorer */

	font-family: Arial;
	font-size: 14px;

	color: #447413;
	background: url(../img/bg_pagetop.jpg) repeat-x  #BAE1BB;

	}


.clearLR { clear:both; }

/* darin läuft alles ab */
div#page {
	text-align:left;
	width: 716px;
	margin: 10px auto 0 auto;
	position: relative;
	}


#logo {
	position: absolute;
 	right: -150px;
	top: 25px;
	width: 100px; 
	}
#logo2 {
	position: absolute;
 	left: -250px;
	top: 25px;
	width: 200px; 
	}

#head {
	width: 716px;
	height: 281px;
	}


/* extra styles */
#mainMenu {
	height: 54px;
	width: 716px;
	background-image: url(../img/menu_top.png);
	}


/* inhaltsbereich */
#contentArea {
	height: auto;
	overflow: hidden;
 	width: 716px; 
 	}

#contentHelper {
 	clear: both; 
	background-image:url(../img/gras.png);
	background-position:bottom;
	background-repeat:no-repeat;

 	padding: 0 20px 96px 20px; 
	width: 676px; 
	height: auto;
	}
* html #contentHelper { border-bottom: 1px solid transparent; }
#contentHelper #logobg {
	float: left;
position: relative;
	}
#contentHelper .content {
	float: left;
	text-align: right;
 	width: 676px; 
	}



/* winter helfer */
#contentHelper {
	}
.csc-frame-frame1 {
	position: absolute;
	bottom: 50px;
	right: 0;
	}



#footer {
	clear: both;
 	width: 716px; 
	height: 23px;
	color: white;
	background-image:url(../img/menu_bottom.png);
	background-repeat:repeat-x;
	}

#metaMenu {
 	float: right;
	margin-left: 20px;
	line-height: 23px;
	}

#metaMenu { }
#metaMenu a {
	color: white;
	padding-right: 12px;
	}
#metaMenu a.no {
	text-decoration: none;
	}
#metaMenu a.no:hover,
#metaMenu a.act {
	text-decoration: underline;
	}




/* Content */
/* Linkereien  Hauptbereich */
.mail, a:link {
	color: #447413;
	text-decoration: underline;
	}

.mail:visited, a:visited {
	color: #447413;
	text-decoration: underline;
	}

.mail:hover, a:hover {
	color: #447413;
	text-decoration: none;
	}





/* Ueberschriften */
.csc-header  {
	}

h1 { font-size:1.6em; color: #447413; line-height: normal; padding: 10px 0; }
h2 { font-size:1.3em; color: #447413; line-height: normal; padding: 8px 0; }
h3 { font-size:1.1em; color: #447413; line-height: normal; padding: 6px 0; }

.csc-textpicHeader {
	margin-bottom: 15px;
	}

 /* Texte */
p,p.bodytext {
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
	}

.content ul,
.content ol {
	margin-bottom: 10px;
	}

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

ul {
	padding: 0 0 0 0px;
	margin-left: 20px;
	}

li {
	padding: 0 0 0 0px;
}


/* Rahmen */
div.csc-frame-invisible {
	}


/* bildunterschriften */
.csc-textpic-caption {
	text-decoration: none;
	}

/* Tabellen */
/* tabellen */
table.contenttable-0 {
	width: 100%;
	border-collapse:collapse;
	}

table.contenttable-0 thead * {
	text-align: center;
	font-weight: normal;
	font-weight: bold;
	}

table.contenttable-0 tr {
	background-color: white;
	border: 1px solid #999999;
	border-bottom-style:double;
	border-bottom-width: 3px;
	}

table.contenttable-0 thead tr.tr-0 th {
	background-color: #E3F0F5;
	padding: 3px;
	}

/*table.contenttable-0 tr.tr-0, */
table.contenttable-0 tr.tr-last {
	border-bottom-style:solid;
	border-bottom-width: 1px;
	}

table.contenttable-0 td {
	/*border-style:hidden;*/
	margin-bottom: 5px;
	text-align: center;
	padding: 5px;
	}
table.contenttable-0 td.td-0 {
	text-align: left;
	}
table.contenttable-0 td.td-last {
	}

table.contenttable-0 tr.tr-even { /* background-color: #E3F0F5; */ }
table.contenttable-0 tr.tr-odd {  /* background-color: #F6F2E6; */ }


/* Formulare */
form {
  	}

form fieldset {
	border: 0px;
  	}

form label {
	display: block;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 4px;
	float: left;
	}
form .labelReq {
	font-weight: bold;
	}
form textarea,
form input {
	float: left;
	margin-bottom: 4px;
	width: 230px;
	border: 1px solid #A9A8A4;
	}
form br {
	clear: left;
	}
form input.mf-submit {
 	clear: left;
 	margin-left:210px;
 	margin-top: 10px;
	padding: 3px;
	width: auto;
	}
form .req {
	color: red;
	}



/* 2spalter 50-50 */
.fce-2sp-50-50 {
	clear: both;
	}
.fce-2sp-50-50 .left {
	width: 49%;
	margin-right: 1%;
	float:left;
	padding-bottom: 1px;
	}
.fce-2sp-50-50 .right {
	width: 49%;
	margin-left: 1%;
	float:left;
 	padding-bottom: 1px; 
	}




/* Admin Panel */
body > form {
	text-align: left;
	}
