@charset "utf-8";
/* CSS Document */

html
{
	margin:0;
	padding:0;
	height:100%;
}

body
{
	width:1024px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#CCCCCC;
	background:#000000;
	height:100%;
}

div#banner_head
{
	position:relative;
	float:none;
	top:0px;
	left:216px;
	background:url(../images/banner_head.jpg);
	width:586px;
	height:124px;
}

div#container
{
	position:relative;
	float:left;
	background:url(../images/background.gif) repeat-y left top #000000;
	width:1024px;
	margin-bottom:0px;
	bottom:0px;
	min-height:100%;
}

div#content
{
	position:relative;
	float:none;
	top:10px;
	left:216px;
	width:572px;
	padding:6px;
	/*max-height:500px;
	height:500px;
	overflow:auto;*/
	
	/*background-color:#FF0000;*/
	background:url(../images/logo_wolf.gif) no-repeat top;
}

div#js_alert
{
	border:4px solid #990000;
	background: #FF3300;
	width:50%;
}

div#service_navigation
{
	position:relative;
	float:left;
	padding:6px;
	left:216px;
	width:572px;
	height:30px;
	border-top:dashed 1px #666666;
}

/* LINKS*/

a
{
	color:#CCCCCC;
}

a:hover
{
	color:#999999;
}

/* INHALTE - ARTIKEL_LISTE*/

a.link_more
{
	text-decoration:none;
}
a.link_gallery
{
	text-decoration:none;
}

div.article
{
	float:left;
	width:100%;
	margin-bottom:30px;
}

div.article_intro
{
	margin-bottom:30px;
}

div.article_line
{
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	padding-bottom:2px;
	width:80%;
}

div.jump_navi
{
	margin-bottom:30px;
}

h1
{
	font-size:12pt;
}

h2
{
	font-size:11pt;
}

img.article_image
{
	float:left;
	padding:0px 10px 5px 0px;
}

/* INHALTE - ANMELDEFORMULAR*/

table.formular
{
	font-size:9px;
	background-color:#333333;
	border:#ffffff solid 1px;
	margin-bottom:10px;
	width:95%;
}

table.formular tr td input
{
	width:130px;
}

table.formular tr td input.datum
{
	width:80px;
}

table.formular tr td input.radio
{
	width:20px;
}

table.formular tr td input.short
{
	width:40px;
}

table.formular tr td input.upload
{
	width:240px;
}

table.formular tr td select
{
	width:150px;
}

/* INHALTE - Banner-Liste*/
img.banner_image
{
	padding: 0 10px 5px 0;
}

/* INHALTE - Galerie*/

div.cell
{
	float:left;
	width:110px;
	height:100px;
}