﻿/*  Theme Name: Cenito-Custom  */


.entry {
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	line-height: 1.4em;
}

* html p	{
	font-size: 12px;
	line-height: 18px;
}
*:first-child+html p	{
	font-size: 12px;
	line-height: 18px;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
* html #sidebar h2	{
	font-size: 16px;
}
*:first-child+html #sidebar h2	{
	font-size: 16px;
}

h3 {
	font-size: 1.3em;
	}
* html #sidebar h3	{
	font-size: 12px;
}
*:first-child+html #sidebar h3	{
	font-size: 12px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
* html #sidebar .commentlist li, * html #sidebar #commentform input, * html #commentform textarea {
	font: 14.4px;
}
*:first-child+html .commentlist li, *:first-child+html #commentform input, *:first-child+html #commentform textarea {
	font: 14.4px;
}


.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


#sidebar {
	font: 1.2em Verdana, Arial, Sans-Serif;
	}
	
* html #sidebar	{
	font: 19px Verdana, Arial, Sans-Serif;
}
*:first-child+html #sidebar 	{
	font: 19px Verdana, Arial, Sans-Serif;
}

#sidebar_menu {
	padding: 0px 0px 10px 10px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
* html code	{
	font: 18px 'Courier New', Courier, Fixed;
}
*:first-child+html code 	{
	font: 18px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
* html acronym, * html abbr, * html span.caps	{
	font-size: 14px;
	letter-spacing: 1.1px;
}
*:first-child+html acronym, *:first-child+html abbr, *:first-child+htmlspan.caps 	{
	font-size: 14px;
	letter-spacing: 1.1px;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */


#header {
	background-color: #73a0c5;
	margin: 0 0 0 15px;
	padding: 0;
	height: 270px;
	width: 975px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	float: left;
	width: 36em;
	}
* html .post	{
	width: 576px;
}
*:first-child+html .post	{
	width: 576px;
}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
	white-space: nowrap;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Class



/* ------Allgemeine Bereiche------*/
* { margin:0; padding:0; }

html, body {
	height:100%; top:0; left:0; min-width:55em;
	background-color:#FFFFFF;
	font:normal 100,01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/** html body	{
	min-width:880px;
}
*:first-child+html body, *:first-child+html html	{
	min-width:900px;
}*/

a:link { color:#FF0000;	text-decoration:underline; }
a:visited { color:#999999; text-decoration:underline; } 
a:hover { color:#333333; text-decoration:none;	}
a:active { color:#FFCC33; text-decoration:underline;
}

#rahmen	{
	width:1050px;
}	
h1 {
	font-family:"Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-size:1.2em;
	color:#000000;
	font-weight:normal;
}
* html h1 {
	font-size:19px;
}
*:first-child+html h1	{
	font-size:19px;
}
h2	{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-size:1em;
	color:#000000;
	font-weight:bold;
}	
* html h2 {
	font-size:16px;
}
*:first-child+html h2	{
	font-size:16px;
}
h2 a:link    { color:#000000;	text-decoration:none; }
h2 a:hover   { color:#FF0000;	text-decoration:underline; }

h3	{
	font-family:arial, sans-serif;
	font-size:0.75em;
	color:#000000;
	font-weight:bold;
}
* html h3 {
	font-size:12px;
}
*:first-child+html h3	{
	font-size:12px;
}
h4	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#000000;
	font-weight:bold;
}	
* html h4 {
	font-size:12px;
}
*:first-child+html h4	{
	font-size:12px;
}
h5	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
	color:#000000;
	font-weight:normal;
        line-height:1.5em;
}
* html h5 {
	font-size:14px;
}
*:first-child+html h5	{
	font-size:14px;
}
h5 a:link    { color:#3B3B3B;	text-decoration:none; }
h5 a:visited   { color:#3B3B3B;	text-decoration:none; }
h5 a:hover { color:#333333; text-decoration:underline;	}
h5 a:active { color:#FFCC33; text-decoration:none; }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	line-height: 1.4em;
}
* html p {
	font-size:12px;
}
*:first-child+html p	{
	font-size:12px;
}
* html p a:link, * html p a:visited, * html p a:hover, * html p a:active	{ 
	font-size: 12px;
}
*:first-child+html p a:link, *:first-child+html p a:visited, *:first-child+html p a:hover, *:first-child+html p a:active	{
	font-size: 12px;
}

.blau	{
	color:#003C96;
}
.grau	{
	color:#E9E9E9;
}

.float_l	{
	float:left;
	padding: 5px 10px 5px 0;
}
* html float_l {
	padding: 5px 10px 5px 0;
}
*:first-child+html float_l	{
	padding: 5px 10px 5px 0;
}
.float_l_2	{
	float:left;
	padding: 0.2em 0.625em 0.3125em 0;
}
* html float_l_2 {
	padding: 5px 10px 5px 0;
}
*:first-child+html float_l_2	{
	padding: 5px 10px 5px 0;
}
.float _r	{
	float:right;
	padding: 0.3125em 0 0.3125em 0.625em;
}
* html float_r {
	padding: 5px 10px 5px 0;
}
*:first-child+html float_r	{
	padding: 5px 10px 5px 0;
}
.bildzutop	{
	margin-top:-0.6em;
}
* html .bildzutop {
	margin-top:0px;
}
*:first-child+html .bildzutop	{
	margin-top:0px;
}

/*----- Bildbemaßungen -----*/
.b_headright { /* Topbildformation für relative Vergrößerungsmöglichkeit rechte Seite */
	position:absolute; 
	width:48.438em; 
	height:16.875em; 
}
* html .b_headright { /* Topbildformation für relative Vergrößerungsmöglichkeit rechte Seite */
	position:absolute; 
	width:775px; 
	height:270px; 
}
*:first-child+html .b_headright{
	position:absolute; 
	width:775px; 
	height:270px; 
}
.b_headleft { /* Topbildformation für relative Vergrößerungsmöglichkeit linke Seite */
	width:12.5em;
	height:8.125em;
	margin-bottom:7px;
}

* html .b_headleft { /* Topbildformation für relative Vergrößerungsmöglichkeit linke Seite */
	width:200px;
	height:130px;
	margin-bottom:7px;
}
*:first-child+html .b_headleft { /* Topbildformation für relative Vergrößerungsmöglichkeit linke Seite */
	width:200px;
	height:130px;
	margin-bottom:7px;
}
.b_250_170	{ /* 250 x 170 */
	width:15.625em;
	height:10.625em;
}
* html .b_250_170	{
	width:250px;
	height:170px;
}
*:first-child+html .b_250_170	{
	width:15.625em;
	height:10.625em;
}
.b_250_170_text	{ /* 250 x 170 */
	width:12.625em;
	height:12.625em;
}
* html .b_250_170_text	{
	width:250px;
	height:170px;
}
*:first-child+html .b_250_170_text	{
	width:250px;
	height:170px;
}
.b_168_570	{ /* 168 x 570 */
	width:10.5em;
	height:35.625em;
}
* html .b_168_570	{
	width:168px;
	height:570px;
}
*:first-child+html .b_168_570	{
	width:168px;
	height:570px;
}
.b_168_450	{ /* 168 x 450 */
	width:10.5em;
	height:28.125em;
}
* html .b_168_450	{
	width:168px;
	height:450px;
}
*:first-child+html .b_168_450	{
	width:168px;
	height:450px;
}
.b_168_473	{ /* 168 x 473 */
	width:10.5em;
	height:29.56em;
}
* html .b_168_473	{
	width:168px;
	height:473px;
}
*:first-child+html .b_168_473	{
	width:168px;
	height:473px;
}
.b_168_300	{ /* 168 x 300 */
	width:10.5em;
	height:18.75em;
}
* html .b_168_300	{
	width:168px;
	height:300px;
}
*:first-child+html .b_168_300	{
	width:168px;
	height:300px;
}
.b_168_180	{ /* 168 x 180 */
	width:10.5em;
	height:11.25em;
}
* html .b_168_180	{
	width:168px;
	height:180px;
}
*:first-child+html .b_168_180	{
	width:168px;
	height:180px;
}
.b_168_200	{ /* 168 x 200 */
	width:10.5em;
	height:12.5em;
}
* html .b_168_200	{
	width:168px;
	height:200px;
}
*:first-child+html .b_168_200	{
	width:168px;
	height:200px;
}
.b_168_370	{ /* 168 x 370 */
	width:10.5em;
	height:23.125em;
}
* html .b_168_370	{
	width:168px;
	height:370px;
}
*:first-child+html .b_168_370	{
	width:168px;
	height:370px;
}
.b_20_20	{ /* 20 x 20 */
	width:1.25em;
	height:1.25em;
}
* html .b_20_20	{
	width:20px;
	height:20px;
}
*:first-child+html .b_20_20	{
	width:20px;
	height:20px;
}
.b_250_100	{ /* 250 x 100 */
	width:15.625em;
	height:6.25em;
}
* html .b_250_100	{
	width:250px;
	height:100px;
}
*:first-child+html .b_250_100	{
	width:250px;
	height:100px;
}
.b_250_140	{ /* 250 x 140 */
	width:15.625em;
	height:8.75em;
}
* html .b_250_140	{
	width:250px;
	height:140px;
}
*:first-child+html .b_250_140	{
	width:250px;
	height:140px;
}
.b_250_170	{ /* 250 x 170 */
	width:15.625em;
	height:10.625em;
}
* html .b_250_170	{
	width:250px;
	height:170px;
}
*:first-child+html .b_250_170	{
	width:250px;
	height:170px;
}
.b_300_200	{ /* 300 x 200 */
	width:18.75em;
	height:12.5em;
}
* html .b_300_200	{
	width:300px;
	height:200px;
}
*:first-child+html .b_300_200	{
	width:300px;
	height:200px;
}
.b_232_162	{ /* 232 x 162 */
	width:14.5em;
	height:10.125em;
}
* html .b_232_162	{
	width:232px;
	height:162px;
}
*:first-child+html .b_232_162	{
	width:232px;
	height:162px;
}
.b_200_400	{ /* 200 x 400 */
	width:12.5em;
	height:25em;
}
* html .b_200_400	{
	width:200px;
	height:400px;
}
*:first-child+html .b_200_400	{
	width:200px;
	height:400px;
}
.b_500_150	{ /* 500 x 150 */
	width:31.25em;
	height:9.375em;
}
* html .b_500_150	{
	width:500px;
	height:150px;
}
*:first-child+html .b_500_150	{
	width:500px;
	height:150px;
}
.inforbild1	{
	width:10.5em;
	height:5em;
	margin-top:-0.6em;
	margin-bottom:0.3em;
}
* html .inforbild1	{
	width:168px;
	height:80px;
	margin-top:-9.6px;
	margin-bottom:4.8px;
}
*:first-child+html .inforbild1	{
	width:168px;
	height:80px;
	margin-top:-9.6px;
	margin-bottom:4.8px;
	}
.inforbild1a	{ /*Zuordnung für erstes der drei Themenbilder auf der Startseite*/
	width:10.5em;
	height:5em;
	margin-top:0.3em;
	margin-bottom:0.3em;
}
* html .inforbild1a	{
	width:168px;
	height:80px;
	margin-top:4.8px;
	margin-bottom:4.8px;
	}
*:first-child+html .inforbild1a	{
	width:168px;
	height:80px;
	margin-top:4.8px;
	margin-bottom:4.8px;
	}
.inforbild2	{
	width:10.5em;
	height:5em;
	margin-bottom:0.3em;
}
* html .inforbild2	{
	width:168px;
	height:80px;
	margin-bottom:4.8px;
	}
*:first-child+html .inforbild2	{
	width:168px;
	height:80px;
	margin-bottom:4.8px;
	}
	



/*----- Hauptcontainer -----*/

/* vertikaler, rechter Container */
#vertikal_right	{ 
	width:10.5em;
	float:right;
	margin-top:0.625em;
}
* html #vertikal_right	{
	width:210px;
	margin-top:0px;
}
*:first-child+html #vertikal_right	{
	width:213px;
	margin-top:0;
}
#hauptbody	{ /* Kompletter Container für den gesamten rechten Bereich, incl. rechtes oberes Startbild und horizontaler Navigation */
	width:51.35em;
	margin-left:10.5em;
}
* html #hauptbody	{
	width:820px;
	margin-left:180px;
}
*:first-child+html #hauptbody	{
	width:820px;
	margin-left:168px;
}

/* vertikaler, linker Container */
#vertikal_left	{
	margin-left:15px;
	width:12.5em;
	float:left;
}
* html #vertikal_left	{
	width:200px;
}
*:first-child+html #vertikal_left	{
	margin-left:7px;
	width:200px;
}

/* End hide from IE5/mac */

/* Hide from IE5-mac. Only IE-win sees this. \*/ 

* html #vertikal_left {
  margin-left:5px;
  }  
* html #hauptbody {
  height:1%;
  margin-right:0;
  }
  
/* Ende ie-Float-Bug Ausgrenzung */

/* End hide from IE5/mac */






#content	{
	padding:0.625em 0.938em 0.625em 0.938em;
	width:35em;
	background-image:url(b_allg/hg_hauptfeld.gif);
	background-repeat:repeat-y;
	-moz-border-radius-bottomleft:0.625em;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:none;
	border-left-style:solid;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-left-color:#CCCCCC;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
* html #content	{
	padding:10px 10px 10px 15px;
	width:560px;
}
*:first-child+html #content{
	padding:10px 15px 10px 15px;
	width:560px;
}
#head	{
	width:48.125em;
	height:17em;
}
* html #head	{
	width:770px;
	height:272px;
}
*:first-child+html #head	{
	width:770px;
	height:272px;
}
#head_pda	{
	display:none;
}
.line1	{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	height:1px;
	margin:1em 0 1em 0;
}
* html .line1	{
	margin:16px 0 16px 0;
}
*:first-child+html .line1	{
	margin:16px 0 16px 0;
}
.breaking	{
	margin:0.5em 0 0.5em 0;
}
* html	{
	margin:8px 0 8px 0;
}
*:first-child+html	{
	margin:8px 0 8px 0;
}






/*----- Infocontainer -----*/
/*linke Seite*/
#infocenito	{
	width:8em;
	margin-top:1.5em;
	padding:0.65em 1em 0.65em 0.9em;
	border-top-width:1px;
	border-top-style:solid;
	border-right-style:none;
	border-left-style:none;
	border-top-color:#CCCCCC;
}
* html #infocenito	{
	width:168px;
	margin-top:24px;
	padding:10px 0px 10px 14px;
}
*:first-child+html #infocenito	{
	width:168px;
	margin-top:10px;
	padding:10px 16px 10px 14px;
}
#infocenito p{
	font-size:0.59em;
}
* html #infocenito p	{
	font-size:10px;
	line-height:16px;
}
*:first-child+html #infocenito p	{
	font-size:10px;
	line-height:16px;
}
#infocenito	h3{
	font-size:0.6em;
}
* html h3	{
	font-size:12px;
}
*:first-child+html h3	{
	font-size:12px;
}
#infocenito a:link, #infocenito a:visited, #infocenito a:hover, #infocenito a:active	{
	font-size:1em;
	padding:0.65em 0 0.65em 0;
}
* html #infocenito a:link, * html #infocenito a:visited, * html #infocenito a:hover, * html #infocenito a:active	{
	font-size:10px;
	padding:10px 0 10px 0;
}
*:first-child+html #infocenito a:link, *:first-child+htm #infocenito a:visited, *:first-child+htm #infocenito a:hover, *:first-child+htm #infocenito a:active	{
	font-size:10px;
	padding:10px 0 10px 0px;
}


/*rechte Seite*/
#infor01	{
	width:9.1em;
	padding:0.65em;
	margin-top:-0.625em;
	margin-bottom:7px;
	border: 1px solid #CCCCCC;
	background-image:url(b_allg/hg_info.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
* html #infor01	{
	width:145px;
	padding:10px;
	margin-top:0px;
}
*:first-child+html #infor01	{
	width:145px;
	padding:10px;
	margin-top:0px;
}
#infor02, #infor03	{
	width:9.1em;
	padding:0.65em;
	border: 1px solid #CCCCCC;
	margin-bottom:7px;
	background-image:url(b_allg/hg_info.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
* html #infor02, * html #infor03	{
	width:145px;
	padding:10px;
}
*:first-child+html #infor02, *:first-child+html #infor03	{
	width:145px;
	padding:10px;
}
#infor01 p, #infor02 p, #infor03 p{
	font-size:0.6em;
	line-height:14px;
}
* html #infor01 p, * html #infor02 p, * html #infor03 p 	{
	font-size:10px;
	line-height:14px;
}
*:first-child+html #infor01 p, * html #infor02 p, * html #infor03 p	{
	font-size:10px;
	line-height:14px;
}
#infor01 a:link { color:#000000; text-decoration:none; }
#infor01 a:visited { color:#000000; text-decoration:none; } 
#infor01 a:hover { color:#FF0000; text-decoration:underline;	}
#infor01 a:active { color:#FF0000; text-decoration:underline; }

* html #infor01 a:link, * html #infor01 a:visited, * html #infor01 a:hover, * html #infor01 a:active	{
	font-size:10px;
}
*:first-child+html #infor01 a:link, *:first-child+html #infor01 a:visited, *:first-child+html #infor01 a:hover, *:first-child+html #infor01 a:active	{
	font-size:10px;
}

#infor01 h3, #infor02 h3, #infor03 h3{
	font-size:0.8em;
	font-variant:small-caps;
	color:#FF0000;
}
* html #infor01 h3, * html #infor02 h3, * html #infor03 h3	{
	font-size:13px;
}
*:first-child+html #infor01 h3, *:first-child+html #infor02 h3, *:first-child+html #infor03 h3	{
	font-size:13px;
}

/*----- Navigation -----*/
/* Vertikal */

ul#navv {
	width:10.5em;
	margin:0 0 7px 0;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
}
* html ul#navv	{
	width:168px;
}
*:first-child+html ul#navv	{
	width:168px;
}
ul#navv li {
	list-style:none;
	margin:0.4em 0.4em 0.4em 0.5em;
	padding:0;
}
* html ul#navv li	{
	margin:6px 2px 6px 8px;
}
*:first-child+html ul#navv li	{
	margin:6px 2px 6px 8px;
}
ul#navv li ul { /*Unterpunkte*/
	margin:0 0 0 0.9em; 
	padding:0;
}
* html ul#navv li ul	{
	margin:0 0 0 14px; 
}
*:first-child+html ul#navv li ul	{
	margin:0 0 0 14px; 
}
ul#navv li ul li {
	margin:0;
}
/** html ul#navv li ul li {  
	margin-left:1em;
	ma\rgin-left:0;
}*/

ul#navv a, #sidebar_menu a {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#3B3B3B;
	font-size:0.875em;
	background-image:url(images/pfeil_grau.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0.2em 1em 0.2em 1em;
}

* html ul#navv a, * html #sidebar_menu a {
	width:	140px;  
	font-size:16px;
}
*:first-child+html ul#navv a, *:first-child+html #sidebar_menu a {
	width:	140px;  
	font-size:16px;
}
* html ul#navv li ul li a, * html #sidebar_menu a {
	width: 125px;  
}
*:first-child+htmll ul#navv li ul li a, *:first-child+html #sidebar_menu a {
	width: 125px;  
}
ul#navv a, #sidebar_menu a:hover {
	color:#FF0000;
	text-decoration:underline;
	background-image:url(images/pfeil_rot.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#sidebar_menu a:link, #sidebar_menu a:visited, #sidebar_menu a:active {
	background-image:url(images/pfeil_grau.gif);
	background-position:left;
	background-repeat:no-repeat;
}


#sidebar_menu #blink a:link, #sidebar_menu #blink a:visited, #sidebar_menu #blink a:active {
	background-image:url(images/pfeil_blink.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* Horizontal */
/*ul#navh { 
	width:49.4em; 
	margin-top:0em; 
	text-align:right;
}
ul#navh li {
	list-style:none;
	display:inline;
}
ul#navh a, #sidebar a, ul#navh span {
	text-decoration:none;
	font-weight:normal;
	font-size:0.75em;
	color:#333333;
	background-image:url(images/b_quadrat_links.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:1em;
	padding-right:1em;
}
* html ul#navh a, #sidebar a, * html ul#navh span {
	w/idth: auto;  
}
ul#navh a, #sidebar a:hover, ul#navh span {
	color:#FF6600;
	text-decoration:underline;
}

a:link { color:#000000;	text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; } 
a:hover { color:#333333; text-decoration:none;	}
a:active { color:#FFCC33; text-decoration:underline; }
*/
#sitemapview li {
    font-size: 0.75em;
    line-height: 1.2em;
    } 
	
* html #sitemapview li {
    font-size: 12px;
    line-height: 19px;
    } 
*:first-child+html #sitemapview li {
    font-size: 12px;
    line-height: 19px;
    } 
