body {
	margin: 20px auto 0 auto;
	padding: 0;
	font-family: Tahoma, Arial,sans-serif;
	font-size: 12px; /* 75% */
	color: black;
	font-weight: normal;
	background-color: #F4F3F3;
}
 
* {
  	padding: 0;
  	margin: 0;
}

/* @group basics */
table {
    width: 100%;
    border-collapse: collapse;
}

.pos {
	position: absolute;
}

th, td {
    text-align: left;
    vertical-align: top;
}


a img,
img,
fieldset {
    border: 0 none;
    clear: both;
}

img {
  	display: block;
}

.clr { clear: both; }
br.clr,
div.clr { 
	height: 0; 
}
.hide { display: none; }
.show { display: block; }

.tar { text-align: right!important; }
.tal { text-align: left!important; }
.tac { text-align: center!important; }

.vam { vertical-align: middle!important; }
.vab { vertical-align: bottom!important; }
.vat { vertical-align: top!important; }
.noBorder {
  border: none!important;
}

.mt10 { margin-top: 10px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }

.pt10 { padding-top: 10px!important; }
.pt20 { padding-top: 20px!important; }
.pt30 { padding-top: 30px!important; }
.pt40 { padding-top: 40px!important; }
.pt50 { padding-top: 50px!important; }
.pb10 { padding-bottom: 10px!important; }
.pb20 { padding-bottom: 20px!important; }
.pb30 { padding-bottom: 30px!important; }
.pb40 { padding-bottom: 40px!important; }
.pb50 { padding-bottom: 50px!important; }


a { outline: none; }
a,
a:visited,
a:hover, 
a:active,
a:focus {
	color: #CB7601;
  	text-decoration: underline;
  	white-space: n;
}
a:hover {
	color: #CB7601;
  	text-decoration: none;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

ul, ol {
	padding: 5px 0 5px 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	margin-bottom: 10px;	
}
h3, h4, h5, h6 {
	color: #CB7601;	
	font-weight: normal;
}

/* @end */

/* @group images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	padding-left: 0;
	margin: 0 15px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* @end */

/* @group Frame */
#mirror {
	width: 973px;
	height: 712px;
	margin: 0 auto 0 auto;
	padding: 0 3px 3px 0;
	background: #F4F3F3 url(../images/bg_mirror_shadow.gif) top right no-repeat;
}
#shadowWrap {
	width: 965px;
	height: 704px;
	background-color: white;
	border: 1px solid #DEB571;
	position: relative;
}
#footer {
	text-align: center;
	font-size: 11px;
	width: 900px;
	margin: 0 auto 0 auto;
	padding-bottom: 5px;
}
/* @end */


/* @group Content */
#content, .tabContent {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 600px;
	height: 580px;
	line-height: 150%;	
}
#content p,
.tabContent p {
	margin: 5px 0 5px 0;
}
h1 {
	font-family: "Trebuchet MS";
	font-family: Tahoma;	
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0 20px 20px;
	letter-spacing: 1px;
}
#content h3,
.tabContent h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.tabContent ul {
	margin: 0;
	padding-top: 0;
}

#content table,
.tabContent table {
	width: 600px;
}
#content table.team td,
.tabContent  table.team td {
	width: 150px;
}
#content table.team span,
.tabContent  table.team span {
	display: block;
	font-size: 11px;
	line-height: 120%;
	padding: 2px 0 10px 0;
}
.home {
	padding-top: 20px;
}
/* @end */


/* @group Nav */
#logo {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
}

#nav {
	border-left: 1px solid #CB7316;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 70px 0 0;
	position: absolute;
	right: 0;
	top: 130px;
	width: 221px;
}
#nav li,
#nav li a {
	list-style: none;
	display: block;
}
#nav li a { 
	color: black;
	color: white;
	font-size: 14px;	
	text-decoration: none;
	padding: 4px 0 4px 15px;
	background-color: #CB7316;
	border-left: none;
	border-right: none;	
	margin-top: 4px;
	border-top: 5px solid #E0AA00;
	border-bottom: 5px solid #E0AA00;	
}

#nav li a:hover,
#nav li a.aktiv {
	color: black;
	background-color: #E0AA00;
	border-top: 5px solid #CB7316;
	border-bottom: 5px solid #CB7316;		
}

#subnav {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0;
	position: absolute;
	left: 0;
	top:  85px;
}
#subnav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#subnav li a {
	background-color: #CB7316;
	color: white;
	text-decoration: none;
	padding: 2px 12px 3px 12px;
	margin: 0;
}
#subnav li a.first {
	padding-left: 20px;
}
#subnav li a:hover,
#subnav li a.aktiv {
	background-color: #E0AA00;
	color: black;
}

div.team table {
	width: 650px;
}
div.team table td {
	width: 25%;
	font-size: 11px;
	line-height: 120%;
	padding-bottom: 10px;
}
div.team table td em {
	padding-top: 2px;
	display: block;
}
div.team {
	top: 75px!important;
}

#intro {
	line-height: 145%;
}

/* @end */