/* Styles für den Safari Browser */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

* {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#banner,
#wrapper,
#footer div {
   text-align: left;
   width: 960px;
   margin: 0px auto;
}

#sidebar {
	width: 225px;
	float: left;
	text-align: right;
	background: url("../img/bg_red.png");
}

#main {
  width: 735px;
	float: right;
}

#separator {
  width: 735px;
	height: 15px;
  background: url("../img/bg_red.png");
}

#footer {
	clear: both;
}


#footer div {
  height: 15px;
	background: url("../img/bg_red.png");
}

#footer div.copy {
  color: #fff;
  text-indent: 24em;
}

#nav ul {
  padding-top: 25px;
	padding-bottom: 50px;
	list-style-type: none;
}

#nav ul li {
  padding: 10px 0px;
}


/* Formatierung der Überschriften, Absätze usw. */

#main h1, h2, h3, p, address {
  padding-top: 18px;
  padding-left: 65px;
	
}

#main a {
  padding: 0px;
	color: #00f;
}

h1 {
  font-size: 17px;
	font-weight: bold;
}
  
h2 {
  font-size: 14px;
	font-weight: bold;
}

h3 {
  font-size: 12px;
	font-weight: bold;
}

address {
  font-style: normal;
}

/* Formatierung der Links */

a {
  background-color: #fff;
	color: #fff;
	padding: 3px;
}

a:link {
  
  color: #000;
	text-decoration: none;
}

a:visited {
  color: #000;
	text-decoration: none;
}

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

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