#logo1 {
	position: absolute;
	top: 45px;
	left: 25px;
}

#logo2 {
	position: absolute;
	top: 0px;
	left: 410px;
}

#menutitle {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 150px;
	height: 15px;
}

#menu {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 140px;
	font-size: 14px;
}

#topmenu {
	position: absolute;
	top: 150px;
	left: 175px;
	width: 790px;
	height: 15px;
	background: #c0c0c0;
	padding: 5px;
}

#maintitle {
	position: absolute;
	top: 130px;
	left: 175px;
	width: 800px;
	height: 15px;
}

#main {
	position: absolute;
	top: 180px;
	left: 175px;
	width: 790px;
	min-height: 400px;
	background: #c0c0c0;
}

body {  
	font-size: 11px;
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	background-color: #ffffff;
}

a {
	color: #ffffff;
	font-style: none;
	background-color: transparent;
	text-decoration: underline;
}
a:link {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

.box {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	background-color: blue;
	color: #ffffff;
	text-align: center;
}

.box2 {  
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	background-color: #c0c0c0;
	color: blue;
	padding: 5px;
}

.box3 {
	border: black 1px solid;
	width: 10px;
	background-color: blue;
	color: #ffffff;
	text-align: center;
	padding: 0px 50px 0px 50px;
}

.menutitle2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	
}

.contenttitle {
	font-size: 28px;
	font-weight: bold;
}

.content {
	font-size: 20px;
	color: darkblue;
}

.smallcontent {
	font-size: 16px;
	color: darkblue;
}

.important {
	font-size: 24px;
	color: black;
	font-weight: bold;
}
