body {
	background:#BFBFBF url(/img/verlauf.png) repeat-x scroll;
	font-size:12px;
	margin:0px;
	color:#545454;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family:Verdana, Arial, sans-serif;
	font-size:90%;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#545454;
}

td {
	vertical-align:top;	
}

a:hover {
	text-decoration:underline;
}

.small {
	font-size:10px;
}

/* #####################
  -----   Basics   ----
 ##################### */

#seite {
	margin:0px auto;
	width:1024px
	}

#header {
	width:1024px;
	height:210px;
	background-image:url(/img/header.png);
	}

#bottom {
	width:1024px;
	height:31px;
	background-image:url(/img/footer.gif);
	clear:both;
	}

#content-background {
	width:1024px;
	float:left;
	min-height:439px;
	margin-top:0px;
	background-image:url(/img/Background-float.gif);
	}
	
#content {
	width:760px;
	margin-left:132px;
	margin-top:0px;
}
	
#impressum {
	width:760px;
	margin-left:132px;
	margin-top:-15px;
	margin-bottom:30px;
	text-align:right;
	font-size:11px;
	color:#6D6D6D;
	text-transform:uppercase;
	}
	
#impressum a {
	color:#6D6D6D;
	font-weight:normal;
	}

#social {
	margin-left:140px;
	margin-top:-15px;
	margin-bottom:110px;
	float: left;
	}

#social img {
	width: 30px;
	}

/* Login Container (default to float:right) */
#fbContainer {
    position:relative;
    float:left;
    font-size:12px;
}

/* Login Box */
#fbBox {
    position:absolute;
    top:34px;
    right:-70px;
    display:none;
    z-index:29;
}

#fbLikeButton {
    border:1px solid #3B5998;
    border-radius:0 4px 4px 4px;
    -moz-border-radius:0 4px 4px 4px;
    background:#FFFFFF;
    padding:6px;
    text-align: center;
    overflow: hidden;
    width: 85px;
}

#fb_xdm_frame_http, #fb_xdm_frame_https { display:none; border:none; }

/* Login Container (default to float:right) */
#gpContainer {
	margin-left:10px;
    position:relative;
    float:right;
    font-size:12px;
}

/* Login Box */
#gpBox {
    position:absolute;
    top:34px;
    right:-35px;
    display:none;
    z-index:29;
}

#gpLikeButton {
    border:1px solid #000000;
    border-radius:0 4px 4px 4px;
    -moz-border-radius:0 4px 4px 4px;
    background:#FFFFFF;
    padding:6px;
    text-align: center;
}

#error {
	color:#D70000;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	margin-bottom:0px;
}

td.error {
	color:#D70000;
	font-weight:bold;
}


/* #####################
  ------   Menu   -----
 ##################### */

#navi, #navi-wrapper {
	width:800px;
	position:absolute;
	margin-top:83px;
	margin-left:66px;
	}
	
