@charset "utf-8";
.css {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background:#CCCCCC;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#titel {
width: 981px;
height: 245px;
margin-left: auto;
margin-right: auto;
border-left: solid 2px #666666;
border-right: solid 2px #666666;
border-top: solid 2px #666666;
}

#menu {
width: 981px;
height: 30px;
margin-left: auto;
margin-right: auto;
border-left: solid 2px #666666;
border-right: solid 2px #666666;
font-size: 15px;
font-weight: bold;
text-align: center;
background: #DFDFDF;
}

#ulmenu {
list-style-type: none;
margin: 0px;
color: #000000;
}

#ulmenu li {
display: inline-block;
margin-top: 6px;
}

#ulmenu li a {
text-decoration: none;
}

#main {
width: 981px;
height: 600px;
margin-left: auto;
margin-right: auto;
border-left: solid 2px #666666;
border-right: solid 2px #666666;
border-bottom: solid 2px #666666;
background:#FFFFFF;
}

h2 {
font-size: 24px;
font-weight: bold;
margin-top: 0px;
margin-left: 20px;
margin-right: 15px;
margin-bottom: 15px;
}

h3 {
line-height: 1.5;
}

p {
margin: 25px;
line-height: 1.5;
}




