/* 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: Helvetica, Arial, Verdana, Geneva, SunSans-Regular, sans-serif;
}


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;
}


h1 {
        color: #333;
        font-size: 2.2em;
        line-height:1.3;
        padding-top: 0.5em;
        font-weight: normal;
        margin-bottom: 0.5em;
}

h2 {
        font-size: 1.2em;
        padding-top: 5px;
}

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

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

p {
  padding-top: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  line-height: 1.5em;

}


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;
}


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

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: #003399; font-weight: bold; text-decoration: none; background-color: transparent; }
a:visited { color: #003399; font-weight: bold; text-decoration: none; background-color: transparent; }
a:hover   { color: #003399; font-weight: bold; text-decoration: none; background-color: transparent; text-decoration: underline; }
a:active  { color: #003399; font-weight: bold; text-decoration: none; background-color: transparent; text-decoration: underline; }

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

#wrapper {
  width: 945px;
  margin:auto;
  background: #ffffff;
  margin-top: 20px;
}

#head {
  width: 735px;
  height: 120px;
  background: url(header.png) no-repeat;
  margin-bottom: 5px;
}

#head p {
display: none;
}

#metanav {
  position: relative;
  left: 0px;
  height: 22px;
  width:100%;
  background: url(meta_bg.png) no-repeat;
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 90%;
  height: 32px;
}

#wrapperinner {
  width: 735px;
  float: left;
}

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

#nav {
  float: left;
  width: 188px;
  margin-left:-725px;
}

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

#content {
  margin-left: 210px;
  float: left;
  width: 515px;
  line-height: 1.5em;
  font-size: 90%;  
}

#content_inner {
  width: 505px;
}

#content_breit {
  margin-left: 210px;
  float: left;
  width: 706px;
  line-height:1.6em;
  font-size: 90%;  
}

#news {
  width: 200px;
  margin-left: 745px;
  margin-right: 0%;
}

#news_breit {
  visibility: hidden;
}

#metanav2 {
  position: relative;
  left: 0px;
  height: 18px;
  width: 100%;
  text-align: right;
  line-height: 18px;
  font-size: 90%;  
  border-bottom: 1px solid #CFD5DE;
  margin-bottom: 5px;
  margin-top: 5em;
}

#footer {
  position: relative;
  left: 0px;
  height: 22px;
  width: 100%;
  text-align: left;
  background-color: #ffcc00;
  line-height: 22px;
  font-size: 90%;

}

#footer a, #metanav a {
  color: #333 !important;
}


/* Bildformatierung */

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

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

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

img.AWimage { border:0px; }

p.AWimagetext { padding-left: 6px; 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
*/

#menu {

}

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

/* Ebene 1 */

#menu ul li {
  padding: 0px;
  margin-bottom:6px;
}

#menu ul li a img {
  padding-top: 0px;
  padding-bottom: 1px;
}

#menu ul li a {
  color: #333 !important;
  font-size: 0.85em;
  font-weight: normal;
  text-decoration: none !important;
  display: block;
  background-color: #ffffff !important;
  margin-left: 5px;
  border-top: 5px solid #00336e;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold !important;
  margin-bottom: 1px;
}

#menu ul li a:hover {
  background-color: #D6DBE2 !important;
}

#menu ul li a.active {
  background-color: #D6DBE2 !important;
  font-weight: bold !important;
  margin-bottom: 1px;
}

#menu ul li.active {
  border-left: 1px solid #CFD5DE;
  border-bottom: 1px solid #CFD5DE;
  border-top: 1px solid #CFD5DE;
}

/* Ebene 2 */

#menu ul li ul {
  Xpadding-top: 2px;
  Xpadding-bottom: 5px;
}

#menu ul li ul li {
  padding: 1px 0px 1px 0px;  
  border: none;
  margin: 0;
}
#menu ul li.active ul li {
  border-top: 1px solid #CFD5DE;
  Xborder-bottom: 1px solid #CFD5DE;
}

#menu ul li ul li a {
  margin-top: 1px;
  padding-left: 22px;
  text-transform: none;
  font-weight: normal !important;
  border-top: none;
}

#menu ul li ul li a:hover {
}

#menu ul li ul li a.active {
}

/* Ebene 3 */

#menu ul li ul li ul li a {
  margin-bottom: 1px;
  padding-left: 33px;
}

#menu ul li ul li ul li a:hover {
}

#menu ul li ul li ul li a.active {
}


/*
* Boxen
*/

/* Kopfbereiche der Boxen*/

div.boxhead {
  width: 145px;
  line-height: 22px;
  font-weight: bold;
  padding: 0px 6px 0px 0px;
  float: left;
  border-top: 5px solid #00336e;
  text-transform: uppercase;
}

/* Box-Inhalts-Div */

div.box {
  /* margin-top: 10px; */
  width: 200px;
  background-color: #ffffff;
  padding: 0px 5px 15px 0px;
  font-size: 0.87em;
  line-height: 1.3em;
  margin-bottom: 1em;
  float: left;
  
}

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

div.box li { 
  clear: left; 
  display: block; 
  /*
  border-top: 1px solid #cfd5de; 
  */
}

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

div.box p {
  float:left;
  padding-bottom: 2px;
}

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: 8px;
  padding-bottom: 4px;
}

/* Banner */

ul.banner {
  margin: 2em 0em 1em 0em;
  padding: 0em;
}

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

/*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; 
}


#footer_addr {
    border-top: 5px solid #00336e;
    font-size: 0.8em;
    line-height: 1.0em;
}

.addthis_toolbox {
    padding-top: 5px;
} 

#search {
    float: left;
    background: #00336e;
    height: 26px;
    border: 1px solid black;
    margin-left: 5px;
    margin-top: 2px;
}

form.suchen_metanav {
    padding: 2px;
    width: 177px;
}

#suchen_meta {
  width: 100px;
}

#metanav form.suchen_metanav a {
    color: #fff !important;
}

form.suchen_metanav a:hover {
    text-decoration: none;
} 

#metanav ul.leiste {
    font-size: 0.95em;
    padding-top: 4px;
    float: right;
}

#metanav ul.leiste  a{
    font-weight: normal;
}

a#linkhome {
position: absolute;
display: block;
width: 500px;
height: 120px
}


#content_inner ul {
  padding-left: 15px;   
}
#content_inner ul  li{
  list-style-image: url(li.gif);
}
/*
#content_inner a:before {
  content: ")) " 
}
*/

#content_inner a:visited,
#content_inner a:link {
  padding-left: 15px;
  background: url(link.gif) no-repeat left center;
}

#content_inner div.AWimagebox a:visited,
#content_inner div.AWimagebox a:link {
  padding-left: 0px;
  background: none; 
}
