html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: black;
    background-color: white;
}

img {
    border: 0px;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}

#header {
    background-image: url('./../images/startpage/head_bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 80px;
    margin-bottom: -5px;
    position: relative;
}

#content {
    position: relative;
    background-image: url('./../images/startpage/bg.png');
    height: 475px;
    margin: 0;
}

#title {
    display: block;
    position: relative;
    top: -20px;
    margin: 0 auto;
}

#left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    background-image: url('./../images/startpage/bg_left.png');
    background-repeat: repeat-y;
}

#right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 240px;
    background-image: url('./../images/startpage/bg_right.png');
    background-repeat: repeat-y;
}

#join_in {
    width: 300px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index:100;
}
.writing {
    display: block;
    margin: 0 auto;
}

#join_in #canzeigen {
    text-align: center;
    font-size: 20px;
    color: black;
    margin-top: 15px;
}

#join_in #canzeigen span {
    font-size: 24px;
    color: #990000;
    font-weight: bold;
}

#join_in form {
    margin: 0;
}

#join_in table {
    margin-top: 10px;
    margin-left: 5%;
    width: 95%;
    font-size: 11px;
    font-weight: bold;
}

#join_in input[type='text']{
    border: 1px solid black;
    width: 98%;
}

#join_in table span {
    color: #999999;
    font-weight: normal;
}

#now_online {
    width: 390px;
    position: absolute;
    left: 300px;
    top: 40px;
}

#just_looking {
    position: absolute;
    top: 40px;
    left: 700px;
    width: 230px;
}

#just_looking table {
    width: 100%;
}

#just_looking table td {
    padding: 3px;
    font-size: 12px;
}

#just_looking table td select {
    width: 100%;
}

#just_looking table td input[type='image'] {
    float: right;
}

#pair {
    position: absolute;
    bottom: -23px;
	z-index:10;
    /*left: 50%;*/
    left: 25%;
    width: 50%;
    text-align: center;
}

#pair img {
    /*margin-left: -50%;*/
}

#vidprev {
    position: absolute;
    right: 60px;
    bottom: 40px;
    z-index:100;
}

#footer #footer_main_links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 10px;
    float: left;
}
#icons
{
	float:right;
}
#footer_main_right {
	float:right;
	text-align:right;
    margin-bottom: 25px;
    font-size: 10px;	 
}
#footer_main_right a
{
	color:black;
}
	
.clear 
{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	margin:0;
	font-size:0;
}

#footer #footer_main_links a, a:link, a:hover, a:active, a:visited {
    color: #000000;
    text-decoration:none;
    
}

#footer #footer_links {
    color: #999999;
    width: 80%;
    float: left;
    font-size: 10px;
}

#footer #footer_links a, a:link, a:hover, a:active, a:visited {
    color: #999999;
}

#footer #copyright {
    width: 30%;
    float:left;
    font-size: 10px;
    text-align: right;
}

#log_box {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 10px;
    width: 320px;
    text-align: right;
}

#log_box span:not([id]) {
    font-weight: bold;
    font-size: 11px;
    line-height: 27px;
    padding-right: 5px;
}

#log_box span#_msg {
    margin-right: 5px;
    line-height: 40px;
    font-size: 12px;
}

#log_box a {
    float: right;
    font-size: 7pt;
    text-decoration: underline;
    color: #000000;
    margin-left: 3px;
}

#log_box input[type='text'], input[type='password'] {
    font-size: 9px;
    width: 80px;
    height: 10px;
    margin-top: 1px;
    font-size: 9px;
}

#log_box input[type='submit'] {
    height: 18px;
    width: 50px;
    font-size: 9px;
}

#flashcontent {
    z-index: 100;
    position: absolute;
    top: 300px;
    left: 50%;
    display: none;
}

#flashcontent embed {
    margin-left: -50%;
}
#flash_ticker {
	z-index:90;
	text-align:center;
	width:370px;
	margin-top:23px;
}
#just_looking form
{
	margin-top:15px;
}
#beschreibung
{
	margin-top:20px;
	font-size:10px;
	color:#808080;
}
#beschreibung h2
{
	font-size: 10px;
	margin:2px;
}	
	