/* CSS Document - Friseur Hofer*/

body 
{	
	background-color:#000000;
	font-family: verdana, arial, serif;
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

a 
{
	color: #e2300c;
	text-decoration: none;
}

a:hover 
{ 
	text-decoration:underline
}

#container 
{
	background-color: #000000;
	color: #FFFFFF;
	margin: margin-left;
	position: relative;
	text-align: left;
	width: 650px;
}

#header 
{
	background: url(resources/header.jpg) no-repeat;
	height: 100px;
	text-align: center;
	width: 100%;
}

#content 
{ 
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 650px;
}

#boarder
{
	border-bottom:  1px solid #e2300c;
}


