@charset "UTF-8";
/* CSS Document */

/*-------------Seitenelemente-------------*/

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: -50px;
}


#news {
	width: 181px;
	position: absolute;
	padding-left: 600px;
	padding-top: 45px;
	z-index: 1;	
	
}


#content {
	margin-top: 70px;
	font-family:"Times New Roman", Times, serif;
	border: thin solid #999;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
	width: 800px;
	height: 514px;
	font-size: x-small;
	line-height: 1.4em;
	font-weight: normal;
	color: #999;
}

#text {
	margin-top: 70px;
	font-family:"Times New Roman", Times, serif;
	border: thin solid #999;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:400px;
	padding-right:100px;
	padding-top: 80px;
	width: 300px;
	height: 414px;
	font-size: x-small;
	line-height: 1.4em;
	font-weight: normal;
	color: #999;
}

.pics {
	text-align:center;
	heigth: 400px;
	margin-top:55px;
}
.nav {
	margin-top: 20px;
	width: 780px;
	text-align: right;
}
a, a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	color:#000;
	text-decoration:none;
	font-size: x-small;
	line-height: 1.4em;
	font-weight: normal;
	color: #999;
}
a:hover {
	color:#000;
}


/*---------------------------------------------MenÃ¼--------------------------------------------------*/


/* Definiert das Ã¤ussere Div */
.menu {
	margin: 0 auto;
	width: 800px;
	font-size:0.85em;
	padding-bottom:100px;
	padding-top: 7px;
}

/* Setzt Impressum und About nach rechts */
#right {
	text-align: right;
	float: right;
	}


/* lÃ¶scht die normalen Tabellenoptionen wie bullets etc */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}


.menu ul ul {
width: 100px;
}


/* macht die liste horizontal und position relative fÃ¼r dropdown */
.menu li {
	float: left;
	padding-left: 2px;
	width: 100px;
	position: relative;
	font-size: 12px;
	text-decoration:none;
	color:#999;
	line-height:15px;
/*	text-align: left; */
	background-color: #FFFFFF;
}

/*---------------------------------------------Ebene 1--------------------------------------------------*/


/* Ebene 1 links */
.menu a, .menu a:visited {
	font-size: 12px;
	text-decoration:none;
	color:#999;
	width:100px;
	height:20px;
	line-height:15px;
	text-align: left;
}

/* Ebene 1 hover */
.menu a:hover, .menu ul ul a:hover {
	color: #000;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
}


/*---------------------------------------------Ebene 2--------------------------------------------------*/


/* Ebene 2 hover */
.menu ul ul a.drop:hover {
	color: #000;
}
.menu ul ul :hover > a.drop {
	color: #000;
}
.menu ul ul ul :hover > a {
	color: #000;
}


/* macht die 2 Ebene unsichtbar, absolute position damit sie keinen platz einnehmen */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:5px;
	top:18px;
	left:0;
	width:150px;
}


/* Ebene 2 Links */
.menu ul ul a, .menu ul ul a:visited {
	color:#999;
	height:auto;
	line-height:1em;
	padding-top: 3px;
	padding-bottom: 3px;
	width:100px;
	heigth: 10px;
	text-align: left;
}
* html .menu ul ul a {
	width: 100px;
}

/* Ebene 2 sichtbar machen */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}

/* hack fÃ¼r IE */
.menu table {
	position:absolute;
	top:0;
	left:0;
}
