*
{
	padding: 0;
	margin: 0;
}

html { 
	background: url(../images/bg.jpg) repeat; 
}

a:link, a:visited
{
	color: white;
}

a:hover, a:active, a:focus
{
	color: grey;
}

body
{
	font-family:ABeeZee;
	font-size:14px;
	line-height:150%;
}

h1
{
	font-size: 185%;
	margin-top: 40px;
	color: lightgrey;
	float: left;
}

#galleryLink
{
	color: lightgrey;
	font-size: 150%;
	text-decoration: none;
	position:absolute;
	top:250px;
}

#galleryLink:hover
{
	color: white;
}

#header
{
	background: url('../images/headerbg.png') repeat-x;
	margin-top: 20px;
}

#header_right
{
	float: right;
}

#header_right img
{
	height: 100px;
	width: 100px;
	padding-right: 20px;
}

#header_right #galleryLink
{
	text-align: center;
	display: none;
	position: absolute;
	top: 50px;
	right: 130px;
	padding: 10px;
}

#header_left_img
{
	position: absolute;
	top: 45px;
	left: 2px;
	width: 150px;
	height: 140px;
}

#content
{
	margin: -50px 0 0 200px;
	width: 750px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: rgba(5, 36, 83, 0.75);
	color: lightgray;
	box-shadow: 4px 4px 20px 0px rgb(5, 36, 83);
	/*font-weight: bold;*/
	font-size: 17px;
	text-align: center;
}

#impressum
{
	text-align:center; 
	margin: 5px;
	padding: 2px;
	/*font-weight: bold;*/
	background: rgba(255, 255, 255, 0.25);
}

li
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
}

#image
{
	width: 260px;
	margin-top: -20px;
	margin-bottom: 20px;
}

ul {
	list-style-type:none;
	padding: 20px;
}

div.row {
  position: relative;
  width: 600px;
  margin: 10px auto;
}

div.row div.scrollable
{
	width: 540px;
	margin: 0 auto;
	overflow: hidden;
	height: 105px;
}

div.row strong
{
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 10px;
	display: block;
}

ul.slider {
  display: block;
  width: 1500px;
  height: 105px;
  list-style: none;
  padding: 0;
}

.slider li {
  display: block;
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
}

.slider img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.slider img:hover {
  filter:alpha(opacity=50);
  opacity: 0.5;
}	

a.backward, a.forward
{
	background-image: url('../images/slider_sprites.png');
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	top: 50px;
}

a.forward
{
	right: 0;
}

a.forward:hover
{
	background-position: 0 26px;
}

a.backward:hover
{
	background-position: 26px 26px;
}

a.backward
{
	background-position: 26px 0;
	left: 0;
}

/**
** CLEARFIX
**/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}