
/*############### DIV Structure #################### */
#spacer_top  {				/* Vertical center position */ 
	height					:	50%;
	width					:	100px;
	margin-bottom			:	-260px;
	float					:	left;
}

#outer_container {
	position				:	relative;
	margin					:	auto;	
	width					:	847px;
	height					: 	520px;
	clear					: 	left;
}

#main_content_part_container {		/* weiße Bereich */
	height					: 	476px;
	background-color		:	#FFFFFF;
}

#logo {
	width					:	175px;
	height					:	62px; 
}


/*#################### MAIN NAVIGATION ####################*/

#menu_container {
	position				:	absolute;
	left					:	175px;
	top						:	0px;
	width					:	646px;
	height					:	80px;
}

#menu_1 {
	margin-top				:	21px;
	text-align				:	right;
	/*border-bottom			: 1px dotted #A39591;*/
	height					:	18px;
	width					:	100%;
}

#sub_menu_portfolio {
	margin-top				:	-3px;
	text-align				:	right;
	/*border-bottom			: 1px dotted #A39591;*/
	height					:	18px;
	width					:	100%;
}

#menu_1_shortcut, #menu_1_shortcut_2 {
	margin-top				:	12px;
	text-align				:	right;
}


.nav_devider_margin_1 {
	margin-left				:	13px;
	margin-right			:	13px;
}

.nav_devider_margin {
	margin-left				:	8px;
	margin-right			:	8px;
}

.sub_nav_devider_margin {
	margin-left				:	2px;
	margin-right			:	2px;
}

a.menu_1_active, a.menu_1_active:active, a.menu_1_active:visited {
	color					:	#761B00;
}

a.roll_over_green {
	color					:	#9BC300;
}

.icon_arrow_l_navi {
	margin-right: 7px;						/* Abstand zur linken Schrift*/
}
/*#################### MAIN NAVIGATION END ####################*/

/*#################### Footer Meta NAVIGATION ####################*/

#meta_nav_container {
	position				:	absolute;
	top						:	486px;
	left					:	26px;
	width					:	799px;
	height					:	40px;
}

a.meta_nav_active, 
a.meta_nav_active:active, 
a.meta_nav_active:visited {
	color					:	#6B1F00;
}

#language {
	position				: 	absolute;
	left					:	0px;
	top						:	0px;
}

#meta_nav {
	position				: 	absolute;
	top						:	0px;
	left					:	359px;
	width					:	436px;	/* TBD */
	text-align				: 	right;
	/*border: 1px solid #000000; */
}

/*#################### Footer Meta NAVIGATION END ####################*/

/*############### DIV Structure END #################### */

.form_input {
	width					:	331px;
	height					:	22px;
}
.form_input_message {
	width					:	331px;
	height					:	66px;
}
.input_red {
	border: 1px solid #9BC300;
}


.form_td {
	width					:	104px;
	height					:	29px;
}

.submit_bt {
	border					:	0px solid #FFFFFF;
	background-color		:	#FFFFFF;
	font-size				:	1em;
}



input, textarea, select {
	border: 1px dotted #E0DCDA;
	background-color:#FAF8F8;
	font-size				:	1em;
	color					:	#9B8883;
}


