@charset "utf-8";
/* CSS Document */


body {
background: #000;	
}

#container {
background-color: white;
width: 960px;
margin: 0 auto;
padding-bottom:20px;
}

#adds {
background: #CCC;
width: 150px;
position: relative;
height: 848px;;
left: -10px;
top: -10px;
border: 1px dashed black;
float: left;
margin: 10px;
}

a {
background: #999;
padding: 5px;
margin: -2px;
color: white;
text-decoration: none;
}

a:hover {
background: #999;
color: yellow;
}

.text a {
background: none;
padding: 0;
margin: 0;
color: #69C;
text-decoration: underline;
}

.text a:hover {
color: #369;
}

.aktiv {
background: #666;	
}

#adds p {
font-size: 12px;
color: white;
position: relative;
top: -10px;
float: left;
left: 49px;
}

#banner {
width: 960px;
height: 105px;
background: url(images/banner.jpg);
}

.text{
	border-bottom: 1px solid grey;
	margin: 20px;
}

#titan3{
float: left;	
position: relative;
top: -813px;
left: -164px;
}

#titan3 a{
background: #CCC;	
color: black;
}

#titan3 a:hover{
background: #CCC;	
color: blue;
}

.text p{
margin-right: 10px;
}

h1 {
text-align: center;
}




#bild {
position: relative;
left: 325px;
}



.right {
float: right;
display: inline;
margin: 0 0 20px 20px;
}
