body {
	background-image: url(img/bgmain.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	background-position: top center;
	margin: 0px;
}

a {
	text-decoration: none;
	font: normal 11px verdana;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

a.top:link, a.top:visited {
	color: #ffffff;
	text-decoration: none;
}

a.top:hover, a.top:active {
	color: #ffffff;
	text-decoration: underline;
}

a.sub:link, a.sub:visited {
	color: #000000;
	text-decoration: none;
}

a.sub:hover, a.sub:active {
	color: #000000;
	text-decoration: underline;
}

a.left:link, a.left:visited {
	color: #ffffff;
	text-decoration: none;
}

a.left:hover, a.left:active {
	color: #ccff00;
	text-decoration: underline;
}

a.small:link, a.small:visited {
	font-size: 10px;
	color: #aaaaaa;
	text-decoration: none;
}

a.small:hover, a.small:active {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

h1 {
	font: bold 12px verdana;
	text-align: center;
	padding: 2px;
	background-color: #ffdd33;
}

h2 {
	font: bold 12px verdana;
	text-align: center;
	padding: 2px;
}

h3 {
	font: bold 12px verdana;
	text-align: left;
	padding: 2px;
	background-color: #f0f0f0;
}

td, p {
	font-family: verdana;
	color: #000000; 
	font-size: 11px;
}

td.leftWhite {
	color: #ffffff;
	font-size: 11px;
	text-align: left;
}

td.leftBlack {
	color: #000000; 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

td.rightWhite {
	color: #ffffff; 
	font-size: 11px;
	text-align: right;
}

td.centerBlack {
	color: #000000; 
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

td.content {
	font-size: 11px;
	padding: 7px 10px 10px 10px;
	text-align: justify;
}

td.owner {
	font-size: 10px;
	text-align: center;
}

p.small {
	text-align: left;
	font-size: 10px;
}

span.postdatum {
	font-size: 10px;
}

span.small {
	font-size: 10px;
	color: #aaaaaa;
}

input {
	border: 1px solid #000000;
	padding: 2px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	height: 20px;
}

textarea {
	border: 1px solid #000000;
	padding: 2px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}

.btn {
	background-color: #99cc00;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px 0px 2px 0px;
	font: bold 11px verdana;
	color: #000000;
}

.domainfield {
	width: 125px;
	height: 20px;
}

.imgbtn {
	border: 0px;
	width: 21px;
	height: 20px;
}

#mainframe {
	position: absolute;
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: top center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	left: 50%;
	width: 702px;
	margin-left: -351px;
	margin-top: 0px;
}

#header {}

#subnav {}

#maincontent {}

#rightnav {
	position: relative;
	float: right;
	width: 150px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #e3e3e3;
}

#footer {}