/* CSS Document */

/***** Allgemeine Elemente: body, p, a, ... ********************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a:link, a:visited, a:active, a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#main_inhalt a:link, #main_inhalt a:visited, #main_inhalt a:active, #main_inhalt a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

#main h1, #main_large h1 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 20px 0;
}

#main h2, #main_large h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 20px 0;
}

#main h3, #main_large h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 0;
}

#main h4, #main_large h4, #main h5, #main_large h5, #main h6, #main_large h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0;
}

p {
	margin-bottom: 0.7em;
}

* html td {
	font-size: 0.8em;
}

ul {
	list-style-position: outside;
	margin: 0 0 0.8em 15px;
}

/***************************************************************************************************************************/

/***** Individuelle IDs und CLASSes ****************************************************************************************/

#contalles {
	width: 100%;
	background: url(../images/object.gif) repeat-x 0 500px;
	margin-bottom: 20px;
}

* html #contalles {
	text-align: center;
}

#alles {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

#contheader {}

#header_top {
	margin-top: 10px;
	text-align: right;
}

#suche {
	float: right;
	padding: 3px 0 3px 20px;
}

#topnav {
	padding: 3px 20px;
	margin-right: 11.8em;
}

* html #topnav {
	width: 13em;
}

#header {
	clear: both;
	height: 133px;
	background: url(../images/logo.gif) no-repeat 70px 0;
}

#header_bottom {
	clear: both;
	height: 15px;
}

table#contmain td#left, table#contmain td#main, table#contmain td#right {
	vertical-align: top;
}

table#contmain td#left {
	width: 165px;
	padding-top: 50px;
}

table#contmain td#main, #contmain_inhalt {
	width: 605px;
}

table#contmain td#main_large, #contmain_inhalt_large {
	width: 790px;
}

table#contmain td#right {
	width: 185px;
}

#left_top, #left_bottom {
	height: 14px;
}

#left_top {
	background: url(../images/navi_top.gif) no-repeat top;
}

#left_inhalt {
	min-height: 120px;
	background: #E8E8E8 url(../images/navi_left.gif) repeat-y left;
	padding: 0 15px;
}

* html #left_inhalt {
	height: 120px;
}

#left_bottom {
	background: url(../images/navi_bottom.gif) no-repeat bottom;
}

#left_inhalt, #left_bottom {
	clear: both;
}

#contmain_inhalt, #contmain_inhalt_large {
	clear: both;
}

#contmain_inhalt {
	background: url(../images/main_hg.gif) repeat-y;
}

#contmain_inhalt_large {
	background: url(../images/main_hg_large.gif) repeat-y;
}

#main_top, #main_top_large {
	padding: 20px 20px 20px 70px;
	color: #BBBBBB;
}

#main_top {
	background: url(../images/main_top.gif) no-repeat top;
}

#main_top_large {
	background: url(../images/main_top_large.gif) no-repeat top;
}

#main_inhalt {
	min-height: 280px;
	padding: 0 20px 20px 20px;
}

* html #main_inhalt {
	height: 280px;
}

* html #main_inhalt table, #main_inhalt, #footer, #contmain_inhalt, #contmain_inhalt_large {
	color: #EEEEEE;
}

#main_inhalt table {
	line-height: 140%;
}

* html #main_inhalt table {
	line-height: 120%;
}

#main_inhalt, #footer {
	clear: both;
}

#werbung_oben, #werbung_unten {
	text-align: center;
}

#werbung_oben {
	margin-bottom: 15px;
}

#e__editor, * html #e__editor table {
	clear: both;
	color: #000000 !important;
	background-color: #EEEEEE;
	padding: 10px;
}

#werbung_unten {
	margin-top: 15px;
}

#footer {
	text-align: center;
	padding: 0 15px 5px 15px;
	font-size: 0.8em;
}

#footer hr {
	margin-bottom: 7px;
}

* html #footer hr {
	margin-bottom: 0;
}

#main_bottom, #main_bottom_large {
	clear: both;
	height: 9px;
}

#main_bottom {
	background: url(../images/main_bottom.gif) no-repeat bottom;
}

#main_bottom_large {
	background: url(../images/main_bottom_large.gif) no-repeat bottom;
}

.clearboth {
	clear: both;
}

/***************************************************************************************************************************/

/***************************************************************************************************************************/
/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */

.clearfix:after {

	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix { 
	height: 1%; 
}

/* End hide from IE-mac */
/***************************************************************************************************************************/

/***** Joomla IDs und CLASSes **********************************************************************************************/

.moduletable_mainmen table {
	border-top: 1px solid #CCCCCC;
}

.moduletable_mainmen td {
	border-bottom: 1px solid #CCCCCC;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	text-decoration: none;
	color: #000000;
	width: 135px;
	margin: 3px 0;
	text-align: right;
	font-weight: bold;
}

a.mainlevel:active, a.mainlevel:hover, a.mainlevel#active_menu {
	color: #990000;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	text-decoration: none;
	color: #000000;
	width: 135px;
	margin: 3px 0;
	text-align: right;
	font-size: 0.9em;
}

a.sublevel:active, a.sublevel:hover, a.sublevel#active_menu, * html #active_menu {
	color: #990000;
}

* html > body .mainlevel-nav {
	width: 30px;
	text-align: center;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	text-decoration: none;
	color: #000000;
	padding: 0 10px;
}

a.mainlevel-nav:active, a.mainlevel-nav:hover {
	color: #990000;
}

.back_button {
	margin-top: 20px;
	text-align: center;
}

.back_button a:link, .back_button a:visited {
	text-decoration: none;
}

table.contentpaneopen_blog, table.contentpane_blog, table.contentheading_blog td, table.componentheading_blog td {
	margin-right: 20px;
}

table.blog_blog {
	margin-right: -20px;
}

a.pathway:link, a.pathway:visited {
	text-decoration: none;
	color: #BBBBBB;
}

a.pathway:active, a.pathway:hover {
	text-decoration: underline;
}

.componentheading, .componentheading_blog, .contentheading, .contentheading_blog, .contentpagetitle {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 140%;
	text-align: left !important;
}

* html table .contentheading, * html table .contentheading_blog, * html table .contentpagetitle {
	font-size: 1.2em;
}

table .contentpane img, table .contentpaneopen img, table .contentpaneopen_blog img, .mosimage {
	margin: 5px 10px;
}

.mosimage_caption {
	line-height: 120%;
	margin: 0 5px 0 10px;
	font-style: italic;
	text-align: center;
}

table.contentpane fieldset, table.contentpaneopen fieldset {
	padding: 5px 15px;
}

table.contentpane fieldset div, table.contentpaneopen fieldset div {
	overflow: hidden;
}

.createdate, .small, .modifydate {
	font: 100% "Times New Roman", Times, serif;
	font-style: italic;
	color: #BBBBBB;
}

.contmodul {
	width: 170px;
	margin: 0 0 15px 15px;
	background: url(../images/modul_hg.gif) repeat-y;
}

.modul_top, .modul_inhalt, .modul_bottom {
	clear: both;
}

.modul_top, .modul_bottom {
	height: 9px;
}

.modul_top {
	background: url(../images/modul_top.gif) no-repeat top;
}

.modul_inhalt {
	min-height: 150px;
	padding: 0 15px; 
}

* html .modul_inhalt {
	height: 150px;
}

.modul_bottom {
	background: url(../images/modul_bottom.gif) no-repeat bottom;
}

.moduletable {
	font-size: 0.8em;
	line-height: 140%;
}

* html .moduletable table {
	font-size: 1.25em;
	line-height: 140%;
}

.moduletable a:link, .moduletable a:visited, .moduletable a:active, .moduletable a:hover {
	color: #990000;
	text-decoration: underline;
}

.moduletable h3 {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 10px;
}

.moduletable input {
	margin-top: 5px;
}

* html table th.pagenav_next, * html table th.pagenav_prev {
	font-size: 0.8em;
	font-weight: bold;
}


select.inputbox {
	min-width: 3.2em;
}