/* Standard-CSS für www.Berlinghoff.de */



html, body, page, header, contentwrapper, impressum, logo, liste, slogan, anschrift, impressum, sloagn_list, p, h1, h2, h3, ul, ol, span, a, form {
	margin: 0px;
	padding: 0px;
	font-size: 101%;
}

html, body {
	background: #aba;
	text-align:center;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}

/*Schriften*/

h1 {
	font-size: 17px;
	font-weight: bold;
}

h2  {
	font-size: 15px;
	font-weight: bold;
	color: #ef9;
}

h3  {
	font-size: 15px;
	font-weight: bold;
	color: #ed6;
}

/*Links*/

a:link, a:visited {
	text-decoration:none;
	color: #c00;
	font-weight: bolder;
}

a:hover, a:active {
	text-decoration:none;
	color: #555;
}

/*Container*/

#page {
	background-color: #666;	
	width: 640px;
	height: 500px;
	font-size: 10px;
	color: #555;
	text-align:left;
	margin: 15px auto;
}

/* contentwrapper für IE, da padding*/

#contentwrapper {
	background-color: #235;	
	width: 640px;
	height: 480px;
	font-size: 14px;
	color: #efa;
	padding:25px;
}

/* contentwrapper für Opera/Gecko*/

html>body #contentwrapper {		
	width: 590px;
	height: 430px;
}

#logo {
	width: 500px;
	height: 120px;
}

#slogan {
	border-top: 1px solid #D8D3D3;
	width: 588px;
	height: 30px;
	margin-top: 5px;
	text-align:center;
}

html>body #slogan {
	height: 25px;	
}

/* liste für IE, da padding*/

#liste {	
	float: left;
	width: 175px;
	height: 250px;
	margin-top: 30px;
	margin-left: 30px;
}

/* liste für Opera/Gecko*/

html>body #liste {	
	float: left;
	width: 175px;
	height: 250px;
	margin-top: 30px;
	margin-left: 55px;
}

/* sloganlist für IE, da padding*/

#sloganlist {
	float:right;
	width: 250px;
	height: 75px;
	margin-top: 30px;
	margin-right: 10px;
	text-align:center;
}

/* sloganlist für Opera/Gecko*/

html>body #sloganlist {
	width: 250px;
	height: 75px;
	margin-top: 30px;
	margin-right: 10px;
	
}



#anschrift {
	float: right;
	width: 200px;
	height: 125px;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 11px;
}

/* impressum für IE, da padding*/

#impressum {
	background-color: #aba;
	width: 640px;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	text-align:right;
}

/* impressum für Opera/Gecko*/

html>body #impressum {
	width: 635px;
	height: 15px;
}

/* liste für IE, da padding*/
#liste2 {
	float: left;
	width: 175px;
	height: 250px;
	margin-top: 30px;
	margin-left: 30px;
	font-size: 10px;
}

/* liste für Opera/Gecko*/

html>body #liste2 {
	width: 175px;
	height: 250px;
	margin-top: 30px;
	margin-left: 55px;
	font-size: 10px;
}

.list{
	color: #c00;
	font-weight: bold;
}