body {
	font-size:62.5%; /* 16px */
	font-family:Arial, Geneva, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	margin:0; 
	padding:0;
	overflow-y:scroll;
}

p {
	padding:0 0 1.3em 0;
}

a img {
	text-decoration:none;
}

/* basic clear class */
.clear {
	clear:both;
}
	
#container {
	position:relative;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
}

/* Seitenraster 
 * Hier werden Position, Aussen- und Innenabstaende 
 * der Layoutelemente festgelegt
 *
 * #site {
 *   #logo
 *   #nav
 *   #claim
 *   #contentContainer
 *   #footer
 * }		
 */

#site {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:750px;
	padding:20px 0;
}
	
#logo {
	position:absolute;
	right:0;
	padding:15px 0 5px 0;
}

#nav {
	position:relative;
	margin:110px 0 20px 0;
}

#claim {
	position:relative;
	padding:20px 0 20px 0;
	background:url(../img/bg-punkte.gif); 
	background-repeat:repeat-x;
	background-position:top;
	min-height:45px;
}

#contentContainer{
	position:relative;
	text-align:left;
	padding:25px 0 0 0;
	background:url(../img/bg-punkte.gif); 
	background-repeat:repeat-x;
	background-position:top;
}

#footer {
	position:relative;
	clear:both;
	margin-top:25px;
	padding:15px 0;
	text-align:left;
	background:url(../img/bg-punkte.gif); 
	background-repeat:repeat-x;
	background-position:0 0;
	overflow:visible;
	height:30px;
}
	



