* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  outline:none;
}

body {
  font: 0.85em/150% Arial, Helvetica, sans-serif;
  background: #F5F1E6;
  text-align: center;
  color:#444;
}

#wrapper {
	background:#fff url(images/wrapper.gif) repeat-y;
	width: 961px;
	margin:0 auto 20px auto;
	text-align:left;
}

#header {
  height:219px;
  background:#F5F1E6 url(images/header.gif) bottom no-repeat;
  position:relative;
}

#header a {
  display:block;
  position:absolute;
  top: 60px;
  right:40px;
  height:109px;
  width: 284px;
  text-indent:-5000em;
}

#content {
  background: url(images/content.gif) top right no-repeat;
  margin:0 2px;
  padding-top: 15px;
}

#secondary {
  width: 250px;
  float:left;
  margin-left: 20px;
}

#primary {
  margin-left:300px;
  width: 620px;
}

a {
  color:#222;
  font-weight:bold;
  text-decoration:underline;
}

a:hover, a:focus {
  color:#222;
  font-weight:bold;
  text-decoration:underline;
  color: #f59e00;
}

.clear {
  clear: both;
}

.spalte-links, .spalte-rechts {
  width:290px;
}

.spalte-links {
  float:left;
}

.spalte-rechts {
  float:right;
}

.logo-black {
  color: #000;
}

.logo-orange {
  color: #f59e00;
}

#footer {
  clear:both;
  background: url(images/footer.gif) bottom no-repeat;
  padding:20px;
}

#footer p {
  border-top: 2px solid #C9C9C9;
  padding-top: 15px;
  margin-top:2px;
}

/* nav */

#secondary {
  position:relative;
}

#nav a {
  text-decoration: none;
}

#nav {
  margin-bottom: 20px;
  height:300px;
}

#nav li {
  height:45px;
  line-height:45px;
  padding-left:9px;
}

#nav .sub {
  display:none;
}

#nav .selected {
  background:url(images/nav-left.gif) 0 0 no-repeat;
}

#nav li.no_sub_selected {
	background:url(images/no_sub_selected.gif) 0 0 no-repeat;
}

#nav li.no_sub_selected a {
	color:#fff;
	background:#fff url(images/nosub-right.gif) right 50% no-repeat;
	padding: 3px 10px 3px 0;
}

#nav .selected .main_link {
  color:#fff;
  background: url(images/left-righter.gif) right 2px no-repeat;
  padding-right: 14px;
  padding-top:3px;
  padding-bottom:3px;
}

#nav .selected ul {
  display:block !important;
  position:absolute;
  top:0;
  right:0;
  font-size: 80%;
  width: 149px;
  background: url(images/subnav.gif) 20px 0 repeat-y;
  border-top: 13px solid #fff;
  height:290px;
}

#nav .sub a {
  color:#F59C00;
}

#nav .sub li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 24px;
  margin-left: 20px;
}


#nav .sub_active {
	background: url(images/sub-left-top.gif) left top no-repeat;
	display:block;
	padding:0;
}

#nav .sub_active a {
	background: url(images/sub-left-bottom.gif) left bottom no-repeat;
	display:block;
	color:#fff;
}

#nav .sub_active a span {
	background:url(images/sub-right-top.gif) right top no-repeat;
	display:block;
}

#nav .sub_active a span span {
	background:url(images/sub-right-bottom.gif) right bottom no-repeat;
	display:block;
}

#nav .sub_active a span span span {
	margin-left:10px;
	margin-right:10px;
	background:#F49E00;
	display:block;
}




#adress-block {
  border-top: 2px solid #C9C9C9;
  padding-top: 20px;
  margin-top:2px;
}

#adress-block p {
  margin-bottom: 10px;
}

/* typo */

h1, h2, h3, #primary p, #primary li, #primary ul, #primary ol {
  margin: 10px 0;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}





#primary ul li {
	list-style: disc !important;
	margin-left:20px;
}


#primary .right {
	text-align: right;
}

#primary .em {
	font-style: italic;
}

blockquote {
	color: #F79E00;
}


#primary form p {
	width: 288px;
}


#primary form p label {
	display: block;
}

#primary form p span {
	border: 1px solid #FFD68F;
	padding: 1px;
	display: block;
	width: 288px;
}

#primary form p input, #primary form p textarea, #primary form p select {
	border-top: 1px solid #8F8F8F;
	border-left: 1px solid #8F8F8F;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	display: block;
	padding:2px;
	width: 282px;
}

#primary form p select {
	width: 288px;
}

#primary form p .text {
	width: 620px !important;
}

textarea {
	height: 150px;
	width: 614px !important;
}

#primary #submit {
	width: auto !important;
	color:#fff;
	font-weight:bold;
	background: #464646 !important;
	border:none !important;
	padding: 4px;
}

#primary form h2 {
margin-top: 20px;
}



.true {
	border: 2px solid #65BF6B;
	padding: 0 10px;
}

.true strong {
	color: #65BF6B;
}

.false {
	border:2px solid #C2091D;
	padding: 0 10px;
}

.false strong {
	color: #C2091D;
}

img  {
	border: 1px solid #F79E00;
	padding:2px;
}