/* @override http://www.herr-stb.de/assets/site/styles/scr.css */

body {
	color: black;
	background-color: white;
	background-image: url("/assets/images/candy/bloecke.gif");
	background-position: 0 -65px;
	font-family: sans-serif;
	font-size: 12px;
}
li {
	list-style-image: url("/assets/images/candy/herr-ul-li.gif");
}

/* @group Logo-Balken */

#logobalken {
	position: fixed;
	top: 10px;
	left: 0;
	width:100%;
}

#logobalken a {
	text-decoration: none;
	border: 0;
}

#logobalken img {
	margin: 0 auto;
	width: 136px;
	display: block;
	border: 0;
}

#logobalken div {
	height: 0px;
	border: 1px solid rgb(253,193,0);
	position: relative;
	top: -20px;
}

/* @end */


/* @group Haupt-Navigation linker Hand */

.navContainer {
	position: fixed;
	top: 80px;	
	left: 50%;
	margin-left: -380px;
}

.navBox {
	width: 131px;
	height: 131px;
	background-image: url("/assets/images/candy/navBox.png");
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.offsetS {
	margin-left: 15px;
}

.offsetM {
	margin-left: 20px;
}

.offsetL {
	margin-left: 25px;
}

.navBox h2 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-indent: -10px;
	margin: 0;
	padding: 2px 0 0 0;
	color: rgb(36,33,86);
}

.navBox ul {
	list-style-type:none;
	margin: 9px 0 0 0;
	padding: 0;
	text-indent: 0;
}

.navBox li {
	margin: 5px 0 0 10px;
	padding: 0;
	text-indent: 0;
	list-style-type:none;
	list-style-image: none;
}

/* @group Navigations-Links */

.navBox a {
	text-decoration: none;
	color: rgb(36,33,86);
	font-size: 13px;
}

.navBox a:link {
	
}

.navBox a:visited {
}

.navBox a:hover {
	text-decoration: underline;
}

/* @end */

.welcomePage .topCard {
	width: 1px;
	height: 1px;
	margin-bottom: 10px;
	background: none no-repeat;
}

.topCard div {
	cursor: pointer; 
}

.welcomePage .topCard .firstCard {
	background-image: url(/assets/images/candy/navBox-news.png);	
}
.welcomePage .topCard .secondCard {
	background-image: url(/assets/images/candy/navBox-wir.png);	
}
.welcomePage .topCard .thirdCard {
	background-image: url(/assets/images/candy/navBox-leistungen.png);	
}
.welcomePage .topCard .fourthCard {
	background-image: url(/assets/images/candy/navBox-kontakt.png);	
}

/* @end */

/* @group SubNavigation */

#subNavBox {
	margin-top: 40px;
	margin-left: 29px;
	width:  520px;
}

#subNavBox ul {
	list-style-type:none;
	margin: 7px 0 0 0;
	padding: 0;
	text-indent: 0;
}

#subNavBox li {
	margin: 2px 0 0 10px;
	padding: 0;
	text-indent: 0;
	float: left;
}

/* @group SubNav-Links */

#subNavBox  a {
	text-decoration: none;
	color: rgb(36,33,86);
	font-size: 13px;
}

#subNavBox  a:link {
	
}

#subNavBox a:visited {
}

#subNavBox a:hover {
	text-decoration: underline;
}


/* @end */



/* @end */

/* @group Hauptinhalts-Box selbst */

#mainContentBox {
	background-image: url("/assets/images/candy/mainContentBox.png");
	background-repeat:no-repeat;
	width: 600px;
	height: 600px;
	position: fixed;
	top: 70px;
	left: 50%;
	margin-left: -200px; 
}

#mainContent {
	position: relative;
	top: 28px;
	left: 35px;
	width: 520px;
	height: 414px;
	overflow: auto;
	padding: 5px;
}

#mainContentBox h2 {
	font-family: sans-serif;
	margin: 40px 0 0 -10px;
	font-weight: bold;
	font-size: 24px;
	padding: 0;
	text-align: center;
	color: rgb(36,33,86);
}

.welcomePage #mainContent {
	position: relative;
	top: 25px;
	left: 19px;
	width: 538px;
	height: 430px;
	overflow: hidden;

	background-image: url("/assets/images/candy/mainContentBox_welcome_oben.jpg");
	background-repeat: no-repeat;
}

/* @end */

#introtext {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 508px;
	height:155px;
	background-color: rgba(255,255,255,0.7);
	font-size: 15px;
	line-height: 1.4em;
	padding: 10px 20px 5px 20px;
}

#introtext h3 {
	margin: 5px 0 10px 0;
	padding: 0;
}

#impressumsLink {
	position: fixed;
	top: 645px;
	left: 50%;
	margin-left: -70px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(31,37,105);
}


address {
	font-weight: normal;
	font-style: normal;
}

#map_canvas {
	width: 505px;
	height: 300px;
	padding:1px;
	border:1px solid gray;
}

h3 {
	margin: 1.5em 0 0.4em 0;
}

h4 {
	margin: 1.5em 0 0.4em 0;
}

/* @group Mandanteninformationen */

div.mandInfo h3 {
	background-color: gray;
	color: white;
	line-height: 1.5em;
	padding: 0 0 0 0.6em;
	margin: 2em 0 0 -3px;
}

div.mandInfo h4 {
	letter-spacing: 0.2em;
	margin: 1.9em 0 -0.5em 0;
	padding: 0 0 0 0;
}

div.mandInfo h5 {
	font-size: 100%;
}

div.mandInfo dt {
	font-weight: bold;
}

div.mandInfo dd {
	line-height: 1.4em;
}

div.mandInfo th {
	text-align: left;
}

table.tabOutlined {
	border-collapse: collapse;
}
table.tabOutlined th, table.tabOutlined td {
	border: 1px solid white;
	padding: 0.5em 0.4em;
}

col.numbers td {
	text-align: right;
	width: 6em;
}


/* @end */



p {
	line-height: 1.4em;
}

p.centered {
	text-align: center;
}

p.indentAndMark {
	margin-left: 2em;
}
p.indentAndMark:before {
	content: "❏ ";
	font-size: 120%;
}


td {
	vertical-align: top;
}

table.vita td {
	padding-bottom: 1em;
}

td.vitaYearCol {
	width: 8em;
}

.outLined {
	padding: 1px;
	border: 1px solid gray;
}

dd {
	margin-bottom: 1em;
}


td a img {
	border: 0;
}

/* @group STEUERelemente */

.leistungsKarte {
	border: 1px solid rgb(30,30,30);
	width: 14em;
	height: 14em;
	float: left;
	margin: 0.5em 3.5em 3.5em 0.5em;
	


	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

	box-shadow: 5px 5px 5px gray;
	-webkit-box-shadow: 5px 5px 5px gray;
	-moz-box-shadow: 5px 5px 5px gray;
}

.drehAa {
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
}
.drehBa {
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}
.drehCa {
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}
.drehDa {
	transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
}

.leistungsKarte h3 {
	font-size: 12px;
	margin: 0 0 0 0;
	background-color: white;
	padding: 0 0 0.3em 0.7em;
	color: rgb(31,37,105);
}

.leistungsKarte h3.steuer {
	border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	margin: 0 0 0 0;
	padding: 0.5em 0 0 0.7em;

	border-bottom: 2px solid rgb(253,193,0);;
}

.leistungsKarte div {
	font-size: 12px;
	background-color: rgb(202,196,219);
	margin-left: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
}
.leistungsKarte ul, .leistungsKarte li {
	background-color: rgb(202,196,219);
	text-indent: 0;
	margin: 0;
	padding: 0;
}

.leistungsKarte ul {
	list-style-type:none;
	margin-top: 0.3em;
}
.leistungsKarte li {
	font-size: 12px;
	line-height:1.6em;
	margin: 0 0 0 0.8em;
}


/* @end */


/* @group Pfeilschmuck */

.pfeilG1 {
	position: fixed;
	top: 220px;
	left: 50%;
	margin-left: -420px;
}
.pfeilG2 {
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: 400px;
}
.pfeilG3 {
	position: fixed;
	top: 360px;
	left: 50%;
	margin-left: -240px;
	
}
.pfeilG4 {
	position: fixed;
	top: 660px;
	left: 50%;
	margin-left: -100px;
}
.pfeilX {
	position: fixed;
	top: 650px;
	left:  50%;
	margin-left: 400px;
}

/* @end */

.teamList {
	border-collapse: collapse;
	width: 90%;
}
.teamList td {
	padding-bottom: 1.4em;
}
.teamList .picTeam {
	width: 62px;
}
.teamList td img {
	margin-right: 1em;
}
.teamList .teamCol {
	width: 40%;
}
.teamColSep {
	padding-left: 2em;
}
.teamList span {
	color: rgb(31,37,105);
}

.fotogalerie #mainContent {
	background-color: white;
	margin-left: -16px;
	margin-top: -2px;
	height: 418px;
	width: 537px;
}

.fotogalerie .thumbnail {
	border: 1px solid gray;
	padding: 2px;
}

