/* CSS Document */

	/* Das zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
	option {padding-left: 0.4em}
	
	html { height: 101% } 
	body {
		font-size: 0.7em;
		color: #333333;
		background: #ffffff;
		height:100%;
		margin:0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		min-height:100%;
		text-align:left;
	
	} 
	div {
		margin:0em;
		padding:0em;
	}

/* ######################################################################################################
** ### Standardlayout ###################################################################
** ######################################################################################################
*/
	
#page {
	margin:0em 2em 3em 2em;
	width:50em;
	text-align:left;
	clear:both;
	text-align:left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	min-height:100%;
	background-color:#ffffff;
	padding:3.4em 0em 0em 0em;
}
	#main {	
		margin:0em 0em 0em 0em;
		padding:0em 0em 0em 0em;
		clear:both;
	 }
	
	#col2 {
		clear:both;
		float:none;
		margin:0em 0em 0em 0em;
		width:100%;
		line-height:1.5em;
	}

	

	#ani {
		padding-left: 3em;
		width:12.1em;
	}
/* ######################################################################################################
** ### Topnav ######################################################
** ######################################################################################################
*/
dl.hauptNav {
	text-align:right;
	text-transform: uppercase;	
	margin:0em;
	padding:0em;
}
dl.hauptNav dd{
	margin:0em;

}

dl.catmenu  {
	margin:0em;
	padding:0em;
}
dl.catmenuSub  {
	margin:0em;
	padding:0em;
}
/* ######################################################################################################
** ### Inhaltselemente ######################################################
** ######################################################################################################
*/
#logo {
	width:100%;
	clear:both;
	height:8.5em;
}
#path{
	padding:.2em 0em .2em 0em;
	font-size:95%;
	border-bottom:1px solid #000000;
}
#content {
	
}
#footer {
	margin-top:2em;
	border-top: 1px solid #0099ff;
	padding-top:.4em;
}
.newsletter {
	width:14.8em;
	clear:both;
	margin-bottom:2.5em;
}
/* ######################################################################################################
** ### Funktionsleiste ######################################################
** ######################################################################################################
*/

/* ######################################################################################################
** ### Fuss ######################################################
** ######################################################################################################
*/
