body {
    font-family: 'Arial',sans-serif;
    text-align:center;
    margin:0;
    padding:0;
    color:#444444;
}

#outer {
    position:relative;
    width:1240px;
    margin:0px auto;
    text-align:left;
    background:white;
    padding:0 20px;
}

#header {
    position:relative;
    text-align:center;
    height:320px;
    width:100%;
}

.content {
    position:relative;
    width:100%;
}


.left {
	position:absolute;
	left:0;
	top:0;
	width:590px;
	height:100%;
}

.right {
	position:absolute;
	top:0;
	right:0;
	width:590px;
	height:100%;	
	}



.dvd {
	color:#000;
	}

.news {
    position:relative;
    width:530;
    font-size:16px;
    text-align:left;
    margin:5px 20px;
		
}


.img_text {
    position:relative;
    width:590px;
    text-align:center;
    margin:20px 0 0 10px;
    font-size:30px;
}

.beschreibung{
    position:relative;
    width:590px;
    font-size:20px;
    font-weight:bold;
    margin-top:5px;
    text-align:center;
}


#fussnote {
    width:100%;
    padding:20px;
    margin-top:10px;
    border-top:1px solid #dedede;
    font-size:18px;
    font-weight:bold;
    height:100px;
}

h1 {
    font-size:28px;
    margin:5px 0 0 0;
    padding:0;
    line-height:30px;
}

.titel {
    font-size:28px;
    font-weight:bold;
    margin:5px 0 0 0;
    padding:0;
    line-height:30px;    
}

.center {

text-align:center;
}

.text {
font-size:22px;
font-weight:normal;
text-align:left;
}

#socialmedia {
	position: absolute;
	right: 50px;
	top:0;
	width: 500px;
	height:200px;
	border-top: 0px solid grey;
	z-index:5000;
	text-align:right;
}

#socialmedia ul {
	list-style: none;
}

#socialmedia li {
	float: right;
	list-style: none;
	padding-right: 5px;
}

.back {
text-align: right;
margin-top:30px;
}

a:link, a:active,  a:visited {
	text-decoration:underline;
	font-weight:normal;
	color:red;
	}
	
a:hover {
	color:blue;
	}
	
.text_klein {
	font-size:12px;
	padding:10px 30px;
	}
	
keyword {
	font-weight:bold;
	}