/*
* @autor: Petschko [peter-91@hotmail.de]
* @date: 26.02.2014
* @file:
* contains the colours and other formats, this is the default.css when you don't set one by yourself
* set here only formats what the user can change, all other formats please add them to formats.css
*
*/


html, body
{
	color: #FFFFFF;
	background-color: #0C0F44;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}


img#background
{
	visibility: visible;
}


a:visited
{
	color: #008000;
}


a:link
{
	color: #00BB00;
}


a:hover, a:active
{
	color: #FFFF00;
}


#title
{
	color: #DD0000;
}


#container
{
	color: #AB0808;
}


.box
{
	color: #FFFFFF;
	border-color: #808080;
}


.box, div#account, div#footer
{
	background-color: rgba(0, 0, 0, 0.70);
}