@charset "UTF-8";
/* CSS Document */

body, html, #full {
	margin-top:0px;
	margin-bottom:0px;
}

#menubar {
	background:url(../grafik/menubar_bg.jpg) no-repeat left top;
	height:28px;
	padding-left:68px;
	padding-right:53px;
	vertical-align:middle;
		
}

p {
	font-family: "Century gothic";
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	margin-top:0px;
	margin-bottom:0px;
}

.psmall {
	font-family: "Century gothic";
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	text-align: left;
}

H1 {
	font-family: "Century gothic";
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	margin-top:0px;

}

H3 {
	font-family: "Century gothic";
	font-size:18pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#710b3f;
	line-height:25pt;

}

H4 {
	font-family: "Century gothic";
	font-size:10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	color:#000;
	margin-top:0px;

}

.largewhite {
	font-family: "Century gothic";
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	margin-top:0px;
	margin-bottom:0px;	
}

.largewhitelink {
	font-family: "Century gothic";
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	margin-top:0px;
	margin-bottom:0px;	
}

.white {
	color:#FFF;
	font-size:9pt;
	
}

.white2 {
	color:#FFF;
	font-size:8pt;
	
}

.black {
	color: #000;
	font-size:8pt;
	
}

A:link { font-family: "Century gothic"; font-weight:bold; text-decoration:none; }
A:visited { font-family: "Century gothic"; font-weight:bold; text-decoration:none; }
A:active { font-family: "Century gothic"; font-weight:bold; text-decoration:none; }
A:hover { font-family: "Century gothic"; font-weight:bold; text-decoration:none; color:#000; }

#main {
	background:url(../grafik/table_bg.jpg) no-repeat left top;
	padding-left:95px;
	padding-right:85px;
	vertical-align:top;
	height:255px;
		
}

#main2 {
	background:url(../grafik/table_bg_fill.jpg) repeat-y left top;
	padding-left:95px;
	padding-right:85px;
	vertical-align:top;
		
}

#copyright {
	background:url(../grafik/copyright.jpg) repeat-y top;
	height:50px;	
	padding-left:95px;
	padding-right:85px;
	padding-top:20px;
	vertical-align:top;
		
}

.copyright { 
	font-family: "Century gothic";
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	color:#4f5625;

}

.overstruken {text-decoration: line-through }
