/*************************************************************/
/*                                                           */
/*            Stylesheet für www.pulssprung.de               */
/*                 04.November 2004                   		 */
/*                                                           */
/*************************************************************/


/* HTML-Tags */
body { 
background-color:#000000; 
background-image: url(../baustelle/hg-pulssprung-baustelle.jpg); 
margin:0px; 
padding:0px; 
text-align:center; 
}

p, div, ul, ol, h1, h2, h3, table, th, td { 
	font-family: Helvetica, Arial, sans-serif; 
	color: #ffffff;
	font-size:14px; 
	line-height: 18px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #b3b3b3;
	margin: 0 0 20px 0 ;
	letter-spacing: -0.5px;
}

h2 {
	font-size: 14px;
	color: #666666;
	margin: 0 0 3px 0 ;
	letter-spacing: -0.5px;
}

h3 {
	font-size: 14px;
	color: #999999;
	margin: 0 0 3px 0 ;
	letter-spacing: -0.5px;
}

.highlight {
	color: #cccc33;
	text-decoration: none;
}


/* Links */

a:link, a:visited {
	color: #c4be1c;
	font-size: 14px;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #b3b3b3;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* Layoutauszeichnungen */
#content { 
	width: 770px; 
	text-align: left; 
	margin: auto; 
}

.rahmen { 
	width: 770px; 
	height: 600 px;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}

.logo {
	float: left;
	position: absolute;
	width: 184;
	height: 59;
	margin: 20 0 0 0;
}

.bild {
	float: left;
	position: absolute;
	width: 566;
	height: 325;
	margin: -10px 0 0 390px;
}

.text {
	float: left;
	margin: 100px 0 0 0;
	width: 350px;
}



#impressum { 
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	text-align: left;
	float: left; 
	width: 960px;
}

#impressum a {
	font-style: normal; 
	text-decoration: underline;
	color: #c4be1c;
	font-size: 11px;
}

#impressum a:visited {
	text-decoration: underline;
	color: #b3b3b3;
}

#impressum a:hover {
	text-decoration: underline;
	color: #b3b3b3;
}


