
/* Datei "basis.css"*/



body {
    background-color:#FFA600;
    font-size: 0.9em;
	font-family : 'Arial', Verdana, 'Sans Serif';
    margin:0;
    padding:0;
  }


#header {
	background-color:#FFA600;
	height:150px;	
	border-bottom: 2px solid #EE2C2C;
}


#left {
	clear: both;
	float:left;
	width:200px;
	background-color:#FFA600;
	min-height:650px;
	/* for modern browsers */height:auto !important;
	/* for modern browsers */height:650px;
	/* for IE5.x and IE6 */;
}


#center {
	margin-left: 200px;
	background-color:#eec;
	min-height:650px;
	border-left: 2px solid #EE2C2C;
	padding: 10px 170px 10px 20px;
	/* for modern browsers */height:auto !important;
	/* for modern browsers */height:650px;
	/* for IE5.x and IE6 */;
}


#footer {
	clear:both;
	background-color:#FFA600;
	height:20px;
	border-top: 2px solid #EE2C2C;
	margin: 0px auto 0 auto;
}

/* header - Inhalt */

.logorahmen {
	border: 1px solid #EE2C2C;
	float: left;
/* 	vertical-align:middle; */
}

#header .text {
	color: #BCEE67;
	/*display: inline;*/
	font-size: 2.6em;
	font-family : 'Comic Sans MS', Verdana, 'Sans Serif';
	white-space: nowrap;
	margin: 0 0 -0.2em 0;
}


.logo-text {
/* 	color: #fff; */
	color: #67228C#67228C;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 0 2.0em 0.5em;
}

.anschrift {
	position:relative;
	margin: 0;
	margin-right: 10px; 
	top: 0em;
	right: 0em;
	padding-top:0;
	padding-right: 1em;
	color: #67228C;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
}

.box {
	float: left;
	margin : 0 auto;
	right : 0px;
	position : absolute;
	top : 10px;
	z-index : 9999;
}


/*  Footer */

#footer p {
	margin: 0px auto 0 auto;
	text-align: center;
}

/* Navigation		*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Hier kann sicher noch einiges gelöscht werden */


#dlmenu {
	height: 10em;
	/* nächste Zeile nur zu Testzwecken */
	/*border: 2px solid #fff;*/
	/*margin: 10px 20px 10px 10px;*/
	margin: 20px;
}
#menu {
	list-style-type: none;
 	margin: 0 0 10px;
	padding: 0;
	position: absolute;
	width: 10em;
	background: #fff;
	z-index:100;
}

#menu li {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	z-index:100;
}
#menu li a, #menu li a:visited {
	display: block;
	text-decoration: none;
}
#menu li dd {
	display: none;
}
#menu li:hover, #menu li a:hover {
	border: 0;
}
#menu li:hover dt a , #menu li a:hover dt a {
	background: #EE2C2C;
	color:#ff0;
}
#menu li:hover dd, #menu li a:hover dd {
	display: block;
}
#menu li:hover dl, #menu li a:hover dl {
	/*height: 20em;*/
	background: #EE2C2C;
}
#menu table {
	border-collapse: collapse;
	padding: 0;
	margin: -4px;
	font-size: 1em;
}

#menu dl {
	width: 10em;
	margin: 0;
	background: #EE2C2C;
	cursor: pointer;
}
#menu dt {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #cce;
}
#menu dd {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align:left;
}

.gallery dt a, .gallery dt a:visited {
	display: block;
	color: #fff;
	padding: 5px 5px 5px 10px;
	background: #EE2C2C;
}
.gallery dd a, .gallery dd a:visited {
	color: #fff;
	font-weight: bold;
	min-height: 1em;
	text-decoration: none;
	display: block;
	padding: 4px 5px 4px 20px;
	background: #EE2C2C;
}

* html .gallery dd a, * html .gallery dd a:visited {
	height: 1em;
}
.gallery dd a:hover {
	background:#CD1076;
	color:#ff0;
}

/* End of Navigation */



/* Center Formatierungen */


#center h1 {
	color: #CD1076;
	display: block;
	font-size: 1.6em;
	font-family : 'Comic Sans MS', Verdana, 'Sans Serif';
	white-space: nowrap;
	margin: 0 0 0.4em -0.4em;
}

#center {
	font-size: 1.1em;
	/* dunkles blau */
	color: #67228C;
}


/* sonstige Formatierungen */

.staff {
	height: 160px;
}

.imgrahmen {
	border: 1px solid #EE2C2C;
}

table {
	background-color:#eec;
}

td {
	font-size: 1.0em;
	font-family: 'Arial', Verdana, 'Sans Serif';
	white-space: nowrap;
	color: #67228C;
} 

a {
	text-decoration: none;
	color: #CD1076;
}

#center ul {
	list-style-type : none;
}


/* für admin-Bereich */

.tabletext {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000066;
	white-space: normal;
}







/* EOF */
