/*** basic reset ******/
*{padding: 0;margin: 0;}

a{
	outline: none;
	text-decoration: none;
	}
	
a:active, 
a:focus {
	outline: none;
	}

:focus {
  outline: 0;
}

img{
	border: none;
}

 ul{
	list-style-type: none;
}

ul ul{
	margin-top: 0;
	margin-bottom: 0;
}
/****************************/

body {
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #606;
	background: #939;
}



h1{
	font-size: 18px;
    font-family: "Times New Roman",Georgia,Times,serif;
    color: #fff;
    text-align: right;
    padding: 0 20px 0 0;
    font-weight: normal;
}
h2{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #693;
	margin-top: 10px;
}


#wrapper{
	width: 960px;
	height: 100%;
	padding: 70px 0 0 0;
	text-align: center;
	margin: 0 auto;
	/*border: 1px solid green;*/
	position: relative;
	overflow: hidden;
	background-color: #aa42aa;
	box-shadow: 9px 9px 11px #851a85;
	-moz-box-shadow: 9px 9px 11px #851a85; /* Mozilla Firefox */
	-webkit-box-shadow: 9px 9px 11px #851a85; /* Google Chrome */
}

div.headerbox{
	width: 960px;
	height: 30px;
	background: transparent;
}

div.navibox{
	width: 960px;
	height: 40px;
	background: #f9c691;
}

div.content{
	width: 960px;
	height: 435px;
	background-color: #fcf;
	background-image: url(../images/blume.jpg);
	background-repeat: no-repeat;
    background-position: top left;
    text-align: left;
    color: #606;
    overflow: auto;
}

div.footer{
	width: 960px;
	height: 20px;
	background: transparent;
}

.footer a,
.footer p{
	color: #fff;
	font-size: 12px;
	text-align: right;
	padding: 0 10px 0 0;
}

.footer a:hover{color: #f93}


/********************************************************************/
.content ul{
	padding: 0 40px 20px 380px;
}

.content h2{
	padding: 40px 0 20px 380px;
	color: #606;
	font-weight: bold;
}
.content h3{
font-size: 12px;
font-weight: normal;
	padding: 10px 0 20px 380px;
	color: #606;
	font-weight: bold;
}
.content p{
	padding: 0 40px 20px 380px;
}

.content ul.abstand,
.content p.abstand{
	padding: 40px 40px 20px 380px;
}

.content a{color: #606;}
.content a:hover{color: #f93;}
.footer a.highlight{font-weight: bold;color: #f93;}
/**suckerfish ************************************************************/
#nav, 
#nav ul {
	padding: 10px 0 10px 0px;
	margin: 0;
	list-style: none;
	background-color: transparent;
	z-index: 10;
	text-align: left;
}

#nav ul li{
	border-bottom: 1px solid #fff;	
	padding: 5px 0;
	width: 165px;
	background-color: #fcb976;
}
#nav ul li:hover{
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	width: 165px;
	background-color: #f93;
}

#nav ul li a{
	line-height: 19px;
}
#nav{
	padding: 10px 0 0 20px;
	background: transparent;
}

#nav a {
	display: block;
	padding: 0 20px;
	color: #606;
	font-size: 12px;
}


#nav ul li a {
	display: block;
	padding: 0 20px 0 7px;
	color: #606;
	font-size: 12px;
}



#nav a:hover {
	color: #fff;
}
#nav li {
	float: left;
}


#nav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

ul#nav li a.highlight,
ul#subnav li a.highlight{
	color: #606;
	font-weight: bold;
}
/**********suckerfish ende *****************************************************/