* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.1em;
   text-indent: 0em;
   letter-spacing: 0.02em;
   word-spacing: 0.05em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #6D7191;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #00095B;                
}

a:hover {
   text-decoration: none;
   background-color: #transparent;
   color: #6D7191;
}

body {
   color: #ffffff;  
   margin:1.5em 6em 1em 6em;    
   background: #D7E3F0 url(../uploads/images/style/bgbody1.png) repeat-x;
}

div#pagewrapper {
   border: 0px solid #959AB0;
   margin: 0 auto;
padding-top:1em;       
   max-width: 1200px;   
   min-width: 720px;
   background-color: #f2f2f2;
   color:black;
}

div#header {
   height: 120px;
   margin:0em 1em 0em 1em;  
   border: 1px solid #959AB0;
   background: #FFF981 url(../uploads/images/style/bghead1.png) left repeat-y; 
   display: block;
   text-decoration:none;
}

div#header  a,
   a:link  a:active {
   text-decoration:none;
   background-color: inherit; 
   color: #6D7191
}

div#search {
   float: right;
   width: 27em;    
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 10em 0 0em 0;
   margin-left:-100px; 
   font-size: 85%;
   font-style:italic; 
   
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
   margin: 0em auto 1.2em 0;  
}

div#main {
   margin-left: 208px;
   padding:1em;
   margin-right: 1em;
   border: 0px solid #959AB0;
   background: #FFF url(../uploads/images/style/bgcontent.png) top  repeat-x;
}

div#sidebar {
   float: left;        
   width: 195px;     
   display: inline;  
}

div#footer {
   clear: both;       
   color: #fff;
   border: 0px solid #959AB0;
   margin:1em 1em 1em 1em;
   background: #FFF981 url(../uploads/images/style/bghead1.png) left repeat-y; 
}

div#footer p {
   font-size: 0.8em;
   text-align: center;  
   padding-top: 10px;
}
/*div#footer p a {
     color: #fff;
}*/
div#foot {
   margin: 0 auto;       
   max-width: 1200px; /* Achtung! muss mit pagewrapper übereinstimmen */   
   min-width: 720px;   /* Achtung! muss mit pagewrapper übereinstimmen */
   color: #fff;
}
div#foot a {
   text-decoration: none;
   font-style:italic;
   color: #fff; 
}
div#foot a:hover {
   text-decoration: none;
   font-style:italic;
   color: #959AB0; 
}
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

div.left49 {
  width: 49%; 
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

div#content {
}

div#content h1 {
   font-size: 2em; 
   line-height: 1.3em;
   color:#00095B;
}

div#content h2 {
    color: #00095B; 
    font-size: 1.5em;
    line-height: 1.3em; 
    letter-spacing: 0.15em;
}

div#content h3 {
    color: #303030; 
    font-size: 1.3em;
    line-height: 1.2em; 
  
}

div#content h4 {
    color: #4D4D4D; 
    font-size: 0.9em;
    line-height: 1.1em;
 }

div#content h5 {
    color: #000; 
    font-size: 0.75em;
    line-height: 1em;
}

h6 {
    color: #000; 
    font-size: 1em;
    line-height: 0.9em;
}

p {
   font-size: 1em;
   margin: 0 0 1em 0; 
   line-height: 1.5em;
   padding: 0;
}

blockquote {
   border-left: 0px solid #ddd;   /* muss noch gändert werden*/
   margin-left: 15px;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div.templatecode {
  margin: 0 0 2.5em;
}

div#main ul,
div#main ol,
div#main dl {
   font-size: 0.95em;
   line-height: 1.5em;
   margin: 0 0 1.4em 0;
   letter-spacing: 0.025em;
   font-weight: normal;
   word-spacing: 0.04em;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.1em 3em;
}

div#main dl dt {
   font-weight: normal;
   margin: 0 0 0 1em;
}

div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #E5E5E5;
}


/* FormBuilder CSS */
form {margin-top:0; width:98%;}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #959AB0;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#959AB0;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 8em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

.captcha {
	margin:0.5em 0;
	width:400px;
	text-align:left;
}
.captcha img {border:1px solid #959AB0; margin-bottom:0.5em}
.captcha input {width:120px; margin-top:0.5em}

.submit {margin-top: 1em}

.contactform input {border: 1px solid #959AB0;background-color: #ffc;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #959AB0;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End FormBuilder */
