body {
	background: #FCEA8D;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	height: 100%;
	margin: 0;
}

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

a:hover {
	color: #75B947;
	text-decoration: underline;
}

img {
	border: 0;
}

input, select, textarea, select {
	border: 1px solid black;
	background-color: #eee;
	font-size: 11px;
	margin: 2px;
}

table {
	text-align: left;
	margin: auto;
}

#main {
	width: 850px;
	font-size: 12px;
	border: 0px;
	position: relative;
	top: 0px;
}

#header {
	position: absolute;
	width: 978px;
	height: 245px;
	top: 10px;
	z-index: 2;
}

#rotator {
	position: absolute;
	top: 60px;
	left: 450px;
	width: 468px;
	height: 60px;
}

#content {
	position: relative;
	left: 2px;
	width: 600px;
	float: left;
}

*.box {
    width: 600px;
	position: relative;
	top: 5px;	
}

*.box_title {
	text-align: left;
	position: relative;
	top: 10px;
	left: 20px;
	font-weight: bold;
}

*.box_head {
	background-image: url(img/design/content_top.jpg);
	height: 39px;
}

*.box_middle {
	background-image: url(img/design/content_middle.jpg);
}

*.box_content {
	text-align: center;
	width: 590px;
}

*.box_footer {
	background-image: url(img/design/content_bottom.gif);
	height: 20px;
}

#leftmenu {
	width: 123px;
	float: left;
	position: relative;
	left: 0px;
	top: 5px;
}

*.navi_left_head {
	background-image: url(img/design/navigation_01.gif);
	height: 45px;
	width: 123px;
}

*.navi_left_middle {
	background-image: url(img/design/navigation_02.gif);
	width: 123px;
	text-align: left;
}

*.navi_left_bottom {
	background-image: url(img/design/navigation_03.gif);
	height: 16px;
	width: 123px;
}

*.menucontent {
	font-size: 10px;
	font-weight: bold;
	width: 110px;
	text-align: left;
	padding: 0px 0px 0px 5px;
	font-size: 11px;
}

*.menucontent a {
	background: url(img/design/button.gif) no-repeat top;
	display: block;
	color: #000;
	padding: 8px 0px 0px 0px;
}

*.menucontent a:hover {
	color: #75B947;
	display: block;
}

*.submenucontent {
	font-size: 10px;
	position: relative;
	left: 10px;
	width: 105px;
}

*.submenucontent a {
	display: block;

}

#shoutbox {
	height: 200px; 
	width: 410px; 
	background-color: #ffca2f;
}

#rightmenu {
    float: left;
	width: 124px;
	position: relative;
	top: 5px;
	left: 3px;
}

.rightmenu_head {
	background-image: url(img/design/konto_navigation_01.gif);
	height: 45px;
}

.rightmenu_middle {
	background-image: url(img/design/konto_navigation_02.gif);
	text-align: left;
}

.rightmenu_bottom {
	background-image: url(img/design/konto_navigation_03.gif);
	height: 16px;
}

*.rightmenucontent {
	position: relative;
	left: 8px;
	width: 116px;
}

*.rightmenucontent a {
	display: block;
}

*.wiw_admin {
	color: red;
	font-weight: bold;
}

*.wiw_male {
	color: #1981ec;
}

*.wiw_female {
	color: #fc32d8;
}

*.footer {
    position: relative;
	left: 0px; 
	display: block; 
	width: 600px;
	height: 25px;
	border: 1px solid #000000; 
	background-color: #F9D245;
		font-size: 10px;
}


#nickpage_text {
	text-align: left;
	position: relative;
	left: 25px;
}
#nickpage_avatar {
	position: absolute;
	right: 50px;
	top: 50px;
}

