* {
	margin: 0;
	padding: 0;
}

body {
background-image:url(images/blau_weiss.gif);
 background-attachment:fixed;
     background-repeat: repeat-1;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}
h5{color:#222; font-size: 12px; }

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
/*width: 900px;*/
width: 1100px;
}
#content {
min-width: 800px;
padding: 0  0px;
/*border: 2px #FF5315 solid;*/
}

#header {
height: 90px;


}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #336699;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
min-width: 200px;

height: 30px;
line-height: 30px;
/*background: #fff url(images/menu.jpg) no-repeat;

border: 2px #1457FF solid;*/
background: #fff url(images/trenner.png) ;
}
#menu ul {
list-style-type: none;
padding-left: 10px;

}
#menu ul li {
display: block;
float: left;
}
#menu a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #5B81FF#333;

}
#menu a:hover {
color: #FFFFFF;
text-decoration: none;
}

#menubottom { 
background: #fff url(images/trenner.png) ;
padding: 5px 0;
}


.right {
float: right;
/*width: 670px;*/
width: 850px;
text-align: justify;
padding-top: 20px;
/*border: 2px #1457FF solid;*/
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #7AA0FF;
}
.right h2  {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 200px;
padding-top: 10px;
background: #addff1;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #490BCF;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #336699;
}
.left ul li a {
font-size: 12px;
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles { padding: 10px; }

.footer {
margin-top: 30px;
text-align: center;
font-size: 11px;
color: #aaa;
border-top: 1px dotted #aaa;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }


input { padding-left:4px;  font-family: Helvetica, Arial, sans-serif;border:1pt groove #B29B93;  background-color:#FFFFFF;  }

.button  {/* font-family:'Courier New',monospace;*/ border:2pt groove #E9E9E9;  background-color:#B4D0FF; font-size:10pt }
.absenden { border:2pt groove #E9E9E9;  background-color:#ECE6FF; font-size:10pt color:#F4F4F4;}
textarea {padding-left:4px;  background-color:#F4FEFF; font-size:10pt }
select{width:auto; border:1pt groove #B29B93;  font-family: Helvetica, Arial, sans-serif;  }
 td{ padding:5px; color:#1B096C;}
span{ font-size:10pt; color:#1A158A;}
.pflichtfeld{color:red;font-size:10pt;}
select{width:160px}


html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}




 /*Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
 background-color: #ffffff;


}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

li{
  background: transparent;
  padding-top: 10;
   padding-bottom: .6em;
}
html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  /* LTR */
}

ul li {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}



