* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	color: #505050;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main #header {
	height: 198px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#main #left {
	width:236px;
	background-image: url('../images/ad-rep.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}

#main #left .top {
	height: 92px;
	background-image: url('../images/adtop.gif');
	background-repeat: no-repeat;
}

#main #left .box {
	margin-left: 20px;
	text-align: center;
	width: 160px;
}

#main #content {
}

#main #content h1 {
	font-size: 11pt;
	color: #625f7e;
	margin-top: 30px;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6{
	font-size: 10pt;
	color: #625f7e;
	margin-top: 30px;
}

#main #content p {
	margin: 10px 0px;
}

#main #content ul {
 	margin: 10px 0px;
}

#main #content ul li {
	margin-left: 15px;
}

#main #content a {
	color: #625f7e;
	font-weight: bold;
}

#main #right {
	width: 270px;
	background-image: url('../images/navi-rep.gif');
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
}

#main #right .menu {
	margin: 0 0 0 100px;
	list-style-type: none;
}

#main #right .menu li {
	color: #ffffff;
	line-height: 22px;
}

#main #right .menu a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#main #right .menu a:hover,
#main #right .menu .akt {
	text-decoration: underline;
}



#main #right .menu2 {
	color: #ffffff;
	line-height: 22px;
	margin-left:20px;
	font-weight: normal;
}

#main #right .menu3 {
	color: #ffffff;
	line-height: 22px;
	margin-left:18px;
	font-weight: normal;
}


#main #right .top {
	height: 91px;
	width: 184px;
	background-image: url('../images/navitop.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
}

#main #footer {
	height: 90px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
}

#main #footer a {
	color: #625f7e;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	height: 30px;
	line-height: 30px;
	margin-right: 100px;
}


