@charset "UTF-8";
/* (c) marijoy majometano // www.majometano.com */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg.gif) #ffffff repeat;
}

p {
	line-height: 2.5em;
}

#wrap {
	background-color: transparent;
	position: relative;
	margin: 70px 80px 20px auto;
	width: 765px;
}

#wrap_mov {
	background-color: transparent;
	position: absolute;
	width: 80%;
	margin: auto 20%;
}

#header {
	margin-left: 165px;
	margin-bottom: 10px;
}

#nav1, #nav2, #nav3, #nav4 {
	width: 141px;
	background-color: #ffffff;
	position: relative;
	font: 10px/1.4em "Andale Mono", "OCR A Extended", "Lucida Sans Typewriter", Georgia, mono;
	text-transform: uppercase;
	text-align: right;
	padding: 4px;
	position: relative;
	border-bottom: 1px solid #000000;
}

#nav_title {
	width: 146px;
	position: relative;
	z-index: 200;
}

#content {
	float: right;
	margin-left: 164px;
	padding: 4px;
	width: 560px;
	background-color: #ffffff;
	position: absolute;
	font: 10px/1.4em "Andale Mono", "OCR A Extended", "Lucida Sans Typewriter", Georgia, mono;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}

#footer {
	margin-top: 4px;
	padding-bottom: 50px;
	position: absolute;
	width: 565px;
	background: url(img/nav_impressum.jpg) no-repeat 100% 0;
	color: transparent;
}

#footer a:link, #footer a:visited {
	color: transparent;
}

b, strong {
	font-weight: bold;
	color: #ff3366;
	text-transform: uppercase;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #007575;
	text-decoration: none;
}

#nav1 a:link, #nav1 a:visited, #nav2 a:link, #nav2 a:visited, #nav3 a:link, #nav3 a:visited, #nav4 a:link, #nav4 a:visited {
	color: #333333;
	text-decoration: none;
}

#nav1 a:hover, #nav1 a:active, #nav2 a:hover, #nav2 a:active, #nav3 a:hover, #nav3 a:active, #nav4 a:hover, #nav4 a:active {
	color: #ff3366;
	text-decoration: none;
}

h1 {
	font: 1.6em//1.4em "Andale Mono", "OCR A Extended", "Lucida Sans Typewriter", Georgia, mono;
	text-transform: uppercase;
	padding-top: 4px;
	color: #ff4466;
}

.ppic {
	float: right;
	margin: 5px;
	padding: 10px;
}

.blackbox {
	background-color: #ffffff;
	width: 560px;
	text-align: center;
}
