@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);

body
{
    font-family: 'Vollkorn', serif;
    font-size: 28px;
	background-color: #000;
}

#main
{
    position: relative;
    width: 1280px;
    height: 826px;
    margin: 75px auto;
    background-image: url(bg.jpg);
}

#headb
{
    background-color: #FFFFFF;
    position: absolute;
    opacity: 0.7;
    width: 1220px;
    margin: 30px;
}

#head
{ 
    margin: 0 px auto;
	margin-bottom: 15px;
    float: none;  
}

#linksb
{
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0.7;
    margin-left: 30px;
    margin-top: 150px;
    width: 400px;
	height: 650px;
}

#links
{
    float: left;   
}

#rechtsb
{
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0.7;
    margin-left: 850px;
    margin-top: 150px;
    width: 400px;
	height: 650px;
}

#rechts
{
    float: left;
}

.inhalt
{
    font-family: 'Vollkorn', serif;
    font-size: 20px;
}
a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	color: #8A2BE2;
}
#impress
{
	float: right;
	position: relative;
	font-size: 14px;
	margin-top: 800px;
}

#test
{
	color: #fff;
}