/* CSS Document */

body,html {

	margin:0px;
	padding:0px;
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
}


/* start construction */

#container {
	background:url('../images/header_blue.gif') top left repeat-x scroll;
	height:270px;
}

#wrapper {
	width:850px;
	margin:0px auto;
	padding:0px 0px 20px 0px;
}

#header {
margin:0 0 0 0;
}
#favorits {
position:absolute;
top:-15px;
right:0;
padding:5px 10px 0px 10px;
text-align:center;
color:#fff;
background: url('../images/blackbg.png');
border-top:0px;
-moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px;
}
.divDescription {
width:200px;
background: url('../images/blackbg.png');
position:absolute;
z-index:10;
padding:5px;
border:0px solid #C16AD6;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color:#fff;
}
.divDescription span {
font-weight:bold;
color:#C16AD6;
}
.divDescription_arrow {
position:fixed;
margin:0 0 0 100px;
z-index:11;
}

/* Logo div */

#logo_div {
float:left;
height:60px;
width:auto;
padding:10px;
text-align:center;
background: url('../images/blackbg.png');
}
#logo_div a{
color:#fff;
text-decoration:none;
}

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

/* top menu */

ul#top_menu {
	float: right;
	height: 50px;
	background: url('../images/nav_separator.png') no-repeat 0 0;
	padding-left: 2px;
	margin: 0;
}

ul#top_menu li,
ul#top_menu li a {
	display: block;
	float: left;
	line-height: 12px;
}

ul#top_menu li {
	background: url('../images/nav_separator.png') no-repeat right 0;
	padding-left: 0;
	padding-right: 2px;
	height: 50px;
	position: relative;
}

ul#top_menu li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #787878;
	padding: 19px 25px 19px 25px;
	background: none;
	outline: none;
}

	ul#top_menu li.active a {
		color: #3c9b8d;
	}
ul#top_menu li:hover a,
ul#top_menu li.over a {
	color: #353535;
}




/* footer */

#abs_footer {
	position:absolute;
	bottom:0px;
	width:850px;
	height:80px;
	margin:0px auto;
}

#twitter {
	background: url('../uploads/media/twitter-small.png') no-repeat 0 0;
	color:#FFFFFF;
	font-size:0.8em;
	height:53px;
	margin:0 auto;
}

#twitter li:first-child a { padding:3px; color:#FFFFFF; }

#twitter a { background: #C16AD6; padding:3px; color:#FFFFFF; }
#twitter a:hover { padding:4px; color:#FFFFFF; }

#twitter ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

#twitter ul a { background: none; }


/* start slider */
.slider {
	margin: 0 0 10px 0;
	padding:10px;
	background-image:url('../images/blackbg.png');
	z-index:0;
	height:357px;
}

.slider img {
	width:520px;
	margin:10px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}
.ft-title {
padding:5px;
width:510px;
font-size:16px;
}
.ft-prev {
	margin-left:5px;
	padding:0 5px;
	background:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ft-next {
	margin-right:5px;
	padding:0 5px;
	background:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

/* Content */
#content {
	position:relative;
	top:40px;
	
}
#content h2 {
color:#5AA12D;
margin:15px 0 10px 0px;
}

#content .ramme {
	padding:7px;
}

body a {
color:#C16AD6;
text-decoration:none;
}

h3 {
display:block;
border-bottom:2px solid #C16AD6;
padding:0 0 5px 0;
margin:0 0 10px 0;
}

.content pre table {
	border:1px solid #fff;
	padding:0px;
	margin:0px;
}

/* widgets */

#datepicker {
float:right;
}