* {
	margin: 0;
	padding: 0;

}

body {
	background-image: url(../gfx/base_body_bg.gif);
}
.shadow {
	-moz-box-shadow: 0px 0px 80px #111;
	-webkit-box-shadow: 0px 0px 80px #111;
	box-shadow: 0px 0px 80px #111;
}

h1, h2, h3, p, input, textarea, li, pre {
	font-family: Helvetica, Sans-serif;
	font-size: 9pt;
	color: white;
}

.content a {
	color: #F90;
}

.content a:hover {
	color: #FFF;
}

img {
	border: 0;
}

#base_center {
	width: 100%;
	height: 260px;
	
	margin-top: 15%;
	padding: 48px 0;
	
	background-image: url(../gfx/base_center_bg.png);
	background-repeat: repeat-x;
}

#center_content {
	width: 950px;
	margin: 0 auto;
}

#left {
	width: 180px;
	float: left;
	position:relative;
}

#center {
	width: 485px;
	float: left;
	margin-right: 15px;
	position:relative;
}

#right {
	width: 270px;
	float: right;
}

/*********/
/*	NAV  */
/*********/

#hot-topic {
	position:absolute;
	top: -50px;
	left:-30px;
	width:300px;	
}


ul#nav, ul#nav ul {
	list-style: none;
}

ul#nav li, ul#nav li ul li{
	margin: 8px 0;
}

ul#nav #n0 {
	margin-top: 17px;
}
ul#nav li, 
ul#nav li a,
#hot-topic,
#hot-topic a
{
	font-size: 10pt;
	line-height: 130%;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding-left: 25px;
	padding-right: 10px;
}
ul#nav li a{
	background-image: url(../gfx/navlist.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	}

ul#nav li a:hover
{
	color: #F90;
	background-position: left -18px;
	background-color: transparent;
}
#hot-topic a:hover,
#hot-topic a:active {color: #F90;}

ul#nav li a.active
{
	color: #F90;
}

#hot-topic a { background: url(../gfx/kalender.png) no-repeat left; padding-top:3px; padding-left:30px;}


/**********/
/*	TEXT  */
/**********/

h1 {
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: normal;
	margin: 27px 0 0;
}

h2 {
	font-size: 12pt;
	font-weight:normal;
	margin:14px 0 0;
}

p {
	line-height: 160%;
	margin: 10px 0;
}

.popup{
	display:none;
	background: white;
	position: absolute;
	color: black;
	top: -200px;
	left: -200px;
	padding: 10px 20px 30px;
	border: 1px solid black;
	width: 885px;
}
.popup p, .popup h1, .popup h2{color:black;}
.popup p {line-height:22px}
.textpopup-link{position:absolute; bottom: 4px; right:0px; font-family: Helvetica, Sans-serif; font-size:9pt;}
.textpopup-close{
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}
.textpopup-close.bottom{
	top:auto;
	bottom:10px;
}
/*************/
/*	CONTACT  */
/*************/

input, textarea {
	border: 0;
	color: #F90;
	background: #333;
	padding: 2px 5px;
}

input.name {
	width: 150px;
	margin-right: 5px;
}

input.email {
	width: 150px;
}

input.submit {

}

textarea {
	margin: 5px 0;
	width: 315px;
	height: 100px;
	padding: 5px;
}


label {
	display: block;
	float: left;
	width: 55px;
	color: #F90;
	
}
/*************/
/*	GALERIE  */
/*************/

.img {
	float: left;
	margin-bottom: 10px;
}

.img:hover {
	margin-bottom: 5px;
	border-bottom: 5px solid #F90;
}

.no1, .no2, .no4, .no5, .no7, .no8 {
	margin-right: 10px;
}

.no4, .no7 {
	clear: both;
}

.img a img {
	-moz-opacity:0.8;
	
}

.error {
	color: red;
}

#message_wrapper {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

#message {
	margin: 250px auto;
	width: 300px;
	padding: 25px;
	background-color: white;
	border: 1px solid black;
}

#message h3,
#message p {
	color: black;
}
