/* page layout */

* {
	font-size: 10pt;
	font-family: sans-serif;
}

body {
	margin:0;
	padding:0;
	font-size: 10pt;
	max-width: 420px;
	background: url(background.png);
}


/* content area */

/* header */

#header {
	position: relative;
	width: 100%;
	height: 25px;
	background: url(border.png);
}

#headerLeft:after {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: white;
	margin-left: 43px;
	margin-top: 2px;
}

#headerLeft:after {
	content: "YPS Fanpage";
	
}

#headerRight {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
}


a.tonav {
	text-decoration: none;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	display: block;
}

span.tonav {
	text-align: left;
	background: url(nav.gif) no-repeat 0px 7px;
	padding-left: 20px;
	padding-right: 10px;
	width: auto;
	padding-top: 3px;
	height: 22px;
	display: block;
}

#headerTop {
	display: none;
}

#headerLogo {
	position: absolute;
	left: 2px;
	top: 0px;
	width: 37px;
	height: 21px;
	background: url(logo.png);
	}

#printLogo {
	display: none;
}

#title {
	display: none;
}

#description {
	display: none;
}

/* footer */

#footer {
	position: relative;
	clear: left;
	padding-bottom: 0px;
	text-align: left;
	margin: 0 auto;
	width: 100px;
}

a.totop {
	text-decoration: none;
	color: #000000;
	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 {
	display: none;
}

/* navigation area */

#navigation {
	display: block;
	padding: 0px;
}

#navigation li {
	list-style: none;
	display: block;
	background: white;
	border-top: 1px solid black;
	margin-top: 10px;
	clear: both;
}

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

#navigation li ul {
	display: block;
}

#navigation li ul li {
	list-style: none;
	display: inline;
	border: 0px;
}

#navigation li ul li a {
	display: inline;
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
	background: none;
	font-weight: normal;
	text-decoration: underline;
	color: #000099;
	width: auto;
	float: none;
}

#impress {
	visibility: hidden;
	height: 0px;
}

#navigation li ul li span {
	display: none;
}

/* impressum */

#impressum {
	position: relative;
	width: 100%;
	border-bottom: 1pt dashed black;
	margin-top: 20px;
	margin-bottom: 10px;
}

#filedate {
	font-size: x-small;
	display: block;
	width: 48%;
	float: right;
	text-align: right;
}

#copyright {
	font-size: x-small;
	display: block;
	width: 52%;
	float: left;
	text-align: left;
}


#impressLink {
	clear: both;
	display: block;
	height: 1px;
	font-size: 1pt;
	background: green;
	visibility: hidden;
}

/* page formatting */

/* text formatting */

a {
	color: #000099;
}

h1 {
	padding-bottom: 20px;
}
