/*Allgemeine Einstellungen*/

body, div, table, td, textarea 
{				 
	color: #666666;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
}

body
{
	background-image: url('bgg.png');
	height: 100%;
}

div.header
{
	position: absolute; 
	left: 0px; 
	top: 0px;
	z-index:2;
}

div.menu
{
	width: 175px; 
	height: 300px; 
	position: absolute; 
	left: 250px; 
	top: 280px;
	z-index:2;
}


div.content
{
	width:375px;
        height: 500px;
	position: absolute; 
	left: 450px; 
	top: 280px;
        z-index:2;
}

div.language
{
	width:375px;
        height: 500px;
	position: absolute; 
	left: 880px; 
	top: 18px;
        z-index:2;
}

div.bottom
{
	width:375px;
        height: 500px;
	position: absolute; 
	left: 200px; 
	top: 680px;
        z-index:2;
}

/*Effekte*/

b
{			
	color:#545454;
	font-weight:bold;
	font-family: arial;
	font-size: 12px;
}

i
{
	color: #CEB984;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #F2EAD5;
	padding: 2x;
	padding-left: 8px;
	padding-right: 5px;
}

u
{
	color: #252739;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}

h2
{
	color: #252739;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 0px;
	font-weight:bold;
}

a 
{
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
}

a:hover 
{			
	color: #666666;
	text-decoration: bold;
	background-color: #E4EEE5;
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;
}
