html {
	height:100%;
	}

body {
	background-color: #360000;
	background-image: url(../images/head_x_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#page950 {
	width:985px;
}

/* Page Definition */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#head {
	width:985px;
	height:239px;
}

#header {
	width:985px;
	height:199px;
}

#Navigation {
	width:825px;
	height:25px;
	margin:15px 0px 0px 160px;
}

#Main {
	width:985px;
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}

#left {
	width:119px;
	height:365px;
	background-image: url(../images/pillar_left_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

#Content {
	width:669px;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding: 40px 40px 20px 40px;
	background-image: url(../images/content_x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
}

#right {
	width:117px;
	height:365px;
	_margin-right:-3px;
	background-image: url(../images/pillar_right_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

#bottom {
	width:985px;
	height:68px;
}

#bottomLeft {
	width:119px;
	float:left;
}

#bottomMiddle {
	width:749px;
	float:left;
}

#bottomRight {
	width:117px;
	float:left;
}

/* ------------------------------------------------------------------------------------------------------ */ 



/* Navigation */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#nav1 {
	width:825px;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	float:left;
}

#nav1 li {
	font:bold 12px Arial, Helvetica, Sans;
	line-height:12px;
	list-style: none;
	margin:0px;
	float:left;
}

#nav1 li a, #nav1 li a:link, #nav1 li a:visited {
	color:#ff9449;
	text-decoration:none;
	padding:0px 7px 0px 7px;
	border-left:solid 1px #ff9449;
	display:block;
}

#nav1 li a:hover {
	color:#ffffff;
}

#nav2 {
	width:477px;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	float:left;
}

#nav2 li {
	font:bold 12px Arial, Helvetica, Sans;
	line-height:12px;
	list-style: none;
	margin:0px;
	float:left;
}

#nav2 li a, #nav2 li a:link, #nav2 li a:visited {
	color:#db713d;
	text-decoration:none;
	padding:1px 7px 1px 7px;
	border-left:solid 1px #db713d;
	display:block;
}

#nav2 li a:hover {
	color:#ffffff;
}

.aktiv1 {
	color:#ffffff;
}

.aktiv2 {
	color:#ffffff;
}
/* ------------------------------------------------------------------------------------------------------ */ 



/* Content */
/* ------------------------------------------------------------------------------------------------------ */ 
.Content h1 {
	font:normal 18px Arial, Helvetica, sans;
	font-weight: bold;
	color:#ffffff;
	margin:0px 0px 10px 0px;
}

.Content h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ff9449;
	margin:5px 0px 8px 0px;
}

.Content h3 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff9449;
	margin:3px 0px 5px 0px;
}

.Content p { 
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#ffffff;
	margin:0px 0px 8px 0px;
}

.Content td { 
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#ffffff;
}

.Content a, .Content a:link, .Content a:visited {
	color:#ff9449;
	text-decoration: none;
}

.Content a:hover {
	text-decoration:underline;
}


.Content ul { 
	font:normal 12px Arial, Helvetica, Sans;
	line-height:16px;
	color:#ffffff;
	margin:0px 0px 12px 15px;
}

.Content li, .Content li a, .Content li a:link, .Content li a:visited {
	color:#ffffff;
	list-style:square;
	margin:0px 0px 2px 0px;
}

.Content li a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Formular */
/* ------------------------------------------------------------------------------------------------------ */ 
input, textarea, select {
/*	height:14px;*/
/*	width:400px;*/
	font:normal 12px Arial, Helvetica, sans-serif;
	border:solid 1px #3f3f3f;
	background:#ffffff;
	padding:3px;
	margin:3px 0px 3px 0px;
}

.startbutton {
	font-size:18px;
	font-weight:bold; 
	color:#FFF;
	padding:15px;
	margin:30px 20px 0px 0px; 
	border:solid 1px #ffffff;
	cursor:hand;	
}

.formfieldInputMessage {
	height:80px;
	width:400px;
	border:solid 1px #58585a;
	background:#000000;
}

.formfieldInputCapatcha {
	height:14px;
	width:20px;
	border:solid 1px #d0c7c7;
	background:#000000;
	padding:2px;
	margin:0px 0px 3px 0px;
}

.formfieldSubmit {
	height:20px;
	width:20px;
	padding:2px;
	border:solid 1px #d0c7c7;
	background:#000000;
	margin:0px 0px 2px 0px;
}

.formfieldSelect {
	border:solid 1px #000000;
}

.formfieldCheckbox {
	border:none;
}

.formfieldError {
	color:#eb6a0b;
}
/* ------------------------------------------------------------------------------------------------------ */ 

