
html,body * { margin:0; padding:0; border: 0; }

body {
	text-align: center;  /* Zentrierung im Internet Explorer */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin:0;
	background-color: #4e4c4c;
	height: 101%;
	}

.clearLR { clear:both; }


/* darin läuft alles ab */
div#page {
	text-align:left;
	width: 984px;
	padding: 20px;
	padding-bottom: 0;
	height: auto;

	color: white;

	background-color: #4e4c4c;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;

	margin: 10px auto;
	}

div#mainMenu {
	height: 40px;
	width: 725px;
	margin-top: 40px;
	float: right;
	}
div#mainMenu ul {
	float: right;
	list-style: none;
	}

div#mainMenu li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	margin-left: 0px;
	margin-left: 5px;
	}
div#mainMenu li a {
	display: block;
	padding: 0 7px;
	text-decoration:none;
	color: white;
	}
div#mainMenu li a.act,
div#mainMenu li a:hover {
	color: #333333;
	background-image:url(../img/bg-menuL1.png);
	}

div#gallerie {
	width: 750px;
	height: 375px;
	overflow: hidden;
	float: left;
	}

div#menu {
	float: right;
	height: 365px;
	width: 220px;
	padding-top: 10px;
	overflow: hidden;
	background-color: #cccccc;
	}

div#menu ul {
	list-style: none;
	padding: 0 0 0 12px;
	margin: 0;
	}
div#menu li {
	font-weight: bold;
	line-height: 20px;
	margin-right: 10px;
	text-align: right;
	}
div#menu li a,
div#menu li a:visited {
	display: block;
	padding: 0 10px;
	text-decoration:none;
	color: #333333;
	}
div#menu li a.act,
div#menu li a:hover {
	color: #FF6600;
	}

div.content {
	clear: both;
	padding-top: 10px;
	}

div#content1 {}
div#content2 {
	width: 200px;
	padding: 10px;
	overflow: hidden;
	color: #333333;
	}

div#footerLine {
	padding: 10px 0;
	overflow: hidden;
	}
div#footerLine div#date {
	width: 75px;
	float: left;
	}
div#footerLine div#metaMenu {
	float: right;
	margin-right: 10px;
	}


/* menü */
#metaMenu {
	margin: 0;
	padding: 0;
	color: #ff6600;
	}
#metaMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#metaMenu li {
	width: auto;
	float: left;
	white-space:nowrap;
	padding-right: 5px;
	}
#metaMenu li a.no,
#metaMenu li a:visited {
	color: white;
	text-decoration: none;
	padding-right: 5px;
	}
#metaMenu li a.act {
	white-space:nowrap;
	text-decoration: underline;
	font-weight: bold;
	color: #ff6600;
	}
#metaMenu li a:hover {
	white-space:nowrap;
	text-decoration: underline;
	}


/* Content */
/* Linkereien  Hauptbereich */
.mail, a, a:link {
	color: white;
	text-decoration: underline;
	}

.mail:visited, a:visited {
	text-decoration: underline;
	}

.mail:hover, a:hover {
	color: white;
	text-decoration: none;
	}





/* Ueberschriften */
.csc-header  {}

h1 { font-size:1.5em; color: #ff6600; line-height: normal; margin-bottom: 5px; }
h2 { font-size:1.2em; color: #ff6600; line-height: normal; margin-bottom: 5px; }
h3 { font-size:1.1em; color: #ff6600; line-height: normal; margin-bottom: 5px; }

#content2 h1 { color: #333333; }
#content2 h2 { color: #333333; }
#content2 h3 { color: #333333; }

.csc-textpicHeader {}

 /* Texte */
p,p.bodytext {
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	}

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

ul {
	padding: 0 0 10px 0px;
	margin-left: 15px;
	}

li {
	padding: 0 0 0 0px;
	}

/* bildunterschriften */
.csc-textpic-caption {
	text-decoration: none;
	font-size: 10px;
	}

/* Tabellen */
table.contenttable {
	width: 99%;
	border-collapse:collapse;
	margin: 0 auto;
	margin-bottom: 10px;
	}

/* Zellen immer */
.contenttable-0 th,
.contenttable-0 td,
.contenttable-1 th,
.contenttable-1 td {
	margin: 0;
	padding: 4px;
	border: 1px solid #a9a9a9;
	}

.contenttable-1 th,
.contenttable-1 td {
	vertical-align:top;
	}




/* Formulare */
form {
	width: auto;
  	}
form fieldset {
	border: 0px;
  	}
form .formRow {
	clear:both;
	margin-top: 5px;
	}
form .label {
	width: 200px;
	float: left;
	}
form .checkbox  {
	}
input.mf-check {
	float: left;
	margin-right: 15px;
	}
form .checkbox .label {
	}
form .req {
	color: #ff6600;
	}
.csc-form-labelcell p {	/* suche */
	margin: 0;
	padding: 0;
	}

.csc-form-fieldcell {	/* suche */
	padding: 0;
	margin: 0;
	}
.csc-form-fieldcell select,
.csc-form-fieldcell input,
.mf-select,
.mf-text,
.mf-input {
	width: 300px;
	border: 1px solid #A9A8A4;
	}
.csc-form-fieldcell input[type="submit"] {
	width: 150px;
	margin-left: 150px;
	}
.mf-submit {
	width: 100px;
	color: black;
	border: 1px solid black;
	}



#content2 form {
	width: 200px;
	}
#content2 form .csc-form-fieldcell select,
#content2 form .csc-form-fieldcell input,
#content2 form .mf-select,
#content2 form .mf-text,
#content2 form .mf-input {
	width: 200px;
	}
#content2 form {
	color: #333333;
	}


/* 1spalter */
.fce-1sp-100 {
border: 1px solid lime;
	height:370px;
	padding-left: 10px;
/*	overflow:scroll;
	overflow-x: hidden;
	overflow-y: auto;
*/
	}

#content2 ul.csc-menu-1 {
	padding: 0;
	margin: 0;
	}
#content2 ul.csc-menu-1 li {
	padding: 0;
	margin: 0;
	}



/* 2spalter 50-50 */
.fce-2sp-50-50 {
	}
.fce-2sp-50-50 .left {
	width: 49%;
	margin-right: 1%;
	float:left;
	}
.fce-2sp-50-50 .right {
	width: 49%;
	margin-left: 1%;
	float:left;
	}

/* 3-spalter */
.fce-3sp-33 {}
.fce-3sp-33 .left {
	width: 32%;
	margin-right: 1%;
	float:left;
	}
.fce-3sp-33 .center {
	width: 32%;
	margin-right: 1%;
	float:left;
	}
.fce-3sp-33 .right {
	width: 32%;
	margin-right: 1%;
	float:left;
	}

/* 4-spalter */
.fce-4sp-25 {}
.fce-4sp-25 .col1-4 {
	width: 24%;
	margin-right: 1%;
	float:left;
	}
.fce-4sp-25 .col2-4 {
	width: 24%;
	margin-right: 1%;
	float:left;
	}
.fce-4sp-25 .col3-4 {
	width: 24%;
	margin-right: 1%;
	float:left;
	}
.fce-4sp-25 .col4-4 {
	width: 24%;
	margin-right: 1%;
	float:left;
	}

.tx-wecmap-pi1 div div {
	color: black;
	}

.tx-wecmap-pi1 div div a {
	color: black;
	text-decoration: underline;
	}

.tx-wecmap-pi1 div div a:hover {
	color: black;
	text-decoration: none;
	}

/* smooth gallery */
.myGallery {
	border: 0;
	}

/* Admin Panel */
body > form {
	text-align: left;
	}
