/**************************** CSS RESET ****************************/
html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption {
	font-family:inherit; font-style:normal; font-weight:normal;
	font-variant:normal; font-size:inherit; line-height:inherit;
	text-align:left; text-decoration:none; padding:0; margin:0;
	float:none; border:0px; display:block; }
span,a,img,abbr,code,em,strong,b,i,textarea,legend,button,input,object,select,var,tt,kbd,samp,small,sub,sup {
	font:inherit; background:transparent; padding:0; margin:0;
	color:inherit; display:inline; float:none; border:0; }

li       { display:list-item; }

table    { display:table; border-spacing:0; border-collapse:collapse; }
tr       { display:table-row; }
th,td    { display:table-cell; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
caption  { display:table-caption; }
colgroup { display:table-column-group; }
col      { display:table-column; }

head     { display:none; }

button,textarea,input,object,select { display:inline-block; }

html {
	height:100%;
}

body {
	min-height: 100.01%;
	height:100%;
	margin:0 auto;
	font-size:11px;
	line-height:14px;
	font-family: Verdana, Tahoma, sans-serif;
	color:#000000;
	background:url(images/startseite_hintergrund.jpg) top left;
}

ul li { list-style-type:square; }

ol li { list-style-type:decimal; }


/**************************** ALLGEMEINE STYLES ****************************/



/**************************** POSITIONEN ****************************/
#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	margin:-277px -472px;
	width:945px;
	height:555px;
}

#main {
	width:945px;
	height:360px;
	z-index:1;
	position:relative;
	top:0;
	left:0;
}

#navigation {
/*	width:140px;*/
         width:212px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-222px 332px;
	z-index:2;
}

.flag { float:left;margin:0 5px 0 0; }

#teaser {
	clear:both;
	width:670px;
	height:145px;
	margin:0 0 0 115px;
}

#footer {
	clear:both;
	width:670px;
	height:50px;
	margin:0 0 0 115px;
	padding:12px 0 0 190px;
}


#navigation select {
	background-color:#3b395e;
	color:#ffffff;
	border:1px solid #ada9b7;
}