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

body {
	font-family: Century Gothic, Verana, Arial;
	color: #090060;
	
}

#wrapper {
	width: 1000px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#logo {
	width: 1000px;
	height: 150px;
}

#navigation {
	width: 1000px;
	background-color:#630;
}


#left-column {
	width: 175px;
	height: 390px;
	float:left;
	display: block;
	margin-right: 5px;
}

#content-box {
	width: 800px;
	height: 390px;
	float: right;
	display:block; 
	overflow:auto;
	font-size: 80%;
	z-index:190;
	}
	
	#content-wrapper {
	width: 800px;
	height: 390px;
	float: right;
	display:block; 
	font-size: 80%;
	z-index:190;
	}

#content-box-small {
	width: 395px;
	height: 390px;
	float: right;
	display:block; 
	overflow:auto;
	font-size: 80%;
	z-index:190;
	font-size:100%;
	padding-left: 5px;
	}
	
#anker{
}
a:hover#anker{background-color:#FFF;}


#frame {
	width: 800px;
	height: 390px;
	float: right;
}

.image {
	border:0px #FFF;
	background-color:#fff;
}

a:hover.image,
a:visited.image,
a:focus.image,
a:active.image {
	background-color:#FFF;
	text-decoration:none;
}
	





/* NAVIGATION NON-IE */

/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
position: relative;
height: 35px;
z-index: 10;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
left: 0;
z-index: 250;
font-size:90%;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 249px;
height: 35px;
font-weight: bold;
text-align: center;
background-color: #ffffff;
color: #090060;
line-height: 35px;
z-index: 250;
}
#menue .aussen:hover {
height: auto;
background-color: #090060;
color: #ffffff;
}
	
a.innen-1 {

}
a.innen,
a.innen-1 {
display: block;
width: 250px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #090060;
border-left: 1px solid #090060;
background-color: #FFFFFF;
color: #090060;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #FFFFFF;
color:#090060;
}
a:hover.innen,
a:hover.innen-1 {
background-color:#CCC;
color: #090060;
}

/* NUR LINKE SPALTE */
a.l-innen-1 {

}
a.l-innen,
a.l-innen-1 {
display: block;
width: 250px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #090060;
background-color: #FFFFFF;
color: #090060;
}
a:visited.l-innen,
a:visited.l-innen-1 {
background-color: #FFFFFF;
color:#090060;
}
a:hover.l-innen,
a:hover.l-innen-1 {
background-color:#CCC;
color: #090060;
}
/*ENDE LINKE SPALTE */


span.menutag {
display: block;
cursor: default;
}

span.menutag2 {
display: block;
}



/* formulare
-----------------------------------------------------------------------------*/

form {
  font-size: 100%;
}
fieldset {
	border:1px solid #FFF;
}

form br {
  clear: both;
}

form label {
  display: block;
  width: 100px;
  float: left;
  margin-bottom: 10px;
}

form input.eingabe {
  width: 350px;
  height: 18px;
  float: left;
  border: 1px solid #090060;
  margin-bottom: 10px;
  padding-left: 3px;
  padding-top: 3px;
}

form textarea {
  border: 1px solid #090060;
  width: 350px;
  padding-left: 3px;
  padding-top: 3px;
  font-family: Arial;
}

form input.buttonsend {
  border: 1px solid #090060;
  background-color: #ffffff;
  padding: 3px;
  width: auto;
  margin-top: 10px;
  margin-left: 100px;
  color: #090060;
}

form input.buttonreset {
  border: 1px solid #090060;
  background-color: #ffffff;
  padding: 3px;
  width: auto;
  margin-top: 10px;
  margin-left: 20px;
  color: #090060;
}
/* FORMULAR ENDE */

/* - LINKS - */

a:link {
	text-decoration:none;
	color: #090060;
}
a:hover {
	text-decoration:none;
	color: #090060;
	background-color:#666;
}
a:visited {
	text-decoration:none;
	color: #090060;
}
a:focus {
	text-decoration:none;
	color: #090060;
}
a:active {
	text-decoration:none;
	color: #090060;
}
