*{
	margin:0;
	padding:0;
}

html, body { 
	height:100%; 
} 

body
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Verdana, Arial;
	text-align: left;
	font-size: 10pt;
	word-spacing: 3px;
}

#wrap { 
	min-height:95%; 
	/* fix für ie6 */
	_height:95%;
	background-color:#CCCCCC;
} 

#header
{
	top: 0;
	left:0;
	width: 100%;
	height: 100px;
	text-align: left;
	background-color: Black;
	background-image: url(../images/template/banner2.jpg);
	border-bottom:5px solid #993399;
}

#header h1
{
	position: absolute;
	margin-left:1em;
	margin-top: 25px;
}

#header h1 a
{
	color:white;
	text-decoration:none;
}

#versionlinks
{
	position: absolute;
	right: 25px;
	margin-top: 30px;
}

#versionlinks img
{
	border: 0;
	padding: 3px;
}

#versionlinks img.on
{
	border: 1px solid white;
}

#content
{
	position: relative;
	border-right: 150px solid #993399;
	min-height:600px;
	/* fix für ie6 */
	_height:600px;
	background-color:#CCCCCC;
}

#nav-level-1
{
	position: relative;
	text-align: right;
	padding-right: 25px;
	top:84px;
}

#nav-level-1 ul
{
	list-style: none;
}

#nav-level-1 li
{
	display:inline;
}

#nav-level-1 ul li a
{
	height: 25px;
	color: white;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #993399;
}

#nav-level-1 li.on a {
	color: #C71585;
	background-color:white;
}

#nav-level-1 ul li a:hover
{
	color: #C71585;
	background-color:white;
}

#sidebar
{
	position: absolute;
	top: 0;
	min-height:600px;
	/* fix für ie6 */
	_height:600px;
	right: -150px;
	width: 150px;
	background-color:#993399;
}

#nav-level-12
{
	position: absolute;
	bottom: 50px;
	right: 0px;
	width: 140px;
	margin-right:5px;
}

#nav-level-12 h2
{
	color:white;
	margin-top:25px;
	margin-bottom:10px;
}

#nav-level-12 ul
{
	list-style: none;
}


#nav-level-12 li
{
	margin-bottom: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#CC33FF;
}

#nav-level-12 a
{
	display: block;
	height:20px;
	color: white;
	text-decoration: none;
	padding-left: 20px;
}

#nav-level-12 li.on a {
	background-color:white;
	color: #C71585;
}

#nav-level-12 li a:hover
{
	background-color:white;
	color: #C71585;
}

#nav-level-12 li.description a {
	margin-top:25px;
	color: #0000FF;
	padding-left:5px;
	word-spacing: 1.5px;
	font-weight:bold;
}

#nav-level-2
{
	position: absolute;
	top: 50px;
	right: 0px;
	width: 140px;
	margin-right:5px;
}

#nav-level-2 h2
{
	color:white;
	margin-bottom:10px;
}

#nav-level-2 ul
{
	list-style: none;
}

#nav-level-2 li
{
	margin-bottom: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#CC33FF;
}

#nav-level-2 a
{
	display: block;
	height:20px;
	color: white;
	text-decoration: none;
	padding-left: 10px;
}

#nav-level-2 a:hover
{
	background-color:white;
	color: #C71585;
}

#nav-level-2 li.on a, #nav-level-2 li.nav-x1on a {
	background-color:white;
	color: #C71585;
}

#nav-level-2 li.nav-x1 a, #nav-level-2 li.nav-x1on a {
        padding: 0 0 0 25px;
}

#nav-level-main
{
	text-align:center;
	margin-top:100px;
}

#nav-level-main ul
{
	list-style: none;
}

#nav-level-main li
{
	display:block;
	margin-bottom: 25px;
	font-size: 16pt;
	font-style:italic;
	font-weight:bold;

}

#nav-level-main ul li a
{
	color: #C71585;
	text-decoration: none;
}

#nav-level-main ul li a:hover
{
	color: white;
}

#content-main
{
	padding: 30px;
	text-align:left;
}

#content-main img
{
	border: 2px solid;
	border-color: #444 #AAA #444 #AAA
}

.h1
{
	margin-left:2em;
	text-align:left;
	padding:10px;
	font-size: 2.5em;
	font-weight: lighter;
	color: #D00073;
	letter-spacing: -2px;
}

.p
{
	text-align:left;
	line-height: 1.8em;
	padding:10px;
	background-color: Black;
}

img.gallerytitle
{
	border: 1px solid #C71585;
}

#content img[src="media/animation/male.gif"], #content img[src="media/animation/female.gif"]
{
	border: 0;
}

#floatright, #floatright30, #floatright40
{
	float: right;
	margin: 20px 20px 20px 20px;
}

#floatleft, #floatleft30, #floatleft40
{
	float: left;
	margin: 20px 20px 20px 0;
}

#floatright30, #floatleft30
{
	width:30%;
}

#floatright40, #floatleft40
{
	width:40%;
}

#footer
{
	background-color: #CCCCCC;
	min-height:5%; 
	/* fix für ie6 */
	_height:5%;
	float: none;
}

#footer h2
{
	color:#996699;
	text-align:right;
	font-size:0.8em;
	font-weight: bolder;
	padding:10px;
}

#back
{
	text-align:center;
	font-size:1.0em;
	color:#996699;
}

#back a
{
	text-decoration:none;
}


input#Next, input#Previous {border: 1px none;}
