@charset "utf-8";
/* CSS Document */
body {
	color:#FFFFFF;
	font: 16px Georgia, "Times New Roman", Times, serif;
	background: #CCCCCC url(../backroundimg/grey_kachel.jpg);
	margin: 0px;
	PADDING: 0px;
}

p, div {
margin: 0px;
border: 0px;}

#wrapper {
width:1111px;
height:1000px;
margin: 0px auto 0px auto;}

#top {
	width:1111px;
	height:284px;
	background: url(../backroundimg/main_01.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
#top2 {
	width:1111px;
	height:284px;
	background: url(../backroundimg/start_01.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
#main {
	width:1111px;
	height:716px;
	background: url(../backroundimg/main_02.jpg) no-repeat;
	position: relative;
	top: 0px;
	text-align: left;
}
#main2 {
	width:1111px;
	height:715px;
	background: url(../backroundimg/start_02.jpg) no-repeat;
	position: relative;
	top: 0px;
	clear: both;
}

#content {
	width:700px;
	height:600px;
	margin-left: 220px;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px;
	position: relative;
}

#menu {
	width:200px;
	height:400px;
	float: left;
	position: relative;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#menu li {
	font-size: 16px;
	background: url(../backroundimg/button_off.png) no-repeat;
	margin: 0px 0px 4px 0px;
	padding:5px 3px 7px 18px;
	list-style: none;	
}
#menu li:hover {
	font-size: 16px;
	background: url(../backroundimg/button_on.png) no-repeat;
	margin: 0px 0px 4px 0px;
	padding:5px 3px 7px 18px;
	list-style: none;
}


#menu a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #669933;
}
#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #9900CC;
}
#menu a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}

p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	border-bottom: thin dotted #ACACAC;
	margin: 0px;
	padding: 0px;
	color: #FFCCFF;
}
h2 {
	font-size: 18px;
	border-bottom: thin dotted #000000;
	margin: 0px;
	padding: 0px;
	color: #FFCC00;
}

#content a:link {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #99FF66;
}
#content a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC99FF;
}
#content a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}

.table {
	margin: 20px 5px;
}

.firstletter {
	font-size: 24px;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.backround {
	color: #990000;
	background: #F4B1DA url(none);
	clear: both;
	padding: 3px;
	font-weight: normal;
	font-size: 12px;
}
.classtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
