@charset "utf-8";
/* Stylesheet von hornhaut-fuesse.de */

* { margin: 0; padding: 0;}

body {
	min-width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-size: 150%; 
}


h2 { 
	font-size: 130%; 
}

h3 { font-size: 110%; }


img {
  border: 0px;
}

p {
	margin-bottom: 10px;
}

li {
	margin-left: 10%;
	padding-right: 10%;
}

td {
	vertical-align: top;
}

#wrapper {
  width: 960px;
  margin-top: 30px;
/*  margin-left: 50px;*/
  background-color: white;
  color: black;
  text-align: left;
}

.spacer {
	clear: both;
	height: 20px;
}



#header {
	background-color: #3F3B40;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	color: white;
}

#logo {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#content {
	float: left;
	width: 65%;
	margin-right: 5%;
}

#content h1 {
	color: #16325C;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content h1 a, a:active, a:focus {
	color: #16325C;
	text-decoration: none;
	outline: none;
}

#content h2 {
	color: #16325C;
	padding-bottom: 10px;
	padding-top: 10px;
}

#sidebar {
	float: right;
	width: 30%;
	margin-top: 0;
}

.container1 {
	width: 100%;
	float: left;
	background: url(../images/container1_rounded-right.gif) top right no-repeat;
	color: black;
	margin-bottom: 10px;
}

.container1 h2 {
	color: #F37042;
}

.container1 ul {
	padding-top: 5%;
	padding-right: 5%;
	list-style: square;
}

.container1heading {
	padding: 5% 5% 0 5%;
	background: url(../images/container1_rounded-left.gif) top left no-repeat;
}

.container1bottomleft {
	margin: 0;
	padding: 0 0 0 5%;
	background: url(../images/container1_rounded-left.gif) bottom left no-repeat;
}

.container1bottomleft em {
	display: block;
	padding: 0 5% 5% 0;
	background: url(../images/container1_rounded-right.gif) bottom right no-repeat;
}

.container2 {
	width: 100%;
	float: left;
	background: url(../images/container2_rounded-right.gif) top right no-repeat;
	color: #7d878e;
	margin-bottom: 10px;
}

.container2 h2 {
	color: #586065;
}

.container2 ul {
	padding-top: 5%;
	padding-right: 5%;
}

.container2heading {
	padding: 5% 5% 0 5%;
	background: url(../images/container2_rounded-left.gif) top left no-repeat;
}

.container2bottomleft {
	margin: 0;
	padding: 0 0 0 5%;
	background: url(../images/container2_rounded-left.gif) bottom left no-repeat;
}

.container2bottomleft em {
	display: block;
	padding: 0 5% 5% 0;
	background: url(../images/container2_rounded-right.gif) bottom right no-repeat;
}

#footer {
	clear: both;
	text-align: center;
/*  	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x; */
	background-color: #FFF2BE;
	color: black;
	height: 100%;
	padding: 10px;
}

#poweredby {
  margin-top: 20px;
  margin-bottom: 20px;
}

.skiplink {
	position: absolute;
	top: -5000px;
	left: -5000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
} 