html
{
	font-family: Helvetica,Arial,sans-serif;
}

body
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #ffffff no-repeat center center fixed; 	
	background: -moz-linear-gradient(top, #ffffff, #dddddd) no-repeat center center fixed;
    background: -webkit-gradient(linear,left top, left bottom, from(#ffffff), to(#dddddd)) no-repeat center center fixed;				
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#dddddd', GradientType=0);
	padding:0;
	margin:0;
}

#header
{
	position:relative;
	width: 930px;
	height: 75px;
	margin:auto;
	margin-bottom: 50px;
	text-align:right;
}

#header img 
{
	margin-top:10px;
	cursor:pointer;
}

#main
{
	position:relative;
	width: 930px;
	margin:auto;
}

.boxed
{
	cursor: pointer;
}

.box_small, .box_big
{
	position:absolute;
	width:280px;
	margin:5px;
	box-shadow:1px 1px 3px #555555;
	border: 10px solid;
	border-top-width: 40px;
}

.box_small .img, .box_big .img
{
	position:absolute;
	left:0;
	bottom:0;
	width:280px;
	height:180px;
}

.box_small
{
	height:150px;
	float:left;
}

.box_small .refresh_img
{
	position:absolute;
	top:-35px;
	left:10px;
	cursor:pointer;
	z-index:99999;
}

.box_big
{
	height:360px;
	float:right;
}

.box_small h3, .box_big h3
{
	margin:0;
	position:absolute;
	bottom:2px;
	left:5px;
	color:#ffffff;
	z-index:99;
	text-shadow: -1px -1px 0px #777777;
}

.innerTags
{
	position:absolute;
	top:3px;
	bottom: 180px;
	left:5px;
	width:290px;
	font-size: 1.25em;
	font-weight:bolder;
	color: #a20b0b;
}

.innerTags img
{
	height:35px;
}

.innerTags ul
{
	margin: 10px 0 0 0;
	padding-left:20px;
}

.innerTags ul li
{
	padding: 10px 0;
}

.innerText
{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:300px;
	padding: 15px 20px;
	font-size:1.2em;
	margin:auto;
	color: #000000;
}

.innerText a
{
	color:#000000;
	font-size:1.2em;
}

#paging
{
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-142px;
}

#paging span
{
	background: #a23b0b;
	border:3px solid #a23b0b;
	padding: 0 5px;
	margin: 0 15px;
	cursor: pointer;
}

#paging span.active
{
	background: #ffffff;
}

#short_info
{
	position:absolute;
	bottom:15px;
	right: 10px;
	color: #777777;
	font-size:3em;
}

#short_info span
{
	opacity: 0.75;
	border-radius: 50px;
	border: 10px solid #777777;
	cursor: pointer;
}

#agb
{
	padding: 0 15px;
}

#impressum
{
	padding: 0 22px;
}

.modal_box
{
	position:absolute;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:100px;
	bottom:100px;
	background:#ffffff;
	overflow:auto;
	border:10px solid #000000;
	box-shadow:1px 1px 3px #333333;
	z-index:999;
}

.modal_box div
{
	position:fixed;
	top:78px;
	left:50%;
	width:620px;
	margin-left:-300px;
	z-index:9999;
	text-shadow: -1px -1px 0px #555555;
	background:#000000;
	color:#ffffff;
	text-align:center
}

.modal_box div h3
{
	margin:0;
	padding: 5px
}

.modal_box div img
{
	cursor:pointer;
	position:absolute;
	margin:0;
	top:1px;
	right:6px;
}

.modal_box p
{
	margin:5px 10px
}

.modal_box td,.modal_box th
{
	padding:5px;
}

.modal_box table ul
{
	margin:0;
}

#contactform
{

}

#contactform div
{
	clear:both;
	margin:8px 0;
}

#contactform label
{
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}

#contactform input
{
	border: 1px solid #000000;
	padding:5px;
	font-size:14px;
	color:#333;
	background:#eeeeee;
}

#contactform textarea
{
	border: 1px solid #000000;
	font-size:14px;
	padding: 5px;
	background:#eeeeee;
}

#contactform input[type = text],#contactform textarea
{
	width: 500px;
}

#contactform input[type = checkbox]
{
	margin-right:10px;
}

#contactform textarea.error,#contactform input.error
{
	border-color: #aa0000;
	background: #ffeeee;
	color: #ff0000;
}

#contactform input[type = submit]
{
	background: #a26b0b;
	font-weight:bolder;
	font-size:0.95em;
	color:#ffffff;
	border: 1px solid #000000;
	border-radius:5px;
	margin-top: 5px;
}

.referenceDiv
{
	border: 3px solid #a23b0b;
	margin: 30px auto 0;
	width: 570px;
	padding: 5px;
}