@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/_global/site_bg.jpg) repeat-x #b9c3b3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin:0px;
	padding:0px;
	border:0px;
}
#container{ 		width:800px; height:auto; margin:auto; position:relative; }

#logo{ 				width:154px; height:106px; position:absolute; left:0px; top:0px; }

#navi{  			position:absolute; height:30px; width:690px; background:url(../images/_global/navi_bg.jpg) repeat-x; top:90px; left:100px; }

#navi_left{ 		background-image:url(../images/_global/navi_left_bg.jpg); width:9px; height:27px; float:left; position:absolute;  left:0px;} 

#navi_right{		background:url(../images/_global/navi_right_bg.jpg); width:9px; height:27px; float:right; position:absolute; right:0px; top:0px; }

#contentContainer{ 	width:800px; position:relative; top:100px;}

#top_corners{		position:relative; top:0px; width:100%; }

#contentBG{			background:url(../images/_global/contentBG.jpg) repeat-x #b3bead; margin-left:8px; margin-right:8px; }

#languages{ 		padding-right:20px; cursor:pointer; padding-top:20px; }

#lang_de{			width:26px; height:19px;  top:20px; float:right; background:url(../images/_global/german.gif); border:1px solid #ccc; margin-left:5px; cursor:pointer; display:none;}

#lang_en{			width:26px; height:19px; top:20px; float:right; background:url(../images/_global/usa.gif); border:1px solid #ccc; cursor:pointer;  display:none;}

#clear{				clear:both; }

#footer a{			position:absolute; width:784px; background-color:#660000; height:20px; text-align:center; color:#FFFFFF; bottom:0px; left:8px; font-weight:bold; font-size:10px; padding-top:3px;} 

.tf{				border:1px solid #999; width:300px; }

.ta{				border:1px solid #999; width:300px; height:150px }

.btn{				border:2px solid #fff; background:none;}
