/*--------------------------------------------------------------------------------------
 	 viwedis (c) 2010
--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------
	allgemeine Einstellugen
--------------------------------------------------------------------------------------*/

	* { margin:0; padding:0; font-size: 100%; } 
	html { 	height: 101%;}
	
	body {

		height: 101%;
		font-family: "Century Gothic", Verdana, sans-serif;
		font-size: 14px;
		text-align: center;
		color: #707172;
		background-color: #FFF;		
	}

	img { border: 0px solid #bcbe00 } 
	A:focus { outline: 0px; }
	
	a:link, a:active, a:visited {
		color: #707172;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {color: #e6ae12; }

/*--------------------------------------------------------------------------------------
	Gesamter Seitenaufbau
--------------------------------------------------------------------------------------*/

	#page_container {
	
		width: 900px;
		height: 100%;
		margin: 0px auto;
		text-align:left;
		background-color: #faefd5;
		position: relative;
	}
	#header {
		
		width: 100%;
		height:164px;
		background-image: url("../images/header.gif");
		background-repeat: no-repeat;
		position: relative;
	}
	#content{ 
		border-top: 12px solid #FFF;
		width: 100%;
		position: relative;
		background-color: #faefd5;
	}
	#content_left {
		float: left;
		padding: 14px;
		width: 272px;
	}
	#content_right {
		float: right;
		padding: 14px;
		width: 572px;
	}
	#footer {
		clear: both;
		background-color: #faefd5;
		height: 1px;
	}

/*--------------------------------------------------------------------------------------
	Sub-Navigation
--------------------------------------------------------------------------------------*/
	#sub_navi {
		position: absolute;
		top: 120px;
		right: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	a:link.active,
	a:visited.active,
	a:active.active {
		color: #e6ae12;
	}
	
	.home_link {
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 274px;
		height: 150px;
	}
	

/*--------------------------------------------------------------------------------------
	Navigation
--------------------------------------------------------------------------------------*/

	#navigation_box {
		width: 100%;
		height: 176px;
		background-color: #0064ad;
	}

	#navigation_box A:link,
	#navigation_box A:active,
	#navigation_box A:visited {
		color: #fff;
		font-size: 16px;
		display: block;
		width: 300px;
		height: 88px;
		float: left; 
	}
	.nav_selected {
		background-position: 0px -88px; 
	}
	
	
	#navigation_box A:hover {
		color: #FFF;
		background-color: #bcbe00;
		background-position: 0px -88px;
	}
	
	
	

/*--------------------------------------------------------------------------------------
	Sonstiges
--------------------------------------------------------------------------------------*/
	
	#content UL {
		list-style-type: disc;
		margin-left: 14px;
	}
	#content UL LI {
		padding-left: 10px;

	}
	H1 {
		font-size: 18px;
		font-weight: bold;
		color: #e6ae12;
	}
	H2 {
		font-size: 14px;
		font-weight: bold;
		color: #e6ae12;
		line-height: 1.5;
	}
	P {
		font-size: 14px;
		line-height: 1.5;
	}
	
	/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:14px;
}
#contactForm .contactRow {
	margin-bottom: 4px;
}
#contactForm label {
	display: block;
	margin-bottom: 4px;

}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #e6ae12;
	padding: 3px;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
	width:500px;
	color: #707172;
}
#contactForm .contactRow input {
	
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:14px;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
	width:500px;
	color: #707172;
}
#contactFormSubmit {
	width: 500px;
	}
#contactFormSubmit #contactFormSubmitLeft {
	float:left;
}

#contactFormSubmit #contactFormSubmitRight {
	float: right;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	width:auto;
	cursor: pointer;
	height:auto;
	border: 0px;
	margin:0;
	background-color: #faefd5;
	color: #707172;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
}

