/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: #E1E1E1;
	font-size: x-small;
	font-family: "Futura", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em; /* horizontal centering for IE Win quirks */
	color: #FFFFFF;
	overflow: hidden;
	height: 96%;
}

a {
	font-size: 1.3em;
	font-family: "Futura", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1.5em; /* horizontal centering for IE Win quirks */
	color: #FFFFFF;
	text-decoration:none;
	border:none;
}

a: link, a:visited {
color:#FFFFFF;
}

/*** headline ***/

h1 {
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 1.9em;
	color: #ffffff;
}

h2 {
	font-size: 1.2em;
	margin-left:10px;
	font-weight: lighter;
	line-height: 1.9em;
	color: #ffffff;
}

#top {
	width: 1px;
	margin-bottom: -386.5px; /* half of container's height */
	float: left;
}

/*** background image ***/

#background  {
	background-image:url(../images/lilien_entwurf_5bb_ohnelogo.png);
	margin: 20px auto;
	position: relative; /* puts container in front of distance */
	height: 580px;
	width: 930px;
	clear: left;
}

#logo {
	width: 120px;
	float: right;
	border:none;
}

.emptyleft, .menumiddle, .contentbox, .withoutsub {
    float: left;
    padding: 0;
}

.emptyleft {
	width: 30px;
}

.menumiddle {
	width: 140px;
	height: 460px;
	padding-right: 6px;
	color: #660033;
	text-align:right;
	overflow:auto;
	margin-top: 36px;
}

.contentbox {
	width: 640px;
	margin-top: 80px;
	text-align: left;
	overflow: auto;
	
}

.contentboxStart {
	width: 660px;
	margin-top: 20px;
	text-align: left;
	overflow:hidden;
}


.withoutsub {
	width: 63%;
	margin-top: 87px;
    text-align: left;
}


#menu  {
	margin-top: 110px;
}

#submenu {
	float:left;
	margin-bottom: 5px;
	text-align:left;
	
}


/*** links menu submenu ***/

#menu a:link  { 
    text-decoration: none;
    color: #660033;
	font-size: 1.2em;
    
    line-height: 1.4em;
	text-align:left;
}

#menu a:visited  { 
    text-decoration: none;
    color: #660033;
	font-size: 1.2em;
    
    line-height: 1.4em;
	text-align:left;
}

#menu a:hover { 
    text-decoration: none;
    color: #660033;
	font-size: 1.2em;
    line-height: 1.4em;
	text-align:left;
}

#menu a:active { 
    text-decoration: none;
    color: #999999;
	font-size: 1.2em;
    line-height: 1.4em;
	text-align:left;
}

#submenu a:link, a:visited  { 
    text-decoration: none;
    color: #DEDEDE;
	font-size: 1.0em;
    line-height: 1.4em;
}

#submenu a:hover, a:active { 
    text-decoration: none;
    color: #660033;
	font-size: 1.0em;
    line-height: 1.4em;
}

#line {
	float: left;
	width: 40px;
	height: 520px;
	
}

/*** 1 Spalte ***/

#content {
	height: 340px;
	padding-right: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
	overflow:auto;
}

#content a:link, a: visited {
	color:#FFFFFF;	
}

#contentStart {
	height: 340px;
	padding-right: 30px;
	margin-top: 60px;
	font-size: 1.2em;
	text-align: center;
	vertical-align: top;
	overflow:hidden;
}

#contentLeft {
	float: left;
	width: 120px;
	height: 320px;
	margin-top: 40px;
	padding-bottom: 20px;
}

#contentRight {
	float: right;
	width: 360px;
	height: 320px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
}

.image {
	margin-top: 10px;
	margin-left: 10px;
	height:340px;
}

.music {
	text-decoration:none;
	color: #DDDDDD;
	font-size: 1em;
}

#aktuell {
	width: 200px;
	margin-left: 220px;
	height: 50px;
	background-image: url(../images/aktuell_back.png);
}

.aktuelltext {
	font-size:0.8em;
	text-align: center;
	padding-top: 6px;
}
