/* override some defaults that are different from browser to browser anyway */
body,div,form {
        padding: 0px;
        margin: 0px;
}

img {
        border: none;
}

body  {
        color: #333;
        font-size: 80%;
        font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
        background-image: url(bg.gif);
}


body.print {
  margin-left: 1em;
  background: #ffffff;
}

div.print {
  color: #000000;
  width: 550px;
}

ul {
  margin-bottom: 0px;
}

label {
  cursor: pointer;
}

/* set some more defaults for our convenience */
h1,h2,h3,h4 {
        margin: 0px;
        padding: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
}

h1,h2,h3,h4{
        font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
        font-weight: bold;
		line-height:1.4em;
}


h1, h2.front {
        color: #009900;
        font-size: 1.8em;
        padding-top: 15px;
}

h2 {
        color: #33CC00;
        font-size: 1.2em;
        padding-top: 5px;
}

h3 {
        color: #333;
        font-size: 1.2em;
}

h4 {
        color: #333;
        font-size: 1.0em;
}

p {
  padding-top: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;

}


h2.lead  { 
	margin-top: 0px; 
	padding-top: 10px; 
	margin-bottom: 0px; 
	font-size: 110%;
}

.lead { 
       font-weight: bold; 
}

h2.list { 
    font-size: 1.2em; 
	color: #333366; 
    padding: 0px;
	margin-bottom: 5px;
}


h2.leadlist { 
       font-size: 1.1em; 
       padding: 0px;
       margin-bottom: 5px; 
       margin-top: 5px;
}

.articletable {
  font-size: 1em;
  line-height: 1.6em;
}

ul.relationbox {
  margin-bottom: 1em;
}

h2 a,h2 a:active,h2 a:link,h2 a:visited,a.listtitle { 
       color: #990033; 
}


ul.leiste {
  padding: 0em 0.5em 0em 0.5em;
  margin: 0px;
  
}
ul.leiste li {
  padding-left: 0.5em;
  list-style-type: none;
  display: inline;
}

.clear {
    clear:both;
}

.fehler {
  color: red;
  font-weight: bold;
}

.left {
  float:left;
}

.right {
  float:right;
}


/*
 * hide certain elements from modern browsers which are (hopefully) mostly
 * convenient for text-browsers and the like
 */
.hidden {
  display: none;
}

.indent {
  padding-left: 15px;
}


/* default link styling */
a:link    { color: #336600; font-weight: bold; text-decoration: none; background-color: transparent; }
a:visited { color: #336600; font-weight: bold; text-decoration: none; background-color: transparent; }
a:hover   { color: #336600; font-weight: bold; text-decoration: none; background-color: transparent; text-decoration: underline; }
a:active  { color: #336600; font-weight: bold; text-decoration: none; background-color: transparent; text-decoration: underline; }

/*** Allgemeine Anordnung der Container und Hintergruende ***/

#wrapper {
  width: 972px;
  margin:auto;
  background: #ffffff;
}

#head {
  width: 972px;
  height: 155px;
  background-image: url(head.jpg);
  position: relative;
}

#metanav {
  position: relative;
  width: 700px;
  left: 0px;
  text-align: left;
  margin-bottom: 0px;
  font-size: 90%;
  background: url(dreieck_meta.gif) no-repeat top right;
}


#wrapperinner {
  width: 100%;
  clear: both;
}

#wrapperinner2 {
  width: 100%;
  clear: both;
}

#nav {
  float: left;
  width: 200px;
  margin-left:-730px;
}

#nav_breit {
  float: left;
  width: 200px;
  margin-left:-916px;
}

#content {
  margin-left: 220px;
  float: left;
  width: 510px;
  line-height:1.4em;
  font-size: 95%;  
}

#content_breit {
  margin-left: 220px;
  float: left;
  width: 696px;
  line-height:1.4em;
  font-size: 95%;  
}

#news {
  width: 220px;
  margin-left: 752px;
  margin-right: 0%;
  padding-top: 2px;
}

#news_breit {
  visibility: hidden;
}

#metanav2 {
  position: relative;
  left: 0px;
  height: 18px;
  width: 100%;
  text-align: left;
  line-height: 18px;
  font-size: 90%;  
  background-image:url(foot.gif);
  background-position:left top;
  background-repeat:no-repeat;
  margin-top:10px;
  padding: 15px 1px 1px 1px;
}


#metanav2 a{
  color: #333 !important;
  text-decoration:none; 
  padding: 0.3em;
  line-height: 2em;
  font-weight: normal;
}

#metanav2 a:hover {
  background-color: #14A028;
  color:white  !important;
}



#metanav a {
  color: #fff !important;
  text-decoration:none; 
  padding: 0.3em 1em .03em 0em;
  line-height: 2em;
  font-weight: normal;
}

#metanav a:hover {
  text-decoration: underline;
  color:white  !important;
}


/* Bildformatierung */

.AWimageleft { float:left; }
.AWimageright { float:right; }

.AWimagemarginleft { margin-left:6px; }
.AWimagemarginright { margin-right:6px; }
.AWimagemargincenter { margin:auto; }

div.AWimagebox { background-color: #F0F6E5; margin-top: 0.5em; margin-bottom: 10px;}

img.AWimage { border:0px; }

p.AWimagetext { 
  padding-left: 6px  !important; 
  padding-right: 6px; 
  margin-top:0px; 
  margin-bottom: 0px;
}

span.AWimagetitle { font-weight:bold;display:block; }



/* Bildformatierungen zum Ueberschreiben */


.AWimageboxOverride { }

AWimageOverride {}

AWimagetextOverride {}

AWimagetitleOverride {}

AWimagedescOverride {}



/*
* Menu-Bereich
*/

div#hmenu {
width: 700px;
  position: absolute;
  bottom: 0px;
  left: 0em;
}

#hmenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
  margin-right: 5em;
}


/* Ebene 1 */

#hmenu ul li {
  padding: 0px 0px 1px 0px;
  margin-right: -4px;
  list-style-type: none;
  display: inline;
}

#hmenu ul li a {
  color: #000 !important;
  font-size: 0.95em;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 2em;
  background: #ffcc00 !important;
  padding: 0em 0.75em 0em 0.75em;
  display: block;
  float: left;
  margin-right: 2px;
}

#hmenu ul li form {
  color: #000 !important;
  font-size: 0.95em;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 2em;
  background: url(dreieck_hmenu.gif) no-repeat bottom right;
  padding: 0em 0.75em 0em 0.75em;
  display: block;
  float: left;
  padding-right: 30px;
}


#hmenu ul li a:hover {
  background-color: #ffff99 !important;
  color: #000 !important;
}

#hmenu ul li a.active {
  background-color: #ffff99 !important;
  color: #000 !important;
  font-weight: bold !important;
}




#menu {
  padding-bottom: 1em;
}

#menu ul a {
  padding:3px;
  text-decoration:none;
  display: block;
  font-family: Arial, Helvetica, Sans, Verdana;
  font-weight: normal;
}

#menu ul a.active {
  font-weight: bold !important;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
}

#menu ul li {
  border-top:3px white solid; 
  background-color:#14A028;
}

#menu ul li a {
  color:white;
}

#menu ul li a:hover {
  color:black;
}

#menu ul li ul li {
  border-top:1px white solid;
  background-color:#F0F6E5;
}

#menu ul li ul li.active {
  background-repeat:no-repeat;
  background-image:url(menu2.gif);
  background-position:left top;
}

#menu ul li ul li a {
  color: black;
  background-image: none;
  padding: 6px;
  padding-left:15px;
}

#menu ul li ul li a:hover {
  color: #14A028;
}

#menu ul li ul li ul {
}

#menu ul li ul li ul li a {
  padding-left:25px
}




/*
* Boxen
*/

/* Kopfbereiche der Boxen*/

div.boxhead {
  border-top:3px white solid;
  width: 208px;
  background-color: #BBDDAA;
  
  font-weight: bold;
  padding: 3px 6px 6px 6px;
  float: left;
  border-bottom: 1px solid white;
}

/* Box-Inhalts-Div */

div.box {
  width: 208px;
  background-color: #F0F6E5;
  padding: 0px 6px 6px 6px;
  font-size: 0.87em;
  line-height: 1.1em;
  margin-bottom: 1em;
  float: left;
}

#nav_breit div.box, #nav_breit div.boxhead, #nav div.box, #nav div.boxhead  {
  width:188px;
}

div.box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
}

div.box li { 
  clear: left; 
  display: block;
}

div.box img { float: left; margin: 0em 0.5em 0em 0em; }

div.box p {
  float:left;
  border-bottom:1px #DCEAC5 solid;
}

div.box input[type=text],
div.box input[type=submit] {
  width: 150px; 
  margin-top:4px;
}

div.box input[type=radio] {
  width:16px;
}

/* Box-Inhalt-Formate für News */

#news div.box a.title {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}

#nav div.box a.title {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}


/* Banner */

ul.banner {
  margin: 1em 0em 1em 0em;
  padding: 0em;
  list-style: none;
  
  
}

ul.banner li {
  padding: 0px;
  border: 0px;
  display: inline;
}

ul.banner li img {
margin:0.25em 0em 0.25em 0em;
}

/*Social Bookmarks */

#social_bookmark ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
}

#social_bookmark li { 
  padding-right: 0.5em;
  list-style-type: none;
  display: inline;
}

#social_bookmark img {
  margin: 0.25em 0em 0em 0em; 
}

ul#banner_kopf {
width: 700px;
height: 100px;
overflow: hidden;
margin:0;
padding:0;
}