/* page layout */

* {
	margin:0;
}

body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	margin:0px;
	margin-top:11px;
	padding:0px;
	background: url(bgypspif.gif);
	color: black;
	text-align: center;
}


/* containers and wrappers */

.container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

#contentcontainer {
	background: url(border.gif);
}

#wrapper {
	float: left;
	width: 750px;
	background: none;
}


/* title and description (for print) */

#title {
	display: none;
}

#description {
	display: none;
}


/* content area */

#content {
	padding-top: 20px;
	margin-left: 147px;
	width: 515px;
	text-align: left;
}

/* header */

#header {
	height:100px;
	text-align:center;
	color:#fff;
	background: none;
}

#headerLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 147px;
	height: 100px;
	background: url(ecke1.gif);
}

#headerRight {
	position: absolute;
	width: 88px;
	height: 100px;
	left: 662px;
	top: 0px;
	background: url(ecke2.gif);
}

#headerTop {
	position: absolute;
	width: 515px;
	height: 90px;
	padding-top: 10px;
	top: 0px;
	left: 147px;
	background: url(oben.gif);
}

#headerLogo {
	position: absolute;
	top: 10px;
	left: 13px;
	width: 120px;
	height: 67px;
	background: url(ypslogo2.gif);
}

#printLogo {
	display: none;
}

.tonav {
	display: none;
}


/* footer */

#footer {
	position: relative;
	clear: left;
	width: 715px;
	padding-left: 35px;
	padding-bottom: 0px;
	text-align: left;
	background: none;
}

a.totop {
	text-decoration: none;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

span.totop {
	background: url(top.gif) no-repeat 0px 5px;
	padding-left: 20px;
	height: 20px;
	width: 60px;
	display: block;
}

div.counter {
	position: absolute;
	left: 147px;
	top: 0px;
	width: 515px;
	text-align: center;
}


/* navigation menu */

#navigation {
	float: left;
	width: 105px; /* 147px -13px -29px */
	padding: 0px;
	padding-bottom: 40px;
	margin-left: -737px; /* 170px -13px */
	list-style: none;
	background: none;
}

#navigation li {
	background: white;
	margin-top: 12px;
	margin-left: 0px;
	font-size: 13px;
	display: block;
	padding-bottom: 4px;
	float/**/:left; /* cure IE5.x "whitespace in lists" problem (but not for 5.01 because of other stange js bug) */
	width: 100%;
}


#navigation li ul li {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* menu body */

#navigation li ul {
	list-style: none;
	padding-left: 0px;
	display: block;
}

#navigation li a {
	padding: 2px;
	margin-bottom: 4px;
	text-align: center;
	background: #ff8800;
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#navigation li ul a {
	padding: 0px;
	padding-left:12px;
	margin: 0px;
	background: none;
	text-align: left;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
	display: block;
}

#navigation li ul a:hover {
	color: #aa0000;
	font-weight:bold;
}

#navigation li ul span {
	display: block;
	padding: 0px;
	padding-left:12px;
	color: #bbbbbb;
}

/* impressum */

#impressum {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 7.5pt;
	margin-top: 40px;
	margin-bottom: 15px;
}

#filedate {
	display: block;
}

#copyright {
	display: block;
}

#impressLink {
	display: block;
}

/* page formatting */

div.smallWidth {
	width: 450px;
}


/* text formatting */

a {
	color: #000099;
}
