/*
Cascading Style Sheet
(C) www.rostock-rockers.de
modified 14.02.2009
*/



body { 
background-color:#efefef; 
color:#000000; 
font-weight:normal; 
font-size:10px; 
font-family:verdana,tahoma,arial; 
}

p,td,tr h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,address,blockquote,nobr,i {
color:#000000;
font-weight:normal;
font-size:10 px; 
font-family:verdana,tahoma,arial;  
}

.heading {
	font-family: Verdana, tahoma, arial;
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	letter-spacing: 1px;
	text-decoration:none;
	
}
.bold {
	font-family: Verdana, tahoma, arial;
	font-size: 10px;
	font-weight:bold;	
}

/*  Links  */

a { color: #000000; text-decoration: none; }
a:link { color:#000000; text-decoration:none; }
a:visited {color:#000000; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }
a.ft {color:#000000;text-decoration:none;}


/* Boxes */

div.header{ 
	position:absolute; 
	width:700px; 
	height:20px; 
	z-index:5; 
	left: 10; 
	top: 20;
}

div.left{
 	left: 10px; 
	top: 50px; 
	position:absolute; 
	width:450px; 
	height:115px;
}

div.right{
	position:absolute; 
	width:400px; 
	height:500px; 
	left: 500px; 
	top: 50px;
}

div.gallery{
 	left: 10px; 
	top: 100px; 
	position:absolute; 
	width:900px; 
	height:400px; 
}

div.footer{
	position:absolute; 
	width:400px; 
	height:20px; 
	left: 10px; 
	top: 880px;
}

