@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	font-size: 14px;
}

#submit_button {
	float: right;
}


#container { width: 770px; margin: 34px auto; }
	#intro_mood { background:url(../images/intro_mood.jpg) no-repeat; height: 268px; padding: 17px; }
		#links_top { text-align:right; }
			#intro_mood #links_top a { font-weight:bold; color: #fff; text-decoration: none; }
			#intro_mood #links_top a:hover { text-decoration: underline; }
		#intro_mood h1, #claim h1, #claim h2 { text-indent: -9000px; padding:0; margin:0; }
	.claim_de { height:80px; background:url(../images/intro_claim_de.gif) top right no-repeat; }
	.claim_en { height:80px; background:url(../images/intro_claim_en.gif) top right no-repeat; }
	.claim_tr { height:80px; background:url(../images/intro_claim_tr.gif) top right no-repeat; }
		
	#options { height:138px; border-bottom: 1px solid #b3b3b3; font-size: 11px; padding-left: 490px; }
		#options h3 { font-size: 14px; line-height: 14px; margin-bottom: 5px;  }
		#opt_box1 { width: 132px; float: left; margin-right: 3px; }
		#opt_box2 { width: 132px; float: left; margin-right: 3px; }
		#opt_box3 { width:264px; clear:both; padding-top: 3px;  }
			#options select { width: 100%; }
			#opt_box3 label { float:left; width: 190px; }
			#opt_box3 #submit_button { background:#003899; border: 1px solid #003899; width: 59px; color: #fff; font-size: 11px; margin-top:2px; }
	#footer a { color: #b3b3b3; font-size: 11px; text-decoration: none; }
	#footer a:hover { text-decoration: underline; }
