body {
         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
         width: 100%;
	  font-size: 10pt;
}

/* Groblayout */

#header {
         width: 100%;
	  padding-bottom: 15px;
}

#header #headnav {
         width: 100%;
}

#header #headnav #headright {
         text-align:left;
}

#header #headnav #headleft {
         text-align:left;
}

#header #headcenter {
         text-align:center;
}

#header img.notshow {
	  display: none;
}

#main {
         width: 100%;
}

#footer {
	  font-size: 0.9em;
}

/* Sidebar */

#sidebar {
	  display:none;
}

/* Menu */

/* Navigation */

#navigation {
         font-size: 0.9em;
}

#navigation a {
         color: black;
         text-decoration: none;
}

#navigation a.actual {
	  font-weight: bold;
}

/* Content */

#main .rightside {
         float: left;
         width: 100%;
         text-align: left;
}

.content {
         width: 100%;
         padding-bottom: 9pt;
         border-bottom: 1px dashed gray;
         font-size: 1em;
	  line-height:1.5em

}

.content h1,h2 {
         font-weight: bold;
}

.content h1 {
         font-size: 1.3em;
         color: #C40026;
         line-height: 1.5em;
         margin: 0px 0px 16px 0px;
}

.content h2 {
         font-size: 1em;
         color: black;
         line-height: 1.25em;
         margin: -10px 0px 8px 0px;
}

.content a {
         color: #C40026;
         text-decoration: none;
}

.content img {
	  margin: 0px;
	  padding: 0px;	  
}

.content img.quer {
	  width: 200px;
}

.content img.quer.left {
	  
}
.content img.quer.right {

}

.content img.hoch {

}

.content img.hoch.left {

}
.content img.hoch.right {

}
