

	/* html { height:100%; width:100%; overflow:scroll; } */
	html {
        margin:0;
		padding:0;
    }
    body {
  		margin:0;
		padding:0;
        text-align:center;
		background-color:#eee;
		background-image:url(rahmen/bg.jpg);
        background-attachment:fixed;
        font-family:Verdana,Helvetica,Arial,sans-serif;
	    font-size:11px;
    }
	img {
        border:0;
    }
	div#wrapper {
	  /*
        background-image:url(rahmen/wrapper_bg.png);
		background-position:center top;
		background-repeat:no-repeat;
        */
    }
    div#header {
      border-bottom: 1px solid #000;
    }

  	div#content {
        width:760px;
		padding:0px 15px;
		background-color:#fff;
		color:#000;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		text-align:left;
		margin:0 auto 10px auto;
		position:relative;
		-webkit-box-shadow: 0px 0px 3px 0px #555;
		-moz-box-shadow: 0px 0px 3px 0px #555;
		box-shadow: 0px 0px 3px 0px #555;
    }
    #metamenu {
      background-image:url(rahmen/Bilder/header_01.jpg);
      width:760px;
      height:21px;
    }
    ul.pager {
      padding-bottom:15px;
      margin-bottom:15px;
      border-bottom:1px dotted #000;
    }

    #metamenu a{
      text-decoration:none;
      color:#000;
      text-transform:uppercase;
      display:block;
      margin-left:15px;
      font-size:10px;
      font-weight:bold;
      float:right;
      padding-left:10px;
      background-image:url(rahmen/icon.jpg);
      background-repeat:no-repeat;
      background-position:0 3px;
    }

    #mainmenu {
      background-image:url(rahmen/Bilder/header_04.jpg);
      width:760px;
      height:32px;
      font-family: 'DINCondensed', sans-serif;
      font-size:17px;
    }

    #mainmenu a{
      text-decoration:none;
      color:#000;
      text-transform:uppercase;
      display:block;
      margin-right:30px;
      float:left;
      position:relative;
      height:45px;
      line-height: 36px;
    }
    #mainmenu a.active {
      background-image:url(rahmen/pfeil.jpg);
      background-repeat:no-repeat;
      background-position:center 33px;
    }

    h3 {
      font-family: 'DINCondensed', sans-serif;
      font-size:17px;
      font-weight:normal;
      text-transform:uppercase;
    }

img.mitabstand {
	margin-right:10px;
}
#vorwort {
	
}
#textonly {
	display:none;
}
#extrabild {
	margin-top:10px;
	margin-right:25px;
	float:right;
	width:284px;
	text-align:center;
}
a {
	color:#e2001a;
}
#menu a {
	color:#999999;
	text-decoration:none;
}
#menu a:hover {
	color:#e2001a;
	text-decoration:none;
}
#menu {
	width:185px;
	/*height:300px;*/
	display:block;
	float:left;
}
#inhalt {
	width:530px;
	margin-left:180px;
    padding-left:20px;
	border-left: 1px dotted #000;
}
#menu img {
	margin:4px;
	margin-left:25px;
}
#menu ul {
  padding:0;
}

#menu li {
	width:160px;
	display:block;
	padding-left:0;
	color:#000;
    font-size:12px;
    margin-bottom:10px;
}
#menu li a {
  text-decoration:none;
  color:#000;
}

#menu li.unter {
	padding-bottom:5px;
}

#menu li.haupt {
	padding-top:5px;
    /*
	font-weight:bold;
	height:18px;
	margin-top:1px;
	background-image:url(http://www.titus.de/binaries/icons/plus.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
    */
}

#menu li.ohne {
	background-image:none;
}

#menu li.ebene1 {
	/*
	padding-top:5px;
	background-image:url(http://www.titus.de/binaries/icons/plus.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
    */
}

#menu li.ebene2 {
    padding-left:10px;
}

#menu li.ebene3 {
	padding-left:20px;
}

#menu li.ebene4 {
	padding-left:30px;
}

#menu li.ebene5 {
	padding-left:40px;
}

#menu li.ebene6 {
	padding-left:50px;
}

#menu li.ebene7 {
	padding-left:60px;
}

/*
#menu.handbuch li.ebene2 {
	padding-bottom:5px;
	font-size:9px;
}
*/

div.sortimentbild {
	width:120px;
	height:135px;
	float:left;
	border:1px solid #999999;
	background-color:white;
	padding:10px;
	font-size:9px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}
#ausloggen {
	width:350px;
	float:right;
	font-size:9px;
	text-align:right;
}

#inhalt h1 {
	height:14px;
	background-repeat: no-repeat !important;
	margin: 10px 0 10px 0;
}

#inhalt h1 span {
	display:none;
}


#inhalt li {
	line-height:35px;
	list-style-type:none;
	padding-left:45px;
	background-image:url(img/fileicons/unknown.jpg);
	background-repeat:no-repeat;
	font-size:13px;
	margin-bottom:5px;
}

#inhalt li.typ_doc {
	background-image:url(img/fileicons/doc.jpg);
}
#inhalt li.typ_xls {
	background-image:url(img/fileicons/xls.jpg);
}
#inhalt li.typ_pdf {
	background-image:url(img/fileicons/pdf.jpg);
}
#inhalt li.typ_gif {
	background-image:url(img/fileicons/gif.jpg);
}
#inhalt li.typ_jpg {
	background-image:url(img/fileicons/jpg.jpg);
}
#inhalt li.typ_png {
	background-image:url(img/fileicons/png.jpg);
}
#inhalt li.typ_txt {
	background-image:url(img/fileicons/txt.jpg);
}
#inhalt li.typ_psd {
	background-image:url(img/fileicons/psd.jpg);
}
#inhalt li.typ_tel {
	background-image:url(img/fileicons/tel.jpg);
}
#inhalt li.typ_eml {
	background-image:url(img/fileicons/eml.jpg);
}
#inhalt li.typ_ppt {
	background-image:url(img/fileicons/ppt.jpg);
}

img.newspic {
	float:right;
	margin-left:10px;
	background-color:white;
	padding:5px;
	border:1px solid #999999;
}

div#warnung {
	width:736px;
	background-color:white;
	border:2px solid red;
	color:red;
	padding:10px;
	margin-bottom:10px;
}
div#warnung h3 {
	font-size:15px;
}
div#warnung p{
	margin-top:10px;
	margin-bottom:10px;
}

div.article {
	margin: 0 0 20px 0;
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
}

div.article h2 {
	font-size: 12px;
	color: #333;
}

div.article p {
	margin: 5px 0 10px 0;
}

div.article img.left {
	float: left;
	margin: 0 10px 10px 0;
}

div.article img.right {
	float: right;
	margin: 0 0 10px 10px;
}

.article_sub {
	border-top: 1px dotted #ccc;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
	text-align:right;
	clear:both;
}

.pager
{
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
}

.pager li
{
	font-size:100% !important;
	display:inline;
	margin: 10px 4px 10px 0 !important;
	padding:0 !important;
	background: none !important;
}

.pager li.empty {
	background: transparent;
	border: 0;
	padding-left:0;
}

.pager li a {
	text-decoration: none;
}

h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

div#inhalt.handbuch p {
	margin-bottom:10px;
	line-height:16px;
}
p.weiter {
	float:right;
	font-size:10px;
}
div.umbruch {
	display:none;
}
div#kontakt span {
	width:140px;
	float:left;
	height:40px;
}
div#kontakt br {
	clear:left;
}
div#inhalt.handbuch li {
	line-height:15px;
	list-style-type:disc;
	margin-left:15px;
	padding-left:0px;
	background-image:none;
	font-size:11px;
}
div#inhalt.handbuch ol li {
	list-style-type:decimal;
}