/* CSS RESET */

html, body, div, span, object, iframe,
p, blockquote, pre, ol, ul, li,
abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd,
fieldset, form, label, legend, p,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-family: Andale, serif;
	color:#00000;
}

p {
	line-height: 1.3 em;
	font-weight: 100;
}

div#content p {
	margin-bottom: 0.5em;
}

ol, ul, li {
	list-style-position: outside;
	list-style-type: disc;
	line-
}

#content ul li {
	list-style-type:square;
	list-style-position: inside;
	margin-left: 10px;
}


body {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

a img { 
	border: none;
}

/* ÜBERSCHRIFTEN & TEXT */

h1,h2,h3,h4,h6 {
	color:#FFFFFF;
	font-family:  "Trebuchet MS", Helvetica, Arial, sans-serif;
	page-break-before: auto;	
	overflow: hidden;
}

h1 {
	font-size:32px;
	font-weight:normal;
	text-align:right;
	line-height: 0.8em;
	color: #FFF;
	font-weight:bold;
}

h2 {
	font-size:18px;
	page-break-before: auto;
	page-break-after: auto;
	line-height: 20px;
}

h3 {
	font-size:12px;
	page-break-before: auto;
	page-break-after: auto;
	line-height: 20px;
	
}

h4 {
	font-size:11px;
	page-break-before: auto;
	page-break-after: auto;
}
h6 {
	font-size:16px;
	page-break-before: auto;
	page-break-after: auto;
	line-height: 20px;
	letter-spacing: 0.21em;
}







/* LINKS */


div#navi ul li	 {
		display:inline;
}		

div#navi ul li a, #slogan {
	text-decoration:none;
	color:#000;
	background-color:#FFF;
	font-style:italic;
	font-weight:normal;

}
	
div#navi ul li a.active {
}
				
div#navi ul li a:hover {
	color:#0cf;
}

			
a:link {
	color:#FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFF;
	text-decoration:none;
}

a:active {
	background-color:#FFFFFF;
}



/* DIV TAGS */

/* WRAPPER*/

#wrapper {
	height:300px;
	width: 600px;
	margin-top: -150px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 50%;
	float: none;
	overflow:hidden;
	text
}
#rzprk {
	height:200px;
	width: 600px;
	position: relative;
	float:left;
	overflow:hidden;
}



/* DIV CONTENT */

#navi, slogan {
	margin-top: 10px;
	position: relative;
	float: right;
	overflow:hidden;
}
#address {
	margin-top: 30px;
	height: auto;
	width: 310px;
	position:relative;
	float: left;
	overflow:hidden;
}

#content {
	margin-left: 320px;
	margin-top: 10px;
	height: 340px;
	width: 630px;
	position: absolute;
	float: right;
	overflow: auto;
}

#linenavitop {
	height: 10px;
	width: 310px;
	position: absolute;
	float: left;
	overflow:hidden;
	background-image: url(alpha/fileadmin/pororoca/line.gif);
	background-repeat: repeat-x;
}

#linenavibottom {
	margin-top: 360px;
	height: 10px;
	width: 310px;
	position: absolute;
	float: left;
	overflow:hidden;
	background-image: url(alpha/fileadmin/pororoca/line.gif);
	background-repeat: repeat-x;
	background-position:top;
}

#linecontenttop {
	margin-left: 320px;
	height: 10px;
	width: 630px;
	position: absolute;
	float: left;
	overflow:hidden;
	background-image: url(alpha/fileadmin/pororoca/line.gif);
	background-repeat: repeat-x;
}
#linecontentbottom {
	margin-left: 320px;
	margin-top:	360px;
	height: 10px;
	width: 630px;
	position: absolute;
	float: left;
	overflow:hidden;
	background-image: url(alpha/fileadmin/pororoca/line.gif);
	background-repeat: repeat-x;
}

/* DIV FOOTER */

#copyright {
	height: 20px;
	width: 310px;
	position: absolute;
	float:left;
	overflow:hidden;
}

#rootline {
	margin-left: 320px;
	height:20px;
	width:630px;
	position: absolute;
	float:left;
	overflow:hidden;
}


