/* Allgemeine Definitionen */

body {
	margin: 10px 0px;
}

td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.bgsilver1 {
	background-color: #E1E1E6;    /* helles Grau */
}

.bgsilver2 {
	background-color: #C7C7CE;    /* dunkles Grau */
}


a         { text-decoration: none; }

a:link    { color: #666; }
a:visited { color: #666; }
a:hover   { color: #666; text-decoration: underline; }
a:active  { color: #666; }

#messages {
   border: 1px solid gray;
   padding: 3px;
   margin-bottom: 8px;
   background-color: yellow;
}

#errormessages {
   border: 1px solid gray;
   padding: 3px;
   margin-bottom: 8px;
   background-color: red;
}

#hoehenmesser {
	position: absolute;
   left: 2px;
   top: 2px;
   width: 4px;
   height: 600px;
   border: 1px solid gray;
   z-index: 1;
   background-color: silver;
}




/* Navigation */

#navi {
	width: 160px;
	color: #000;
}

#navi a {
	display: block;
	padding: 3px 0px 3px 20px;
	font-size: 11px;
}


#menulevel0 div.linkcontainer0,
#menulevel0 div.linkcontainer0hassublinks {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #C7C7CE;
}

#menulevel0 div.linkcontainer1,
#menulevel0 div.linkcontainer1hassublinks {
	background-color: #C7C7CE;
}


#menulevel1 div.linkcontainer1,
#menulevel1 div.linkcontainer1hassublinks {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #C7C7CE;
}

#menulevel1 div.linkcontainer2,
#menulevel1 div.linkcontainer2hassublinks {
	background-color: #C7C7CE;
}
#menulevel1 div.linkcontainer3,
#menulevel1 div.linkcontainer3hassublinks {
	background-color: #C7C7CE;
}

#navi a.activelinkdepth0,
#navi a.activelinkdepth1,
#navi a.activelinkdepth2,
#navi a.activelinkdepth3,
#navi a.activelinkdepth0hassublinks,
#navi a.activelinkdepth1hassublinks,
#navi a.activelinkdepth2hassublinks {  /* Aktive Links */
	font-weight: bold;
}

#menulevel0 a.linkdepth0 {             /* Link-Tiefe 1 */
	padding-left: 20px;
}
#menulevel0 a.activelinkdepth0 {
	padding-left: 20px;
}
#menulevel0 a.linkdepth0hassublinks {
	padding-left: 20px;
	background-image: url(../images/menu_pfeil1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#menulevel0 a.activelinkdepth0hassublinks {
	padding-left: 20px;
	background-image: url(../images/menu_pfeil2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#menulevel0 a.linkdepth1 {         /* Link-Tiefe 1 */
	padding-left: 25px;
}
#menulevel0 a.activelinkdepth1 {
	padding-left: 25px;
}

#menulevel1 a.linkdepth1 {         /* Link-Tiefe 1 */
	padding-left: 20px;
}
#menulevel1 a.activelinkdepth1 {
	padding-left: 20px;
}
#menulevel1 a.linkdepth1hassublinks {
	padding-left: 20px;
	background-image: url(../images/menu_pfeil1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#menulevel1 a.activelinkdepth1hassublinks {
	padding-left: 20px;
	background-image: url(../images/menu_pfeil2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#menulevel1 a.linkdepth2 {         /* Link-Tiefe 2 */
	padding-left: 25px;
}
#menulevel1 a.activelinkdepth2 {
	padding-left: 25px;
}
#menulevel1 a.linkdepth2hassublinks {
	padding-left: 25px;
	background-image: url(../images/menu_pfeil1.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#menulevel1 a.activelinkdepth2hassublinks {
	padding-left: 25px;
	background-image: url(../images/menu_pfeil2.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#menulevel1 a.linkdepth3 {         /* Link-Tiefe 3 */
	padding-left: 30px;
}
#menulevel1 a.activelinkdepth3 {
	padding-left: 30px;
}

#navi a.imglink {             /* Image-Link */
	padding: 0px;
	margin: 0px;
}

#navi img {
	display: block;            /* Hack, um bottom-Abstand im IE zu beseitigen */
}

#navi a.linkpublish {
	padding: 3px;
	padding-left: 10px;
	background-color: #C7C7CE;
}

#login,
#logout {
	padding-left: 6px;
}

#login input,
#logout input {
	width: 140px;
	margin-bottom: 2px;
	border: 1px solid gray;
}

#logout a {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#login .button,
#logout .button {
	width: 90px;
	margin-top: 5px;
	border: 1px solid gray;
}




/* Content */

#content {
	padding: 10px 0 0 10px;
}

#content h2 {
	color: #999;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

#content h3.newstitle {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
}

.textbody {

}

#content h3,
.ueberschrift {
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.8em;
}

.kleinertext {
	font-size: 9px;
}

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

.newsangebot_preis {
	font-weight: bold;
	font-size: 14px;
}

.blocksatz {
	text-align: justify;
}

hr {
	background-color: #AAA; /* Mozilla 1.4 */
	color: #AAA;   /* IE 6 */
	border: #AAA;  /* Opera 7.11 */
	height: 2px;   /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

ul {
	padding: 0 0 0 18px;
	margin: 0px;
	border-width: 0px;
	/*list-style-image:url(../images/list_style_image.gif);*/
}

li {
	margin-top: 0.4em;
}

li:first-child {
	margin-top: 0;
}

.contentleftimage {
	margin-top:   3px;
	margin-right: 6px;
}

.contentrightimage {
	margin-top:  3px;
	margin-left: 6px;
}

.bilderrahmen {
	border: 1px solid #237462;
}






.box1bg, .box2bg, .box3bg, .box0bg {
	background-color: #E1E1E6;
}

.box1fg, .box2fg, .box3fg, .box0fg {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 15px;
}

.box1fg {
	background-image: url(../images/bg_box1rundungoben.gif);
}
.box2fg {
	background-image: url(../images/bg_box2rundungoben.gif);
}
.box3fg {
	background-image: url(../images/bg_box3rundungoben.gif);
}
.box0fg {
	background-image: url(../images/bg_box1rundungoben_760.gif);
}

.box1innerwidth {
	width: 560px;  /* IE Korrektur wegen padding bei boxfg */
}
.box2innerwidth {
	width: 260px;
}
.box3innerwidth {
	width: 160px;
}
.box0innerwidth {
	width: 730px;
}

.boxprintview {
	padding: 15px;
}

.spacetop10 {
	margin-top: 10px;
}

.spaceleft10 {
	margin-left: 10px;
}

.displayblock {
	display: block;
}

input.inputmaxwidth {
	width: 590px;
}

textarea.textareamaxwidth {
	width: 590px;
}

.contentform input,
.contentform textarea,
.contentform select {
	border: 1px solid gray;
}

.contentform input.edit,
.contentform textarea {
	width: 200px;
	margin: 2px 0px;
}

.contentform textarea {
	height: 150px;
}

.contentform input.button {
	width: 90px;
	margin-top: 5px;
	border: 1px solid gray;
	background-color: #C7C7CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentform .hinweis {
	font-size: 9px;
}



/* Sonstiges */

#suchmaschinentext {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 10px;
	visibility: hidden;
}

div.linkprintview {
	margin-top: 15px;
	/*font-weight: bold;*/
}
