/* CSS Document */

html {
	height: 100%;
}

#pathway_text {
  overflow: hidden;
	display: block;
	 /*height: 25px; */
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	font-size: 12px;
	color: rgb(0,0,0);
	/* border: 1px solid #ccc;
	margin-bottom: 2px; */
}

body {
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: rgb(10,120,0);
	background:	rgb(230,230,230);
}

h1  {
	font-size: 12px;
	font-weight: bold;
}

h2  {
	font-size: 14px;
	font-weight: bold;
}

h3  {
	font-size: 16px;
	font-weight: bold;
}

h4  {
	font-size: 18px;
	font-weight: bold;
}

h5  {
	font-size: 20px;
	font-weight: bold;
}

/* Joomla core stuff */
a:link, a:visited {
	color: rgb(0,100,25); text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;	text-decoration: overline underline;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}


.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	/* background: url(../images/menu_bg.png) no-repeat; */
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: rgb(10,120,0);
	text-align: left;
	height: 22px;
	padding-top: 10px;
	padding-left: 18px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	/* background-position: 0px -25px; */
	text-decoration: underline overline;
	color: rgb(10,150,0);
}

a.mainlevelmenu#active_menumenu {
	color: rgb(233,228,199); 
	text-decoration:none; 
	font-weight: bold; 
	font-size: 14px;
}

a.mainlevel#active_menu:hover {
	color: rgb(10,120,0);
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

tr
#content {
	vertical-align: top;
}

#pathway  {
	background-color:rgb(90,181,66);
	height: 30px;
}

a.pathway:link, a.pathway:visited {
	color: #fff; text-decoration: none;
	font-weight: bold;
}

a.pathway:hover {
	color: #000;	text-decoration: none;
	font-weight: bold;
}

/* ################ */
/* CSS VDS GENERELL */
/* ################ */


body 			{ padding: 25px 0 25px 0; font-family: arial; font-size: 12px; color: rgb(46,48,64); background-color: rgb(139,108,79); background-image: url(../graph/holz.jpg); }
td 			{ font-family: arial; font-size: 12px; color: rgb(46,48,64); }

a:link 			{ color: rgb(46,48,64); text-decoration:underline; }
a:visited 		{ color: rgb(46,48,64); text-decoration:underline; }
a:active 		{ color: rgb(46,48,64); text-decoration:none; }
a:hover 		{ color: rgb(46,48,64); text-decoration:none; }

ul			{ margin: 20px 0 20px 0; padding: 0; line-height: 145%;}
li			{ margin: 15px 12px 0 22px; list-style-image: url(../graph/dreieck.gif); list-style-position: outside; }
ul.punkt		{ margin: 10px 0 15px 0px; padding: 0; line-height: 155%;}
.punkt li		{ margin: 15px 12px 0 22px; list-style-image: url(../graph/bullet.gif); list-style-position: outside; }
.punktint		{ margin: 15px 12px 0 22px; list-style-image: url(../graph/bullet.gif); list-style-position: outside; }

.oben 			{overflow:hidden; }

.menu 			{ font-size: 14px; background-image: url(../graph/menu.gif); padding: 3px 2px 0 5px; margin: 0; }
.menu a:link 		{ color: rgb(46,48,64); text-decoration:none; font-weight: bold; font-size: 14px;}
.menu a:visited 	{ color: rgb(46,48,64); text-decoration:none; font-weight: bold; font-size: 14px;}
.menu a:active_menumenu		{ color: rgb(233,228,199); text-decoration:none; font-weight: bold; font-size: 14px;}
.menu a:hover 		{ color: rgb(233,228,199); text-decoration:none; font-weight: bold; font-size: 14px;}
a.selected:link 	{ color: rgb(233,228,199); text-decoration:none; font-weight: bold; font-size: 14px;}
a.selected:visited 	{ color: rgb(233,228,199); text-decoration:none; font-weight: bold; font-size: 14px;}
a.selected:active	{ color: rgb(233,228,199); text-decoration:none; font-weight: bold; font-size: 14px;}
a.selected:hover 	{ color: rgb(233,228,199); text-decoration:none; font-weight: bold; font-size: 14px;}

.content 		{ background-image: url(../graph/mitte.jpg); padding: 15px; }

.text			{ line-height: 145%; text-align: left; }
.foto			{ margin: 5px 0 15px 0; padding: 0; border-top: solid 1px rgb(64,60,49); border-right: solid 1px rgb(235,229,201); border-bottom: solid 1px rgb(235,229,201); border-left: solid 1px rgb(64,60,49); }
.unten 			{ font-size: 11px; background-image: url(../graph/unten.gif);}

h1 			{ padding: 0; margin: 5px 0 15px 0; font-size: 18px; font-weight: bold; line-height: 105%; }
h2 			{ padding: 0; margin: 5px 0 5px 0; font-size: 14px; font-weight: bold; line-height: 105%; }
h3 			{ padding: 0; margin: 0; font-size: 12px; font-weight: bold; line-height: 120%; }


.formular 		{ font-family: Arial, sans-serif; color: rgb(100,100,100); font-size: 11px; width: 200px; background-color: rgb(230,230,230); border-top : 1px solid rgb(240,240,240); border-left : 1px solid rgb(240,240,240); border-right : 1px solid rgb(150,150,150); border-bottom : 1px solid rgb(150,150,150); }
.button 		{ font-family: Arial, sans-serif; color: rgb(220,191,58); font-size: 11px; font-weight: bold; background-color: rgb(107,107,107); border-top : 1px solid rgb(156,156,156); border-left : 1px solid rgb(156,156,156); border-right : 1px solid rgb(66,66,66); border-bottom : 1px solid rgb(66,66,66); }