/*##########################
  GENERAL
  ##########################*/
* {
  font-family: arial, helvetica, sans-serif;
}

body {
	margin: 0;
	padding:0;
  text-align: center;
  min-width:750px;
  background: url(../pics/bg_body.png) repeat-x left top;  
  color: #333;
  font-size: 12px;
}

br.ende {
  clear: both;
  height: 0px;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

abbr {
  cursor: help;
}

/*##########################
  SEITENCONTAINER
  ##########################*/

#arbeitsflaeche {
  margin: 0px auto;
  width: 968px;
	text-align:left;
}
#kopf {
  width: 968px;
  padding: 0;
  margin-bottom: 9px;
  height: 60px;
  background: url(../pics/bg_kopf_new.png) no-repeat center top;
}

#logo {
  display: block;
  float:left;
  width: 218px;
  height: 60px;
}

#search {
  float:left;
  margin: 17px 0 0 0;
  width: 720px;
  height: 40px;
  text-align: right;
}

#navicol {
  width: 218px;
  float: left;
  margin: 0;
  display: inline;
}

#navi {
	background: url(../pics/bg_navi.png) no-repeat center top;
}

#navibott {
	background: url(../pics/bg_navi_bott.png) no-repeat center top;
	height: 10px;
}

#maincol {
  float: left;
  margin-left: 10px;
  width: 740px;
  display: inline;
}

#mainnavi {
	background: url(../pics/bg_maintop.png) no-repeat center top;
	height: 33px;
}


#main {
	background: #fff;
	padding: 20px;
}

/* Spaltenraster */
#content {
  min-height: 300px;
}

.s1 {
  width: 600px;
}

.s2 {
  width: 330px;
  margin-right: 15px;
  float:left;
  display: inline;
}

.s15 {
  width: 465px;
  margin-right: 30px;
  float:left;
  display: inline;
}

.s05 {
  width: 200px;
  float: left;
  display: inline;
}
/* Ende Spaltenraster */

#toolbox {
  margin-top: 10px;
  text-align: right;
}

#toolbox div {
  display: inline-block;
}

#footer { 
  background: url(../pics/bg_footer.png) no-repeat center top;
  text-align: right;
  height: 25px;
  margin-bottom: 20px;
}


/*##########################
  MENÜ & NAVI
  ##########################*/

/* Navi links */
#navi div {
  padding: 32px 0 23px 0;
}

#navi ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;  
}

#navi ul li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #000;
}

#navi a, #navi span {
  display: block;
  padding: 5px 8px;
  text-decoration: none;
  color: #666;
}

#navi a:hover {
  background: #fff;
  color: #000;
}

/* Navi oben */

#mainnavi ul {
  margin: 0 20px;
  padding: 0 50px;
}

#mainnavi li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  border-left: 1px solid #000;
  float: left;
}

#mainnavi a, #mainnavi span {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #666;
  line-height:12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #999;
}

#mainnavi a:hover {
  background: #efefef;
  border-bottom: 1px solid #999;
}

#mainnavi .aktiv, #mainnavi a:hover.aktiv {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #fff;  
}

/* Breadcrumb */
#breadcrumb {
  font-size: 10px;
  color: #666;
}

#breadcrumb span {
  font-size: 10px;
  color: #aaa;
}

#breadcrumb a {
  font-size: 10px;
  color: #666;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}


/* Tabs */

#steuerung {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  height: 22px;
  border-bottom: 1px solid #ccc; 
}

#steuerung li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
}

#steuerung a {
  display: block;
  padding: 5px 7px;
  text-decoration: none;
  color: #999;
  line-height:12px;
  margin: 0;
}

#steuerung a:hover {
  color: #333;
}

#steuerung .active, #steuerung a:hover.active {
  background: #efefef;
  color: #333; 
}

/* Footer-Navigation */
#submenue {
  display: inline-block;
  width: auto;
  color: #666;
  padding: 5px;
}

#submenue a {
  font-size: 11px;
  color: #666;
  padding: 3px;
  text-decoration: none;
}

#submenue a:hover {
  color: #000;
}

/*##########################
  POPUPS
  ##########################*/

.popup {
  border: 1px solid #999;
  background: #FFFFE0;
  padding: 5px;

}


/*##########################
  TYPO
  ##########################*/
  
#main h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0.67em 0 1em 0;
}

#content, #content p, #content textarea, #content ul {
  font-size: 13px;
  line-height: 18px;
  margin-top: 0 ;
  padding-top: 0;
}

.klein {
  font-size: 11px !important;
  line-height: 14px !important;
}

.teaser {
  margin: 5px 0 !important;
  padding: 5px 5px 5px 25px !important;
  background: #efefef url(../pics/icon_beitrag.gif) no-repeat 5px 5px;
}

#main h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 8px;
}

/* Allgemeine Formatierungen */
.top0 {
  margin-top: 0 !important;
}

.green {
  color: green;
}

.fehler {
  color: red;
}

.fehler2 {
  border: 1px solid red !important;
}

.container {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 0px;  
}

/* Links */

a {
  text-decoration: none;
  color: #00107F;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #70007F;
}

a.nov:visited {
  color: #000;
}

a:focus {
  outline: none;
}

a.list {
  display: block;
  padding-left: 20px;
  margin: 5px 0;
  line-height: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}

a.inline {
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.elink {
  background-image: url(../pics/icon_e-link.gif);
}

.ilink {
  background-image: url(../pics/icon_i-link.gif);
}

.schalter {
  padding-left: 0 !important;
  padding-right: 16px !important;
  background: url(../pics/icon_ausklappen.gif) no-repeat right center;
}

.schalter2 {
  background: url(../pics/icon_down.gif);
}

.buch {
  background-image: url(../pics/icon_buch.gif);
}

.beitrag {
  background-image: url(../pics/icon_beitrag.gif);
}

.pdf {
  background-image: url(../pics/icon_pdf.gif);
}

.zip, .gzip {
  background-image: url(../pics/icon_zip.gif);
}

.mp3, .ogg {
  background-image: url(../pics/icon_audio.gif);
}

.mov, .mpeg, .mp4, .avi, .flv {
  background-image: url(../pics/icon_video.png);
}

.txt, .rtf {
  background-image: url(../pics/icon_text.gif);
}

.autor {
  background-image: url(../pics/icon_autor.png);
}

.blank {
  padding-left: 0 !important;
}

.linie {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
  padding-bottom: 2px;
}


/* Buttons */
.button {
  display: inline-block;
  width: 134px;
  height: 30px;
}
.kaufen {
  background: url(../pics/button_kaufen.gif) no-repeat center center;
}
.online {
  background: url(../pics/button_online.gif) no-repeat center center;
}

.hilfe {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: help;
  background: url(../pics/icon_hilfe.gif) no-repeat center center;  
}

/* Formulare */
.formular {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
  background: #efefef;
}

.eingabe {
  border: 1px solid #ccc;
  background: #fff;
}

.eingabe:focus {
  border-color: #666;
}



/* Misc */
img.cover {
  width: 140px;
  height: auto;
}

.preis {
  font-weight: bold;
}

