BODY {
	/* Ränder des Dokuments */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	/* Default Text */
	font-family : arial, verdana;
	font-size : 9pt;
	line-height: 11pt;
	color: #555555;
	
}

/* Hyperlinks */

A {
	color: #DA8300;
	text-decoration: none;
}

.navi_link {
	color: #555555;
	text-decoration: none;
}

.navi_link:HOVER{
	color: #000000;
	text-decoration: none;
}

/* Textlayout */

P {
	font-family : arial, verdana;
	font-size : 9pt;
	color : #000000;
	text-align: justify;
}

P.center {
	text-align: center;
}

h1 {
	font-size : 12pt;
	font-weight : bold;
	color: #aaaaaa;
}

.rot {
	font-size: 19pt;
	color: #C04700;
}

P.text {
	line-height: 18pt;
}

/* Sonstiges */

/* Verwendet bei zwischenlinien (z.B. Shop, My) */
.onepixel {
	padding: 1px 0px 0px 0px;
}

/* Basis Layout */

#page_container {
	width: 780px;
}
	
#page_header {
	float: left;
	width: 780px;
	height: 180px;
	background-image: url('../_img/banner.jpg');	
}
		
#page_content {
	float: left;
	width: 788px;
	background-color: #D3D3D3;
	background-image: url('/_img/line.png');	
}
		
#navigation_container {
	float: left;
	width: 159px;
	min-height: 391px;
	background-color: #D6E9F7;
	padding-left: 17px;
	padding-top: 16px;
	padding-right: 17px;
	padding-bottom: 20px;
}
			
#content_container {
	float: left;
	width: 430px;
	min-height: 388px;
	background-color: #ffffff;	
	
	padding-left: 27px;	
}

#content {
	clear: left;
	float: left;
	width: 436px;
}

#content_footer {
	padding-bottom: 10px;
}
			
#page_footer {
	float: left;
	width: 780px;
	height: 50px;
	background-color: #D6E9F7;
	text-align: center;	
	padding-top: 5px;
}

#event {
	padding-top: 10px;

}

