/*  CSS template für hi-pi */

/* Copyright Marco Kuhn ,s0508513 ,2006*/

html, div,form {
	padding: 0;
	margin: 0;
	font: normaL normal normal 10px tahoma, arial;
	color:#FFFFFF;
}

body {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	/*background-image: url(http://www.hi-pi.de/myspace/img/background_bw_strudel_04.gif);
	*/background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	padding: 0;
	margin: 0;
}


#page {
		background-color: transparent;
		background-color:#000000;	
		position:relative;
		width: 800px;
		height: 500px;
		margin-left:auto; margin-right:auto; 
		margin-top:5%;	
		margin-bottom:0px;	
	/*border: 3px solid #FFFFFF;*/
	
}

#header {
		position:absolute;
			width: 600px;
			height: 90px;
			left:90px;	
			background: url(../img/at_top.gif) no-repeat; 
			background-color: #000000; 	
		/*	border: 3px solid #FFFFFF; */
			
}

#left_side {
		position:absolute;
			width: 90px;
			height: 500px;
			left:0px;
			background: url(../img/welcome_left.gif) no-repeat; 
			background-color: #000000; 	
			border-top: 3px solid #FFFFFF;
			border-left: 3px solid #FFFFFF;
}

#right_side {
			position:absolute;
			width: 90px;
			height: 500px;
			left:700px;
			background: url(../img/hi-pi_right.gif) no-repeat; 
			background-color: #000000; 	
			border-top: 3px solid #FFFFFF;
			border-right: 3px solid #FFFFFF;
			
}

#header_left{
	position: absolute;
	left: 0px;
    display:block;
	background-image: url(../images/header.gif) ; 
	width: 620px;
	height: 90px;
}

#header a:active, #header a:hover {
	background-image: url(../images/logo01.gif) ; 
}

#logo {
	display:block;
	background-image: url(../images/logo00.gif) ; 
	width: 180px;
	height: 90px;
}

#logo {
	position: absolute;
	left: 620px;

	display:block;
	background-image: url(../images/logo00.gif) ; 
	width: 180px;
	height: 90px;

}

#nav {
	position: absolute;
	top: 200px;
	left: 50px;
	width: 100px;
	height: 510px;
	margin: 0;
	padding: 0;
	
	
}

#nav div{
	width: 100px;
	height: 30px;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited
 {
 	color:#FFFFFF;
 	text-decoration:none;
 }
a:hover
 {
 	 font-size:14px;  color:#000000; background-color:#FFFFFF;
 }
a:active
 {
 	color:#FFFFFF;
	text-decoration:none;
 }

#content {
	position: absolute;
	top: 130px;
	left: 110px;
	width: 580px;
	height:250px;
	margin:auto;
	background-color:#000000;/*FFFFFF;*/
	font: normaL normal normal 12px tahoma, arial;
	/*color:#000000; */
	
}

#contenttop {
	position: relative;
	margin-left:20px; margin-right:20px;
		margin-top:6%;	
	width: 540px;
	height:180px;
	background-color:#000000;
	
}
#contenttopright {
	position: absolute;

	margin-top:2%;		
	width: 250px;
	height:160px;
	left:270px;
	background-color:#000000;
	border: 3px solid #FFFFFF;	
	background-image: url(../img/start_background.gif) ;
}
#contenttopleft {
	position: absolute;
	margin-top:2%;	
	padding-bottom:0px;
	width: 250px;
	height:160px;
	left:10px;
	background-color:#000000;
	border: 3px solid #FFFFFF;
	background-image: url(../img/start_background.gif) ;
}
	
}

#contentbottom {

}


#footer {
	position: absolute;
	top: 407px;
	width: 600px;
	height: 90px;
	left:100px; 
	margin-bottom: 0px;
	background: #000000;
	border-top: 3px solid #FFFFFF;
	text-align: left;
}

#footer div {
		position: absolute;
		top: 30px;
		width: 600px;
		height: 30px;
		font: normaL normal normal 12px tahoma, arial;
	/*	color:#FFFFFF; */
		background-color:#000000;
		text-align:center;
		
}

#strong {
	font: normaL normal normal 12px tahoma, arial;
}
#small {
	font: normaL normal normal 10px tahoma, arial;
}

#text{
	position: relative;
	margin-top:25%;	
}
