/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
  color: black; background-color: white;
    font-size: 100.01%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0; padding: 0px;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

/*
set font size for all divs,
this overrides some body rules
*/
div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
	margin: 0 auto;
	padding: 0em;
	border: 0px ;
	background-color: #F2F2F2;
  
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   text-align: center;
}


/*****************
basic layout 
*****************/
body {
   background-color: #647B98;
   color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 20px 0px 0px 20px ;     /* this centers wrapper */
   max-width: 980px;
   min-width: 60em;
   background-color: #fff;
   color: black;
   border-left: 2px solid #B4CCD8;
   border-right: 2px solid #B4CCD8;
   padding-bottom:20px;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 110px; /* adjust according your image size */
   background: #fff url(uploads/images/hg.jpg) repeat-x 0 0;   
  
}

div#header h1 a {
/* you can set your own image here */
   background: transparent url(uploads/images/LogoBild1.jpg) no-repeat 0 0px;   
   display: block; 
   height: 110px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}




div.breadcrumbs {
       width: 900px;
	padding: 5px 0 0 0;
	font-size: 10px;
	margin: 0px 0px 5px 45px;
	border-bottom: 1px dotted #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	background-color: #B4CCD8;
}

 div.breadcrumbs span.lastitem {
	font-weight:bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
 }


div#content {
   margin: 20px 30px 0px 45px;
   max-width: 900px;
  border:0px solid #990000;
}

div#main {
   margin-left: 0px; /* this will give room for sidebar to be on the left side, make sure this space is    bigger than sidebar width */
   margin-right: 220px; /* and some air on the right */
   margin-bottom: 0px;
   background-color: #F2F2F2;
   padding: 8px 0 0 20px;
   border:0px solid #990000;
}

/*

default link styles
*/
/* set all links to have underline and bluish color */
div#main a,
a:link, 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
       font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 2px;
   background-color:#f2f2f2;
   color: #000000; 

}

div#main a:visited {
   text-decoration: underline;
   background-color:#f2f2f2;
  color: #000000;                /* a different color can be used for visited links */
padding: 2px;
}


/* remove underline on hover and change color */
div#main a:hover {
   text-decoration: none;
   background-color: #fff;
   color: #000000;
padding: 2px;
}

div#sidebar_right {
   padding-top:20px;
  /* background: #fff url(images/streifen_grau.gif); */
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 180px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   padding-left: 1em;
   padding-right: 1em;
background-color: #f2f2f2;
margin:0;

}

/* if sidebar doesnt include menu but content add class="hascontent" 
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE 
}
*/



div#footer {
 clear:both;  /* keep footer below content and menu */
   color: #000000;
   background-color: #B4CCD8; /* same bg color as in header */
  margin: 0 0 0 20px;
  padding: 5px;
  max-width: 974px;
  border:0px solid #990000;
}

div#footer p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
       text-align: center;
     
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}



div.social_bookmark {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
       text-align: center;
       padding: 5px 0 5px 0;
margin-top: 100px;
background-color: #B4CCD8;
}

.formtexteinzeilig {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	height: 16px;
	
}

.formtextmehrzeilig {
	font-size: 10px;
	color: #1A3553;
	background-color: #F6F6F6;
	height: 100px;
	width: 400px;
	border: 1px solid gray;
}
.formbutton {
	font-size: 14px;
	color: #ffffff;
	background-color: #94A6DE;
	height: 22px;
	width: 120px;
	border: 1px solid;
}




/********************
CONTENT STYLING
*********************/
div#content {
      font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* HEADINGS */
div#content h1 {
   font-size: 18px;  /* font size for h1 */
   line-height: 25px;
   font-weight: bold;
  color: #188305;
   margin: 0px 0px 10px 0px;
   text-align: center;

}

 /*Seitenüberschrift */
div#content h2 {
   color: #990000; 
   font-size: 1.1em; 
   text-align: left; 
/* some air around the text */
   padding-left: 1.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #990000; 
   border-left: 1.1em solid #990000; 
   line-height: 1.3em;
/* and some air under the border */
   margin: 0 0 0.2em 0;
}



div#content h4 {
  font-weight: bold;
   font-size: 14px;
   line-height: 16px;
   margin: 1em 0 0em 0;
}
div#content h5 {
   font-size: 0.7em;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* TEXT */
p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
       color: #000000;
}

td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 2px;
       color: #000000;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
   line-height:1.2em;
   list-style-type: square;
   list-style-position: inside;
  
  
}

div#main ul li,
div#main ol li {
    padding: 5px 0 5px 30px;
}

/* verschachtelte Liste bei Sitemap */
div#main ul ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
   line-height:1.2em;
   list-style-type: square;
   list-style-position: inside;
  
  
}
div#main h6 {
   font-size: 0.8em;
   line-height: 1.0em;
   margin: 0;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

.contactform fieldset {padding: 1em; background-color: #eee;} 
.contactform fieldset legend {font-weight: bold;} 
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;} 
.contactform div label {display: block; width: 10em; } 
.contactform div.required {color: #f00;}

.bildwolf{margin-left:50px;}

.formbuilderform {margin-left:50px;}
.jobin {width:250px; padding-bottom:1em;}
/* End of 'Layout: Top menu + 2 columns' */

