@charset "utf-8";

/*------------------- CSS RESET ---------------------*/
* {
padding: 0;
margin: 0;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------*/
html {	font-size: 75%; }

html>body {	font-size: 12px; }

body {	font-family: "Verdana", "Trebuchet MS", Arial, sans-serif;
}

p {		font-size: 1.0em;
			line-height: 1.5em;
			margin: 0 0 1.0em 0;
			color: #000;
}



h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 1.2em;
}

h3 {
font-size: 1.0em;
font-weight: bold;
}

a:link,
a:visited {
color: #000;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: rgb(242,148,0);
text-decoration: none;
outline: none;
}

#textArea p a:link,
#textArea p a:visited,
#textArea a:link,
#textArea a:visited {
color: rgb(242,148,0);
text-decoration: none;
}

#textArea p a:hover,
#textArea p a:focus,
#textArea p a:active,
#textArea a:hover,
#textArea a:focus,
#textArea a:active {
color: rgb(242,148,0);
text-decoration: none;
outline: none;
}

.highlightLink {
color: rgb(242,148,0);
}

a.mailLink:link,
a.mailLink:visited {
color: rgb(242,148,0);
text-decoration: none;
}

.highlight_weiss {
color: #fff;
}

.highlight_grey {
color: grey;
}

.highlightImpressum {
color: #999999;;
}

.headlineTextUnterseiten {
font-size: 1.2em;
margin-bottom: 1.0em;
}

.testimonial {
background: transparent url(../img/bgBox250.png) no-repeat left top;
}

blockquote {
font-style: italic;
}
blockquote span {
font-style: normal;
}

p.berater_name {
font-size: 1.3em;
margin-bottom: 1.2em;
}

/*------------------- LAYOUT ---------------------*/
#container {
width: 950px;
background-color: #ffffff;
margin: 0 auto;
}

#header {
position: relative;
height: 122px;
}

#content {
background-color: transparent;
}

#process {
height:118px;
background-color: #f0f0f0;
margin-top: 1px;
}

#stage {
margin-top: 2px;
height: 355px;
}

#navBreadcrumb {
margin-top: 20px;
}

#navBreadcrumb p {
font-size:0.9em;
color: #858585;
padding: 0 50px;
margin-bottom: 15px;
}

#navBreadcrumb a:link,
#navBreadcrumb a:visited,
#navBreadcrumb a:hover,
#navBreadcrumb a:focus,
#navBreadcrumb a:active {
text-decoration: none;
color: #858585; 
}

#team {
width: 635px;
height:234px;
float:left;
border-bottom: 1px solid rgb(242,148,0);
}

#teamPicture {
width: 400px;
float:left;
}

#teamText {
margin-left:415px;
}

#teamText p {
font-size: 1.2em;
margin-bottom: 1em;
}

#teamSidebarRight {
margin-left: 700px;
height:234px;
}



#teamText ul li {
font-size: 1.0em;
line-height: 1.5em;
}


#boxes {
margin-top:30px;
height: 150px;
}

#boxes p {
color: #000;
font-size: 1.0em;
}

#boxes a:link,
#boxes a:visited {
text-decoration: none;
}

#boxes a:hover,
#boxes a:focus,
#boxes a:active {
color: #fff;
text-decoration: none;
outline: none;
}

#boxes p.boxHeadline a:link,
#boxes p.boxHeadline a:visited {
text-decoration: none;
color: #fff;
font-weight: bold;
}

#boxes p.boxHeadline a:hover,
#boxes p.boxHeadline a:focus,
#boxes p.boxHeadline a:active {
color: #fff;
text-decoration: underline;
outline: none;
font-weight: bold;
}

#box1 {
float: left;
width: 200px;
}

#box2 p,
#box3 p,
#box4 p {
padding: 0 15px 1.5em 15px;
margin:0;
}

#box2 p.boxHeadline,
#box3 p.boxHeadline,
#box4 p.boxHeadline {
padding: 15px 15px 5px; 15px;
margin:0;
color: #fff;
font-weight: bold;
}



#box2,
#box3{
background: url(../img/bgBox248.png) no-repeat left top;
margin-right: 2px;
width: 248px;
height: 150px;
float:left;
}


#box4{
background: transparent url(../img/bgBox250.png) no-repeat left top;
float:right;
width: 250px;
height: 150px;
}


#footer {
clear: both;
margin-top: 5px;
}

#navBottom {
clear: both;
background-color: #e2e2e2;
width: 950px;
position: relative;
height: 25px;
margin-top: 25px;
}

#navBottomLinks p {
padding: 4px 0 15px 15px;
}

#bottom {
clear: both;
background-color: #e2e2e2;
width: 950px;
position: relative;
height: 310px;
}

#navLinkSitemap {
position: absolute;
top: 0px;
left: 200px;
background-color: #f0f0f0;
width: 500px;
height: 25px;
font-size: 0.9em;
}

#navLinkKontaktformular {
position: absolute;
top: 0px;
left: 700px;
background-color: #f0f0f0;
width: 250px;
height: 25px;
font-size: 0.9em;
}

#site_map {
float: left;
width: 700px;
position: relative;
}

#kontaktdaten {
margin-left: 700px;
width: 250px;
padding: 20px 15px 15px 15px;
}


#sitemapCol1 {
position: absolute;
top: 20px;
left: 215px;
width: 235px;
}
#sitemapCol2 {
position: absolute;
top: 20px;
left: 415px;
width: 235px;
}

#kontaktdaten img {
padding: 10px 0 5px 0;
}

#zertifikat2 {
margin-right: 100px;
width: 70px;
}

#kontaktdaten p {
font-size: 0.9em;
line-height: 1.5em;
margin: 0;
color: #000;
}



#footer p {
font-size: 0.7em;
text-align: right;
color: grey;
}

#footer p a {
color: grey;
}

#logo {
padding-top: 30px;
padding-left: 50px;
}



/*------------------- 3-Spalten Layout Unterseiten --------------------*/
#sidebarLeft {
width: 200px;
float:left;
}

#textArea {
margin: 0 250px 0 200px;
padding: 0 15px;
width: 450px;
}

.berater_hurnaus #textArea {
border-bottom: 1px solid rgb(242,148,0);
background: url(../img/hurnaus.jpg) no-repeat right bottom;
height: 370px;
}

.berater_heinz #textArea {
border-bottom: 1px solid rgb(242,148,0);
background: url(../img/heinz.jpg) no-repeat right bottom;
height: 370px;
}

.berater_haenle #textArea {
border-bottom: 1px solid rgb(242,148,0);
background: url(../img/haenle.jpg) no-repeat right bottom;
height: 370px;
}

#sidebarRight {
width: 250px;
float: right;
}

#textFragen {
padding-left: 15px;
}

#boxSpenden {
width: 250px;
margin-top: -2px;
background: url(../img/bgSpenden.png) no-repeat left top;
}

#boxSpenden p {
padding: 10px 20px 0px 15px;
margin: 0;
} 

/*------------------- KONTAKTFORMULAR --------------------*/
fieldset { margin: 1.5em 0 0 0; border: none; }
fieldset.hidden { border: none; margin: 0; padding: 0; }
fieldset.submit { border: none; background: transparent; }
.formRow { position: relative; clear: both;}

label {  float: left; width: 9em; margin-right: 1em; padding: 0.1em 0;}
input, select { margin-bottom: 1em; border: 1px solid grey; padding: 0.1em 0 0.1em 0.2em;  maxlength="50"; size="30";}
input.hidden { border: none; margin: 0; padding:0;}
textarea {border: 1px solid grey; padding: 0.1em 0 0.1em 0.2em; margin-bottom: 1em;}

label.error {  clear:both ; padding-left: 11em; font-size: 0.9em; color: red; width: 15em; margin-top: -1.0em; margin-bottom: 0.8em; }

#nachricht { width: 19em; }

.sendenButton {
border: 1px solid grey;
margin-left: 9em;
width:100px;
padding: 0;
}

/*------------------- ALLGEMEIN --------------------*/
.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

.ul {
list-style-type: square;
font-size: 1.0em;
line-height: 1.5em;
margin-bottom: 1em;
list-style-position: outside;
padding-left: 15px;
}

.ul ul{
margin-bottom: 0em;
}

.ul_numeric {
list-style-type: decimal;
font-size: 1.0em;
line-height: 1.5em;
margin-bottom: 1em;
list-style-position: outside;
padding-left: 19px;
}

.processList {
padding-left: 20px;
margin-top: -1em;
}