/*  (c) js@designverign.de
 *  autor: Jens Enkhardt
 *  info: main_left_left CSS definitions for dv website
 * 
 */
 
div#lang_select {
  position:relative;
	width:290px;
	height:114px;
}
div#lang_select a,
div#lang_select a.english,
div#lang_select a.german {
	margin:0px;
	padding:0px;
	position:absolute;
	display:block;
	right:-1px;
	bottom:0px;
        width:193px;
	height:99px;
	background:url(../img/language/english.png) right bottom;
	cursor:pointer;
} div#lang_select a.german {
	background:url(../img/language/german.png) right bottom;
}

div#yellow_note {
	margin:0px;
	padding:0px;
	width:290px;
	height:610px;
	background:url(../img/background/home_photos.png) right top no-repeat;
	position:relative;
}
div#yellow_note div#yellow_note_text {
  position:absolute;
	top:77px;
	left:72px;
	width:181px;
	height:193px;
	margin:0px;
	padding:0px;
}
div#yellow_note div#yellow_note_text h1 {
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#434343;
	line-height:normal;
	margin:0px 0px 10px 0px;
}
div#yellow_note div#yellow_note_text div {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#434343;
	line-height:13px;
}

/* - - - page 1 styles - - - */
div#area_menu2,
div#area_menu2_page2 {
	width:290px;
	height:732px;
	background:url(../img/background/briefcase_left.png) no-repeat;
	margin:17px 0px 0px 0px;
}
div#area_menu2_page2 {
	margin:14px 0px 0px 0px;
  background:url(../img/background/briefcase_left_page2.png) no-repeat;
}


div#area_menu2 ul,
div#area_menu2_page2 ul {
	margin:0px;
	position:absolute;
	top:130px;
	left:64px;
	z-index:2;
	
}
div#area_menu2 ul li,
div#area_menu2_page2 ul li {
	margin:0px;
	list-style:none;
}
