/* 
----------------------------------------------
www.empathie78.de
Individuelle Kunst by Hubert Beckstein
Autor : 
erstellt : 04.05.08
letzte Aenderung : 04.05.08
----------------------------------------------
*/

* {
	padding:0px;
	margin:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EB690A;
}

#header {
	height: 200px;
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #CFD0D1;
	background-image: url(../images/Empathie%20schrift%2008%20+%20kunst.png);
	background-repeat: no-repeat;
	background-position: 40px 55px;
	color: #EB690A;
}

#header .kw {
	font-size: 1px;
	color: #EB690A;
	vertical-align: bottom;
}

#container a {
	color: #CFD0D1;
	text-decoration: none;
}

#container a:hover {
	color: #EB690A;
	text-decoration: none;
}

#container {
	background-color: #707173;
	height: 600px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CFD0D1;
}

#navigation {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	height: 25px;
	width: auto;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}

#navigation a:hover {
	font-weight: bold;
	color: #707173;
	text-decoration: underline;
}

#logo {
	background-image: url(../images/E78%20logo.png);
	height: 180px;
	width: 170px;
	background-position: right;
	vertical-align: 55%;
	float: right;
	background-repeat: no-repeat;
	right: 15px;
	margin-right: 50px;
	margin-top: 0px;
}

#container table {
	margin-right: auto;
	margin-left: auto;
}

#container ul {
	margin-left: 15px;
	list-style-type: square;
}

