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

img {
	border: none;
}

body {
	background-color:#000000;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000;
	line-height: 1.5em;
	margin-top:130px;
}

a {
	color: #565656;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #AA0077;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

strong {
	font-weight:normal;
}

.bold {
	font-weight: bold;
	color: #565656;
    line-height: 1.5em;
	margin: 0px;
}

.normal {
	font-weight: normal;
	
}

.fliesstext {
	font-size:12px;
	font-weight: normal;
}

.big {
	font-weight: bold;
    font-size: 16px;
	margin: 0px;
}

.klein {
	font-size:11px;
}

.grau {
	color: #565656;
}


/* Hauptelemente Layout */
#container {
	text-align: left;
	margin: 0 auto;
	width: 695px;
	height:455px;
	overflow:visible;
}

.floatleft { 
	margin: 0px 2px 2px 0px;
    float: left;
    width: 225px;
    height: 108px;
}

/* Allgemeine Elemente */
.gray { 
	float: left;
    width: 205px;
    height: 88px;
	padding: 10px;
	margin: 0px 2px 2px 0px;
    background-color: #C6C1C1;
    color: #565656;
    display: block;
    overflow: hidden !important;
}
	
.gray .bold {
	font-weight: bold;
	margin: 0px;
}

.gray .normal {
	font-weight: normal;
	margin-top:0px;
}


.gray .big {
	font-weight: bold;
    font-size: 16px;
	margin: 0px;
}

.active {
    color: #AA0077;
	font-size: 15px;
	font-weight: bold;
}


/* hover-Felder */
.grayblue { 
	float: left;
   	width: 225px;
    height: 108px;
	margin: 0px 2px 2px 0px;
    background-color: #C6C1C1;
    color: #565656;
   	display: block;
    overflow: hidden !important;
	cursor:pointer;
}

.grayblue a { 
    width: 205px;
    height: 88px;
	display: block;
	padding:10px;
	background-color:#C6C1C1;
}

.grayblue a:hover {
    background-color: #DDFFB4;
}

.grayblue p .grayyellow p { 
    padding: 10px;
	line-height: 1.5em;
}



/* Navigation Rechteck unten rechts */
#menu {
	margin: 15px -15px -15px 15px;
	padding: 10px 20px 10px 13px;
	background-color:#BBBBBB;
	width: 192px;
	height: 88px;
}

#menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #AA0077;
	font-weight: bold;
   	font-size: 13px;
}

#menu ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.45em;
}

#menu li {
	list-style-type: none;
}

#menu .active { 
	color: #AA0077; 
	font-size: 15px; 
	font-weight: bold; 
}


/* Navigation submenu */
#submenu {
	float:right;
	margin-top:0px;
	height:95px;
	background: url(../pics/runterpfeil.gif);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:right;
}

.submenueactive { 
	color: #AA0077; 
	font-size: 14px; 
	font-weight: bold; 
} 

.activesmall { 
	color: #AA0077; 
	font-size: 12px; 
	font-weight: bold; 
} 


/* 404 fehler-datei */
#fehlerbox {
	float: left;
	width:658px;
	height:308px;
	/*padding: 50px 0px 10px 0px;*/
	margin: 0px 0px 2px 0px;
    background-color: #C6C1C1;
    color: #565656;
    overflow: hidden !important;
}

#fehlerbox p {
	margin: 0px 0px 20px 60px;
	font-size:13px;
}

#fehlerbox h1 {
	font-weight: bold;
    font-size: 16px;
	margin: 50px 0px 30px 60px;
}

#fehlerbox img {
	float:right;
	margin:0px 40px 0px 10px;
}

/* interner Bereich */
#grossebox {
	float: left;
	width:658px;
	height:308px;
	padding: 10px 0px 10px 20px;
	margin: 0px 0px 2px 0px;
    background-color: #C6C1C1;
    color: #565656;
    overflow: hidden !important;
}

.logoutbtn {
	margin:10px 0 0 0;
	font-weight:bold;
	color:#aa0077;
}

.logoutbtn:hover {
	margin:10px 0 0 0;
	color:#009900;
}

.loginbtn {
	margin:10px 0 0 0;
	font-weight:bold;
	color:#aa0077;
}

.loginbtn:hover {
	margin:10px 0 0 0;
	color:#009900;
}


/*News*/

dl#termine {
	height:270px;
	/*padding-right:2px;*/
	overflow:auto;
}

dl#termine dt strong {
	font-weight: bold;
	color: #565656;
}

dl#termine dd {
	margin:0 2px 10px 15px;
}


	




