﻿@charset "utf-8";
table,h1,h2,h3,hr,p,label,input,textarea,option,select,input,form,ul,li,table {
	margin:0;
	padding:0;
	color: #3A3A3A;
	text-align: left;
	font-size:0.9em;
	line-height: 1.5em;
}

html, body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:100.01%;
	margin: 0;
	padding: 0;	
}

body {
}

.c {
	clear: both;
}

img {
border:none;
}

/* links */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #97a000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}


h1 a:link {
	color:#97a000;
	text-decoration: underline;
}
h1 a:visited {
	color:#97a000;
	text-decoration: underline;
}
h1 a:hover {
	color:#97a000;
	text-decoration: none;
}
h1 a:active {
	color:#97a000;
	text-decoration: underline;
}



#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:link {
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #F8B200;
	text-decoration: underline;
}





/* grundstruktur der seite */
/* aufteilung content */

#outerbox {
	width: 900px;
	margin: 0px auto;
	
}

#header {
	padding: 20px 0;
	width: 900px;
	margin: 0px auto;
	background-color:#FFFFFF;
	
} 

.contentindex {
	width: 900px;
	margin: 0 auto 10px auto;
	height: 280px;
	clear:both;
}

.content {
	width: 900px;
	margin: 0 auto 50px auto;
	clear:both;
}

.tablinks {
	width: 400px;
	float:left;
	padding: 0 24px 24px 24px;
}

.content .tabrechts, #footer .tabrechts {
	width: 400px;
	float:right;
	padding: 0 24px 24px 24px;
}

.contentindex .tabrechts {
	width: 400px;
	float:right;
	padding: 24px;
	margin-top:100px;
}


#subnavigation {
	clear:both;
	padding-top: 10px;
	width: 900px;
	margin: 15px auto;
}

#footer {
	clear:both;
	border-top: 1px solid #97a000;
	padding-top: 10px;
	width: 900px;
	margin: 15px auto;
}



/* Hauptnavigation. */
#navigation {
border-bottom: 1px solid #97a000;
width:900px;
margin: 0 auto 30px auto;
clear:both;
}

#navlist {
	
}

ul#navlist  {
  padding:0px;
  margin:0px;
  list-style:none;
  
  }

ul#navlist li {
  padding:0px;
  display:inline;
  }
  
#navlist a {
  padding:3px 10px;
  text-decoration:none;
  margin: 0px;
  font-size:0.9em;
  }

#navlist a.last {
  background:none;
  }

#navlist a:hover, #navlist a:focus, #navlist a:active {
  color:#fff;
  background-color:#97a000;
  }
  
#navlist .current a {
  color:#fff;
  background-color:#97a000;
  }
  
  
  
  

/* allgemeine formatauszeichnungen content */
h1 {
	color:#97a000;
	font-size:1.8em;
	line-height:1.3em;
	margin:0px;
	padding: 0 0 5px 24px;
}

.tabrechts h1, .tablinks h1 {
	padding: 0 0 5px 0;
}


h2 {
	color:#3A3A3A;
	font-size: 0.9em;
	font-weight:bold;
	margin: 0px;
	padding: 3px 0px 10px 24px;
	clear:left;
}

.tabrechts h2, .tablinks h2, .brace-information h2 {
	padding-left: 0px;
}

h3 {
	color:#3A3A3A;
	font-size: 0.8em;
	font-weight:bold;
	margin: 0px;
	padding: 20px 0px 0 10px;
	clear:left;
}

h4 {
	font-size:0.7em;
	padding: 0 0 0 15px;
	font-weight:normal;
	margin: 0px;
}


p {
	padding: 0px 0px 15px 0px;
}

p.kleiner {
	font-size:0.7em;
	padding: 10px 0;
}

.rot {
color:#FF0000;
}

#footer p {
	font-size:0.7em;
	padding: 0 0 0 24px;
}

.tablinks ul, .tabrechts ul {
margin:0 0 0 20px;
}

.tablinks li, .tabrechts li {
color:#97A000;
margin:0 0 5px 0;
}

.tablinks li span, .tabrechts li span {
color: #3A3A3A;
}































/* @group Braces */

div.brace
{
    float: left;
    margin-top: 20px;
    margin-left: 24px;
    word-wrap: break-word;
    margin-right: 1px;
}

div.brace.single
{
    width: 150px;
    
}

div.brace .chef-picture
{
    width: 150px;
    height: 150px;
    border-bottom: 1px solid #97a000;
    margin-bottom: 10px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

div.brace .screenshot
{
    width: 150px;
    height: 116px;
    margin-bottom: 10px;
    background-position: center bottom;
    background-repeat: no-repeat;
}





/* Formular */
label { 
display: inline-block; 
width: 8em; 
}

form div { 
margin-bottom: 0.5em; 
}

input, textarea { 
font: 0.86em/120% Tahoma, Arial, sans-serif;
border: 1px solid #97a000;  
}

fieldset { 
padding: 5px 0 10px 0; 
border:none;
width: 400px; 
}

