body {
	font: 10px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	background: #000000 url(../main_pics/wood_grund.jpg) center top;
	background-repeat: repeat-y;
}

.login {
	font-size: 11px;
	color: #786630;
	line-height: 13px;
}

.login a:link{
	color: #786630;
	outline: none;
	text-decoration: none;
}

.login a:hover{
	color: #CC0000;
	outline: none;
	text-decoration: none;
}

.login a:visited{
	color: #786630;
	outline: none;
	text-decoration: none;
}

.flash_alert {
	font-size: 12px;
	color: #CC0000;
	line-height: 14px;
}

.flash_alert a{
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 14px;
}

.loading {
	color: #000000;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#mainpage {
	width: 750px;
	margin: 0px auto 0px;
	padding: 15px 0px 0px 0px;
	background-image: url(../main_pics/background_header.jpg);
	background-repeat: no-repeat;
}

#userpage {
	display: block;
	width: 750px;
	margin: 0px auto 0px;
	padding: 0px;
}


#login-header {
	display: block;
	width: 730px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #000000;
}

#login-slider {
	display: block;
	width: 730px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #000000;
}

#register_logo {
	width: 750px;
	height: 101px;
	background-image: url(../main_pics/background_profil.jpg);
}

#flash-frame {
	display: block;
	width: 750px;
	height: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #000000;
	z-index: 1;
}

#dyn_content {
	width: 750px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 100%;	
	background-color: #000000;
}

#footer {
	width: 750px;
	height: 110px;
	margin: 0px 0px 0px 0px;
	background-image: url(../main_pics/background_footer.jpg);
	background-repeat: no-repeat;
}

#footer_userpages {
	width: 750px;
	height: 110px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	background-image: url(../main_pics/background_footer.jpg);
	background-repeat: no-repeat;
}

.xstooltip 
{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 200px;
	height: 150px;
	background-color: #0E0E0E;
}
