html, body {
  margin: 0;
	padding: 8px 0px 8px 0px;
  background: #3985D0 url(img/design/body_bg.jpg) repeat-x;
  text-align: center;
	color: #000000;
	font-size: 8px;
	font-family: Verdana;
}

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

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

img {
	border: 0;
}

input, select, textarea, select {
	border: 1px solid black;
	background-color: DFDFDF;
	font-weight: bold;
}

table {
	text-align: left;
}

#main {
margin: 0 auto;
	width: 900px;
	font-size: 10px;
	border: 10px;
	position: relative;
}

#header {
	position: relative;
	top: 10px;
	background: url(./img/design/head_zock.png);
	height: 108px;
	width: 898px;
}
#header_werbung {
	position: absolute;
	top: 43px;
	left: 5px;
	width: 468px;
	height: 60px;
}

#jpticker2 {
	position: absolute;
	top: 43px;
	left: 5px;
	width: 468px;
	height: 60px;
}

#konto_info {
	position: absolute;
	width: 256px;
	height: 116px;
	background-image: url(img/design/kontoinfo.png);
	z-index: 3;
	right: 30px;
	top: 20px;
}

#schatzsuche{
	position: absolute;
	z-index: 3;
	width: 5px;
	top: 5px;
	left: 5px;
	height: 5px;
	}
	
#konto_text {
	position: relative;
	top: 30px;
	width: 220px;
	height: 70px;
	left: 15px;
	padding: 0;
	border-collapse: collapse;
}

#header_left {
	position: absolute;
	top: 253px;
	width: 168px;
	z-index: 1;
}

#header_left_top {
	background-image: url(img/design/frame_left_top.png);
	height: 20px;
	width: 168px;
}

#header_left_middle {
	background-image: url(img/design/frame_left_middle.png);
	width: 168px;
}

#header_left_bottom {
	background-image: url(img/design/frame_left_bottom.png);
	width: 168px;
	height: 32px;
}

#rotator {
	position: absolute;
	top: 40px;
	left: 225px;
	z-index: 5;
}

#pinboard {
	background-image: url(img/design/pn_news_zettel.png);
	position: absolute;
	left: 112px;
	top: 167px;
	width: 96px;
	height: 78px;
	z-index: 4;
}

#pinboard_content {
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: bold;
	color: #150185;
	border: none;
}

#pinboard_content a {
	color: #150185;
}

#nav_home {
	position: absolute;
	top: 126px;
	left: 190px;
	width: 149px;
	height: 55px;
	z-index: 1;
}

#home_trans {
	position: absolute;
	top: 126px;
	left: 190px;
	width: 149px;
	height: 55px;
	z-index: 2;
}

#nav_media {
	position: absolute;
	top: 126px;
	left: 330px;
	width: 152px;
	height: 55px;
	z-index: 1;
}

#media_trans {
	position: absolute;
	top: 126px;
	left: 330px;
	width: 152px;
	height: 55px;
	z-index: 2;
}

#nav_agb {
	position: absolute;
	top: 126px;
	left: 470px;
	width: 152px;
	height: 55px;
	z-index: 1;
}

#agb_trans {
	position: absolute;
	top: 126px;
	left: 470px;
	width: 152px;
	height: 55px;
	z-index: 2;
}

#nav_faq {
	position: absolute;
	top: 126px;
	left: 550px;
	width: 152px;
	height: 55px;
	z-index: 1;

}

#faq_trans {
	position: absolute;
	top: 126px;
	left: 550px;
	width: 152px;
	height: 55px;
	z-index: 2;
}

#nav_impressum {
	position: absolute;
	top: 126px;
	left: 625px;
	width: 152px;
	height: 55px;
	z-index: 1;
}

#impressum_trans {
	position: absolute;
	top: 126px;
	left: 625px;
	width: 152px;
	height: 55px;
	z-index: 2;
}

#nav_jp_winner {
	position: absolute;
	top: 126px;
	left: 760px;
	width: 152px;
	height: 55px;
	z-index: 1;
}

#jp_winner_trans {
	position: absolute;
	top: 126px;
	left: 760px;
	width: 152px;
	height: 55px;
	z-index: 2;
}

#nav_login {
	position: absolute;
	top: 126px;
	left: 915px;
	width: 55px;
	height: 55px;
	z-index: 1;
}

#login_trans {
	position: absolute;
	top: 126px;
	left: 915px;
	width: 55px;
	height: 55px;
	z-index: 2;
}

#content {
	position: absolute;
	left: 175px;
	width: 550px;
	top: 110px;
	z-index: 2;
}

*.box {
	position: relative;
	width: 550px;
  text-align: center;
	top: 17px;
  margin: 0 auto;
}

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

*.box_head {
	height: 30px;
	background: url(./img/design/box_head.png);
}

*.box_middle {
	background: url(./img/design/box_middle.png);
	text-align: center;
	color: #000000;
}

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


*.box_footer {
	background: url(./img/design/box_footer.png);
	height: 21px;
}


#leftmenu {
	width: 155px;
	position: absolute;
	left: 0px;
	top: 65px;
}


*.navi_left_head {
	background-image: url(/img/design/menu_head.png);
	height: 30px;
	width: 155px;
}

*.navi_left_middle {
	left: 0px;
  text-align: left;
	background: url(./img/design/menu_middle.png);
}

*.navi_left_bottom {
	background: url(./img/design/menu_footer.png);
	height: 28px;
}

*.menucontent {
	font-size: 10px;
	font-weight: bold;
	width: 100px;
}

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

*.submenucontent a {
	display: block;

}

#leftmenu2 {
	width: 155px;
	position: absolute;
	left: 0px;
	top: 265px;
}


*.navi_left_head2 {
	background-image: url(/img/design/menu_head.png);
	height: 30px;
	width: 155px;
}

*.navi_left_middle2 {
	left: 0px;
  text-align: left;
	background: url(./img/design/menu_middle.png);
}

*.navi_left_bottom2 {
	background: url(./img/design/menu_footer.png);
	height: 22px;
}

*.menucontent2 {
	font-size: 10px;
	font-weight: bold;
	width: 100px;
}

*.submenucontent2 {
	font-size: 10px;
	position: relative;
	left: 20px;
	width: 100px;
}

*.submenucontent2 a {
	display: block;

}

#leftmenu3 {
	width: 155px;
	position: absolute;
	left: 0px;
	top: 65px;
}


*.navi_left_head3 {
	background-image: url(/img/design/menu_head.png);
	height: 30px;
	width: 155px;
}

*.navi_left_middle3 {
	left: 0px;
  text-align: left;
	background: url(./img/design/menu_middle.png);
}

*.navi_left_bottom3 {
	background: url(./img/design/menu_footer.png);
	height: 22px;
}

*.menucontent3 {
	font-size: 10px;
	font-weight: bold;
	width: 100px;
}

*.submenucontent3 {
	font-size: 10px;
	position: relative;
	left: 20px;
	width: 100px;
}

*.submenucontent3 a {
	display: block;

}

#shoutbox {
	height: 300px;
	width: 546px;
	background-color: #000000;
}

#rightmenu {
	position: absolute;
	left: 745px;
	top: 65px;
	width: 164px;
}

#rightmenu_head {
	background-image: url(img/design/wio_top.png);
	height: 59px;
}

#rightmenu_middle {
	background-image: url(img/design/wio_middle.png);
}

#rightmenu_bottom {
	background-image: url(img/design/wio_bottom.png);
	height: 41px;
}

*.rightmenucontent {
	position: relative;
	left: 25px;
	width: 120px;
}

*.rightmenucontent a {
	display: block;
}

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

*.wiw_male {
	color: #1981ec;
}

*.wiw_female {
	color: #fc32d8;
}

#footer {
	width: 562px;
	height: 35px;
	position: relative;
	left: 40px;
}

*.footer_content {
	position: relative;
	text-align: center;
	top: 10px;
	font-weight: bold;
}
#nickpage_text {
	text-align: left;
	position: relative;
	left: 25px;
}
#nickpage_avatar {
	position: absolute;
	right: 50px;
	top: 50px;
}
