/* ALLGEMEIN */
* {
	margin: 0;
	padding: 0px;
	border: 0;
}
ul,li {
	list-style-type: none;
}
body, input, textarea {
    color: #310a1d;
    background-color: #eee;
    font-size: 100.01%;
    font-family: Helvetica, Arial, sans-serif;
}

input {
	width: 200px;
}

textarea {
	width: 360px;
	height: 120px;
}

td {
	padding-right: 10px;
	padding-bottom: 5px;
}

/* LAYOUT */

div#scrollbalken {
	position: absolute;
	top: 0px;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}
div#logo {
	float: left;
	margin-bottom: 45px;
}
div.toplink {
	float: right;
	margin-left: 15px;
}
div#rahmen {
	width: 740px;
	background-color: #fff;
	background: url(img/schatten_bg.gif) repeat-y;
	margin: auto;
}
div#schlagschatten {
	width: 740px;
	height: 30px;
	background: url(img/schatten_unten.gif) no-repeat;
	margin: auto;
}
div#inhalt {
	padding: 20px 35px 20px 35px;
}
hr {
	margin: 1px 0 1px 0;
	width: 100%;
	color: #cccccc;
	background-color: #ccc;
	height: 1px;
}
hr.abstand {
	margin: 30px 0 30px 0;
}
div#box_aktuell {
	background-color: #eee;
	line-height: 0;
	padding: 0;
}
div.box {
	float: left;
	padding: 0;	
	margin: 40px 0 80px 11px;
	background-color: #eee;
	width: 216px;
	line-height: 0;
}
p {
	font-size: 0.75em;
	line-height: 1.4em;	
}
.box p {
	margin: 7px 10px 10px 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
div#box_aktuell a {
	text-decoration: none;
}
div#box_aktuell p {
	margin: 0 10px 0 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
div#box_aktuell p.aktuell_datum {
	margin-top: 7px;
	font-weight: bold;
	font-size: 0.7em;
	color: #8c1e5a;
}
p#copyright {
	clear: both;
	margin: 10px 0 10px 0;
	font-size: 0.7em;
	text-align: right;
}
div#admin {
	position: fixed;
	top: 10px;
	left: 10px;
	padding: 10px;
	background-color: #7bd3e5;
}
div#admin ul li, .small, .imgtext p {
	font-size: 0.7em;
	line-height: 1.3em;
}
.mehr {
	margin: 10px 0 -10px 0;
	width: 100%;
	text-align: right;
}

/* Bild mit Bildunterschrift */
.image {
	float: left;
}
.image img {
	display: block;
	margin: 20px 15px 20px 0;
}
.imgtext {
	margin-top: 20px;
}
.imgtext p:first-line {
	font-weight: bold;
}

/* MENÜ */
ul#menue {
	clear: both;

}
ul#menue li {
	float: left;
}

/* SUBMENÜ */
ul#submenue {
	clear: both;
	display: block;
	margin: 1px 0 45px 0;
	width: 100%;
}
ul#submenue li {
	float: left;
}
ul#submenue li div {
	width: 670px;
	height: 25px;
	background: url(img/sm_bg.gif) no-repeat;
}
ul#submenue li div p, .datum {
	font-size: 0.7em;
	color: #fff;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
}

/* BOTTOMMENÜ */
.b_menu a {
	font-size: 0.75em;
	text-decoration: none;
}

/* Sie sind hier */
div#siesindhier {
	clear: both;
	display: block;
	padding-top: 45px;
}
div#siesindhier p {
	font-size: 0.7em;
}

/* TYPO */
h1, .input_h1 {
	margin: 40px 0 25px 0;
	color: #8b1f59;
	font-weight: normal;
	font-size: 1.5em;
}
h3 {
	margin: 0 0 10px 0;
	color: #8b1f59;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}
h4 {
	font-size: 0.8em;
	color: #8b1f59;
	margin: 40px 0 10px 0;	
}
textarea#editTextBox {
	width: 100%;
	/* height: 200px; */
    font-size: 100.01%;
    line-height: 1.5em;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #eeeeee;
    margin: -5px;
}

/* LINKS */
a:link, a:visited {
	color: #310a1e;
}
a:hover, a:focus {
	color: #ad2774;
}

/* ADMIN */
ul#layout_items li * {
	margin: 0;
	padding: 0;
}
.input_h1, .input_datum, .input_p, .input_datei {
	color: #98848e;
	background-color: #fff;
	margin: 5px 0 0 0;
	width: 600px;
}
.input_p{
	height: 150px;
}
.input_datum {
	width: 80px;
}
ul#layout_items .layout_item {
	width: 300px;
	margin: 0 0 5px 10px;
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #eee;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	background-image:url(img/drag_bg.gif);
	background-repeat: repeat-y;
	cursor: move;
}

/* SONSTIGES */

.boxul {
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(img/li_vv.gif);
}

.pul {
	margin-left: 12px;
	list-style-position: outside;
	list-style-image: url(img/li_v.gif);
}

table#quattro {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
table#quattro tr td {
	background: #a10078;
	color: #fff;
	font-size: .75em;
	padding: 5px;
	border-right: 5px solid #fff;
}
table#quattro tr td:first-child {
	background: #e4c4dd;
	color: #000;
}
table#quattro tr:nth-child(2n) td {
	background: #ad3d8c;
}
table#quattro tr:nth-child(2n) td:first-child {
	background: #e9cfe3;
	color: #000;
}



















