html
	{
	background: #33518D url(../../images/backgrounds/bodyback.gif) repeat-x;
	min-width: 600px;
	font-size:small;
	padding-top: 1em;
	padding-bottom: 1em;
	}
	
body 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 5% 0 5%;
	padding: 0em;
	border-right: 1px solid black;
	border-left: 1px solid black;
	/*height: 100%;*/
	background: #FFF;
	}

#globalcontainer
	{
	border-bottom: 1px solid black;
	padding: 0.5em;
	text-align: left;
	}

#siteheader
	{
	border: 1px solid black;
	border-bottom: 0;
	background: #FFF url(../../images/backgrounds/title_back.gif) repeat-x;
	text-align: center;
	height: 110px;
	}
	
	
/*
#machtausdemallg
  {
    background: #FFF url(../../images/backgrounds/macht.png) repeat-x;
    width: 124px;
    height: 76px;
    position: relative;
    left: 10px;
    top: 0px;
    float: left;
    margin-right: -100px;
  }
*/

#siteheader img
	{
	border: 0px;
	margin: 0px;
	}


#footer
	{
	height: 1.8em;
	clear: both;
	margin: 5px 0 5px 0;
	clear: both;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	border-top: 0;
	text-align: right;
	background: #004 url(../../images/borders/upbar_filler.gif) repeat-x;
	}
	
#footer ul
	{
	margin: 2px;
	padding: 2px;
	}
	
#footer li
	{
	float: right;
	margin: 2px 2px 2px 5px;
	padding: 0 5px 0 5px;
	border-right: 1px solid #fff;
	list-style-type: none;
	}


#footer a
	{
	text-decoration: none;
	color: #FFFF66;
	}

#footer *.footer_linkhome
	{
	padding-left: 20px;
	background: url(../../images/icons/home_ico.gif) no-repeat left center;
	}

#footer *.footer_linkmail
	{
	padding-left: 20px;
	background: url(../../images/icons/mail_ico.gif) no-repeat left center;
	}

#footer *.footer_linkcounter
	{
	padding-left: 16px;
	background: url(../../images/icons/counter_ico.gif) no-repeat left center;
	}
	
#footer li.lastId
	{
	border-right: 0px;
	}
	
*.floatclear
	{
	padding: 0;
	margin: 0;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	height: 1px;
	}

