/* styles created by snapone.de  */
/* global reset paddings and margins */
* {
margin: 0px; 
padding: 0px;
}
/* Einbinden und positionieren des Hintergrundbildes */
body {
	background-image:url(../images/backgrounds/weltweit_bg.jpg); 
	background-position: top center; 
	background-attachment: fixed; 
	background-color: #FFF;
	background-repeat: no-repeat; 
	margin: 0; 
	padding: 0; 		/* q: 10px */
	z-index: 0;
	/* text-align: center;	 q: neu */
	font-family: Arial, Helvetica, sans-serif;	
	color:#000000;								
}


/* wrappers */
#container { 
	width: 900px; 
	margin: 0px;		/* q: neu */
	margin-left: auto; 
	margin-right: auto; 
	/* top: 0;  		q: raus */
	height: 98%;
}




#menu
{
    width:900px;
	height:21px;
    font-family:Verdana, Arial;
	/*background-color:#3399FF;*/
	background-image:url(../images/backgrounds/navi1_bg.gif);
	text-align:center;
}

.button
{
    color:#ffffff;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
    /*background-color:#3399ff;*/
    padding-top:4px;
    padding-bottom:4px;
    padding-right:20px;
    padding-left:20px;
    line-height:2;
    border-right:1px solid #2e87e1;
	border-left:1px solid #2e87e1;
}

.button:hover
{
    background-color: #FFFFFF;
	color:#000066;
}
#active 
{
	background-color:#FFFFFF;
	color:#000066;
	text-decoration:underline;
}

#menu2
{
    width:900px;
	height:20px;
    font-family:Verdana, Arial;
	background-color:#ffffff;
	text-align:center;
}

.button2
{
    color:#000066;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
    background-color:#ffffff;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:20px;
    padding-left:20px;
    line-height:2;
    border-right:1px solid #2e87e1;
	border-left:1px solid #2e87e1;
}

.button2:hover
{
    background-color: #dee1ec;
	color:#000066;
	text-decoration:underline;
}
#active2 
{
	background-color:#FFFFFF;
	color:#000066;
		text-decoration:underline;
}
div#content h1 {
	line-height : 1.3;
	font-size : 24px;
	text-align : center;
	color : #cc6600;
	padding-top : 25px;
}
div#content h2 {
	line-height : 1.0;
	font-size : 16px;
	text-align : center;
	color : #cc6600;
}	
div#content h3 {
	line-height : 1.0;
	font-size : 16px;
	text-align : left;
	color : #12450a;
}





div#content { 				/* Umfassende Content-Container: Style der enthaltenen Body-Bausteine im sheet: body:content.css */
	position: relative;
	/*	margin-top:144px;		q: raus */		
	overflow: auto;
	padding: 0px;
	margin: 0px;
	width: 900px;	/* scrollbar sitzt außerhalb */
	margin-left:auto;
	margin-right: auto;
	z-index: 2;
	height: 575px;
	color:#524233;
}

div#footer {				/* ab hier alles ganz neu - weil fuss jetzt stehen bleibt */
	margin: 0px;
	padding: 0px 0px 0px 16px;
	background-image:url(images/backgrounds/end_line.gif);
	height: auto;	/* zu bebachten */
}
div#footer a {
	font-weight: bold;
	color: #E85C00;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 4px 0px 4px;
}
div#footer a:hover {
	font-weight: bold;
	color: #E85C00;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 4px 0px 4px;
}
div#copy {	
	font-size: 0.8em;
	padding-right:20px;
}
