@charset "utf-8";

/* CSS Document */
* {
	margin: 				0px;
	padding:				0px;
}
ul, ol, dl {
	margin: 				0 0 1em 1em
}
li {
	margin-bottom:			0.6em;
	margin-left: 			0.5em;
	line-height: 			1.5em;
}
html {
	height:					100%;
	width:					100%;
}
body {
	background-color:		#ffffff;
	background-image:   	url(../images/HG.gif);
	background-repeat:		repeat-x;
	font-style:				normal;
	font-weight:			normal;
	font-family:			Verdana;
	color:					#666666;
	font-size:				11px;
	line-height:			18px;
	height:					100%;
	width:					100%;
}


/* Top Area */
#top_container {
	width:					1080px;
	margin:					auto;
	height:					auto;
	overflow:				hidden;
}

#top_row {
	width:					900px;
	margin:					auto;
	padding-left:			12px;
	padding-right:			12px;
	height:					auto;
	overflow:				hidden;
}

#top_left_column{
	width:					630px;
	padding-top:			148px;
	float:					left;
	margin:					0px;
}

#navigation {
	height:					26px;
	float:					left;
	line-height:			26px;
	display:				block;
}

.navigation_item {
	height:					26px;
	width:					143px;
	font-family:			Arial;
	color:					#666666;
	font-size:				13px;
	line-height:			26px;
	position:				absolute;
	padding-left:			20px;
	cursor:					pointer;
}

#pics {
	clear:					both;
	display:				block;
	padding-top:			15px;
	width:					600px;
}

.pics_top {
	height:					250px;
	margin-right:			15px;
}

#top_right_column {
	width:					250px;
	margin-left:			0px;
	padding-right:			20px;
	float:					right;
	background-image:		url(../images/Logo.gif);
	background-repeat:		no-repeat;
	background-position: 	0px 41px;
	height:					278px;
	padding-top:			190px;
}

#small-logo {
	width:				26px;
	height:				26px;
	border:				0px none;
	margin-left:		15px;
	margin-bottom:		5px;
	display:			block;
}

#logo-footer {
	width:				26px;
	height:				26px;
	border:				0px none;
}

/* Main Content Area */
#bottom_container {
	clear:					both;	
	width:					1080px;
	margin:					auto;
	height:					auto;
	overflow:				hidden;
}

#left_backing {
	background-image:		url(../images/verlauf-links.gif);
	background-repeat:		no-repeat;
	background-position: 	top left;
	width:					78px;
	height:					314px;
	float:					left;
}

#content_left_column {
	padding-top:			45px;
	margin-left:			32px;
	width:					562px;
	min-height:				314px;
	float:					left;
	height:					auto;
}

#content_right_column {
	padding-top:			45px;
	margin-left:			48px;
	padding-right:			20px;
	width:					250px;
	min-height:				314px;
	float:					left;
	height:					auto;
}

#right_backing {
	margin-left:			12px;
	background-image:		url(../images/verlauf-rechts.gif);
	background-repeat:		no-repeat;
	background-position: 	top left;
	width:					78px;
	height:					314px;
	float:					left;
}

/* Footer Area */
#footer_container {
	clear:					both;
	width:					860px;
	margin:					auto;
	margin-top:				30px;
	padding-bottom:			15px;
	border-top:				1px solid #E5E5E5;	
	padding-top:			18px;
	font-family:			Arial;
	color:					#afafaf;
	font-size:				12px;
	line-height:			15px;	
}

/* Elements */
h1 {
	font-family:			Arial;
	color:					#B1001F;
	font-size:				21px;
	line-height:			28px;		
	font-style:				normal;
	font-weight:			normal;	
}
h2 {
	font-family:			Arial;
	color:					#CC6600;
	font-size:				14px;
	line-height:			20px;		
	font-style:				normal;
	font-weight:			normal;	
}
h3 {
	font-family:			Arial;
	color:					#ffffff;
	font-size:				15px;
	line-height:			28px;
	font-style:				normal;
	font-weight:			normal;
}

h4 {
	font-family:			Verdana;
	color:					#333333;
	font-size:				11px;
	line-height:			18px;
	font-style:				normal;
	font-weight:			normal;
	display:				inline;
}
h1.inliner {
	font-family:			Arial;
	color:					#B1001F;
	font-size:				21px;
	line-height:			28px;		
	font-style:				normal;
	font-weight:			normal;	
	display:				inline;
}

a.navi
{
  	text-decoration:		none;
	color:					#666666;
}

a.navi_active
{
  	text-decoration:		none;
	color:					#ffffff;
}

a.footer
{
  	text-decoration:		none;
	color:					#afafaf;
}

a.footer:hover
{
	color:					#999999;
}

a.thickbox
{
  	text-decoration:		none;
	color:					#afafaf;
}

a.thickbox:hover
{
	color:					#999999;
}

a.normallink {
  	text-decoration:		none;
	color:					#000000;	
	font-family:			Verdana;
	font-size:				11px;
	line-height:			18px;
}

a.normallink:hover {
	color:					#999999;	
}

p {
	margin-top:				20px;	
} 

ul {
	list-style-image: 		url(../images/list_item.png); 
}

hr {
	display:				block;
	height: 				1px;
	color: 					#E5E5E5;
	background-color: 		#E5E5E5;
	border: 				none;
	margin-top:				15px;
	margin-bottom:			15px;
}

span.jobs{
	cursor:					pointer;
}

.inline-edit {
	background-color:		#eeeeee;	
}

.inline-edit_area {
	background-color:		#eeeeee;	
}

/* Input Elemments in Admin Arrea */
input.new {
	width: 					500px;
	border-top: 			0px none;
	border-left: 			0px none;
	border-right: 			0px none;
	border-bottom: 			2px solid #B1001F;
	background-color:		#eeeeee;
	margin-bottom:			15px;	
}
textarea.new {
	height:					70px;
	width: 					500px;
	border-top: 			0px none;
	border-left: 			0px none;
	border-right: 			0px none;
	border-bottom: 			2px solid #B1001F;
	background-color:		#eeeeee;
	scrollbar-face-color: 	#a1a1a1;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #dddddd;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #000000;
	margin-bottom:			15px;
}

input.button {
	border: 				1px solid #B1001F;
	background-color:		#ffffff;
	width: 					160px;
	cursor:					pointer;	
}
button {
	border: 				1px solid #B1001F;
	background-color:		#ffffff;
	width: 					80px;
	height:					21px;
	line-height:			21px;
	cursor:					pointer;
}
ins {
	text-decoration:none;
}

#content_1 p, #content_2 p, #content_3 p, #content_4 p {margin-top: 0px;}