h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }
 
BODY, HTML {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:  100%;
	background-color: #006699;
	background-image:url(gfx/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	}

#container {
	height: 100%;
	width : 720px;
	margin : 0 auto;
	border: 0px solid green;
	overflow: visible;
	}
	
#top {
	width : 720px;
	height: 72px;
	border: 0px solid red;
	text-align: center;
	}

#content {
	position: relative;
	float: left;
	width: 500px; 
	padding-top: 20px;
	padding-left: 10px;
	margin-left: 10px;
	border: 0px solid red;
	}
	
#menu {
	position: relative;
	float: left;
	width: 150px; 
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px;
	background-color: #3b9cc0;
	border: 0px solid red;
	}
	
#pers {
	position: relative;
	float: left;
	width: 150px; 
	margin-left: 20px;
	margin-top: 20px;
	padding: 3px;
	border: 1px dotted #3b9cc0;
	}
	
#tag {
	position: relative;
	float: left;
	width: 150px; 
	margin-left: 20px;
	margin-top: 20px;
	padding: 3px;
	border: 1px dotted #3b9cc0;
	}
	
#partners {
	position: relative;
	float: left;
	width: 150px; 
	margin-left: 20px;
	margin-top: 20px;
	padding: 3px;
	border: 1px dotted #3b9cc0;
	}
	
	
#menu UL {
	font-size: 12px;
	font-weight: bold;
	color: #ef4035;
	margin: 0;
	padding: 0;
	}
	
#menu LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	border-bottom: 1px solid #fff;
	margin-top: 6px;
	}
	
#menu LI A {
	text-decoration: none;
	color: #fff;
	}
	
#menu LI A:hover, .activeMenu {
	text-decoration: none;
	color: #000;
	}
	
.box {
	width: 520px; 
	padding-top: 20px;
	background-color: #fff;
	border: 1px solid red;
	}

	
H1 {
	font-size: 16px;
	color: #ec008c;
	}
	
H2 {
	font-size: 12px;
	color: #006699;
	padding-bottom: 5px;
	}
	
.bestel {
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	}
	
.credit {
	font-size: 11px;
	color: #ec008c;
	font-weight: bold;
	}
	
	
P {
	font-size: 11px;
	line-height: 14px;
	width: 500px;
	color: black;
	margin-top: 5px;
	}
	
A {
	color: #ec008c;
	text-decoration:underline;
	}
	
A:hover {
	text-decoration: none;
	}
