/* Template CSS steuert das gesamte optische Verhalten von Elementen auf der Baumann Page - Änderungen im Januar 08 von Michael Scholze */

body {
	margin:0;
	padding:0;
	font-family : "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	font-size : 13px;
	color : #666666;
    background: url(../images/bg.png) repeat-x;
    background-color : #647e9f;
}

th, td, tr, div {
	font-family : "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	color : #666666;
	font-size : 13px;
	padding-left : 0px;
}

/*Ergänzung für eingerückten Fliesstext - bei Problemen entfernen und im oberen Block ,p zur Liste hinzufügen */

p {
	padding-left : 10px;
}

/* Ergänzung für Blog-Ansicht auf voller Breite */

table.blog {
width:100%;
}

/* Anpassung der Listen für Grafik als Listenpunkt - Entsprechender Fix für IE in separater IE.css*/

ul {
	margin				: 0px;
	padding				: 0px;
	list-style			: none;
}

li {
	line-height			: 15px;
	padding-left		: 25px;
	padding-top			: 0px;
	text-indent			: -20px;
	list-style-position: inside;
	list-style-image	: url(../images/dot.gif);
}

/* Eingerückte Überschriften mit Abstand zum Fließtext */

h2 {
	margin-top: 13px;
	margin-bottom: 5px;
	margin-left: 5px;
}

h3 {
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 8px;
}

h4 {
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 10px;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

a:link, a:visited {
	color : #7b76a7;
	text-decoration : none;
}

a:hover {
	color : #8f8f8f;
	text-decoration : none;
}

#header	{
	width: 903px;
	height: 71px;
	padding: 0;
	margin: 0;
}

#header_logo	{
	background: url(../images/2.logo.png) no-repeat;
	width: 400px;
	height: 71px;
	/*float: left;*/
    vertical-align:bottom;
	margin-bottom: 1px;
	margin-top: 2px;
}

#header_google	{
	width: 450px;
	height: 15px;
	padding-left: 35px;
        /*float: right;*/
	/*vertical-align: bottom;*/
        text-align: right;
}

#header_other	{
	padding-right: 20px;
    /*float: right;*/
	/*vertical-align: bottom;*/
    text-align: left;
    width: 445px;
}

#maincontainer	{
	width: 903px;
	margin: 0 auto; /*Center container on page*/
}

#main_nav	{
	background: url(../images/2.main_nav_bg.png);
	height: 40px; /*ursprungswert 40px; */
	width: 903px;
	margin-bottom: 0px;
}

#nav_wrapper	{
	width: 715px;
	height: 40px;
	float: left;
	margin-left: 5px;
}

#search_wrapper	{
	float: left;
	padding-top: 4px;
	margin: 0;
}

#search_wrapper .inputbox {
	border: solid #8e8e8e 1px;
	width: 140px;
	font-size: 11px;
	color: #8e8e8e;
	padding-left: 3px;
	margin-left: 15px;
}

.main_table	{
	width: 100%;
}

/************************ Content Container Table Elements ****************************/

.content_column	{

}

.content_container {
	width: 100%;
}

.right_column	{
	width: 183px;
	padding-left: 12px;
}

.content_nw	{
	background: url(../images/2.content_top-l.png) no-repeat;
	width: 5px;
	height: 5px;
}

.content_n	{
	background: url(../images/2.content_top.png) repeat-x;
	height: 5px;
}

.content_ne	{
	background: url(../images/2.content_top-r.png) no-repeat;
	width: 5px;
	height: 5px;
}

.content_w	{
	background: url(../images/2.content_l.png) repeat-y;
	width: 5px;
}

.content_center	{
	background: #ffffff;
	padding: 5px;
	height: 500px;
}

.content_footer	{
	background: #ffffff;
	padding: 5px;
}

.content_e	{
	background: url(../images/2.content_r.png) repeat-y;
	width: 5px;

}

.content_sw	{
	background: url(../images/2.content_bot-l.png) no-repeat;
	width: 5px;
	height: 9px;
}

.content_s	{
	background: url(../images/2.content_bot.png) repeat-x;
	height: 9px;
}

.content_se	{
	background: url(../images/2.content_bot-r.png) no-repeat;
	width: 5px;
	height: 9px;
}

/************************ END Content Container Table Elements ****************************/

#footer{
	color: #ffffff;
	width: 100%;
	text-align: center;
}

/************************ Module Tables ****************************/

table.moduletable {
	background: url(../images/2.mod-table-bg.png) no-repeat;
	background-position: bottom;
	width: 100%;
	padding: 0 0 8px 0;
	margin-bottom: 12px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/2.mod-table-th-default.png) no-repeat;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0 8px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 2px 0;
}

table.moduletable a:link, table.moduletable a:visited {
	color : #7b76a7;
	text-decoration : none;
}

table.moduletable a:hover	{
	color : #8f8f8f;
	text-decoration : none;
}

table.moduletable td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	font-weight: normal;
}

/***************************/
/* Special für Shop...     */
/***************************/

table.moduletableshop {
	background: url(../images/2.mod-table-bg.png) no-repeat;
	background-position: bottom;
	width: 98%;
	padding: 0 0 8px 0;
	margin-bottom: 12px;
}

table.moduletableshop th, div.moduletableshop h3 {
	background: url(../images/2.mod-table-th-default.png) no-repeat;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0 8px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 2px 0;
}

table.moduletableshop a:link, table.moduletable a:visited {
	color : #7b76a7;
	text-decoration : none;
}

table.moduletableshop a:hover	{
	color : #8f8f8f;
	text-decoration : none;
}

table.moduletableshop td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	font-weight: normal;
}

/***************/

table.moduletable-blue {
	background: url(../images/2.mod-table-bg.png) no-repeat;
	background-position: bottom;
	width: 100%;
	padding: 0 0 8px 0;
	margin-bottom: 12px;
}

table.moduletable-blue th, div.moduletable-blue h3 {
	background: url(../images/2.mod-table-th-blue.png) no-repeat;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0 8px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 2px 0;
}

table.moduletable-blue a:link, table.moduletable-blue a:visited {
	color : #2254a7;
	text-decoration : none;
}

table.moduletable-blue a:hover	{
	color : #8f8f8f;
	text-decoration : none;
}

table.moduletable-blue td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	font-weight: normal;
}

/***************/

table.moduletable-green {
	background: url(../images/2.mod-table-bg.png) no-repeat;
	background-position: bottom;
	width: 100%;
	padding: 0 0 8px 0;
	margin-bottom: 12px;
}

table.moduletable-green th, div.moduletable-green h3 {
	background: url(../images/2.mod-table-th-green.png) no-repeat;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0 8px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 2px 0;
}

table.moduletable-green a:link, table.moduletable-green a:visited {
	color : #718c14;
	text-decoration : none;
}

table.moduletable-green a:hover	{
	color : #8f8f8f;
	text-decoration : none;
}

table.moduletable-green td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	font-weight: normal;
}

/***************/

table.moduletable-grey {
	background: url(../images/2.mod-table-bg.png) no-repeat;
	background-position: bottom;
	width: 100%;
	padding: 0 0 8px 0;
	margin-bottom: 12px;
}

table.moduletable-grey th, div.moduletable-grey h3 {
	background: url(../images/2.mod-table-th-grey.png) no-repeat;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0 8px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 2px 0;
}

table.moduletable-grey a:link, table.moduletable-grey a:visited {
	color : #737373;
	text-decoration : none;
}

table.moduletable-grey a:hover	{
	color : #8f8f8f;
	text-decoration : none;
}

table.moduletable-grey td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	font-weight: normal;
}

/***************/

table.moduletable-orange {
	background: url(../images/2.mod-table-bg.png) no-repeat;
	background-position: bottom;
	width: 100%;
	padding: 0 0 8px 0;
	margin-bottom: 12px;
}

table.moduletable-orange th, div.moduletable-orange h3 {
	background: url(../images/2.mod-table-th-orange.png) no-repeat;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0 8px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 2px 0;
}

table.moduletable-orange a:link, table.moduletable-orange a:visited {
	color : #ef9312;
	text-decoration : none;
}

table.moduletable-orange a:hover	{
	color : #8f8f8f;
	text-decoration : none;
}

table.moduletable-orange td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	font-weight: normal;
}

/***************/

table.moduletable-purple {
	background: url(../images/2.mod-table-bg.png) no-repeat;
	background-position: bottom;
	width: 100%;
	padding: 0 0 8px 0;
	margin-bottom: 12px;
}

table.moduletable-purple th, div.moduletable-purple h3 {
	background: url(../images/2.mod-table-th-purple.png) no-repeat;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0 8px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 2px 0;
}

table.moduletable-purple a:link, table.moduletable-orange a:visited {
	color : #6c6890;
	text-decoration : none;
}

table.moduletable-purple a:hover	{
	color : #8f8f8f;
	text-decoration : none;
}

table.moduletable-purple td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	font-weight: normal;
}

/************************ END Module Tables ****************************/



#CLR {
	clear: both
}

h5	{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0;
}
/*
ul {
	margin-top: 10px;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}


li {
	background-image: none ;
}
*/
.button {
	background: url(../images/button_bg.png);
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	color : #666666;
	margin : 5px;
}

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	border: outset #ffffff 2px;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
}

.inputbox {
	border : 1px solid #8e8e8e;
	background-color: #f3f9ff;
	color : #666666;
	margin : 5px;
}

.inputboxlogin {
	border : 1px solid #8e8e8e;
	background-color: #f3f9ff;
	color : #666666;
	margin : 5px;
	width : 200px;
}

.sectiontableheader {
	font-size : 13px;
	font-weight : bold;
	color: #666666;
	background:
	border-bottom: 2px solid #cccccc;
	height: 20px;
}

.sectiontableentry1 {
	background: #ffffff;
	text-decoration : none;
	height: 20px;
}

.sectiontableentry2 {
	background: #f7f7f7;
	text-decoration : none;
	height: 20px;
}


a.mainlevel {
	margin : 0px;
	padding-bottom: 2px;
	font-size : 12px;
	width : 100%;
	border-bottom: dotted 1px #cccccc;
}

a.mainlevel:link, a.mainlevel:visited {
	display : block;
	color: #868faa;
}

a.mainlevel:hover {
	text-decoration : none;
	color: #666666;
}

#active_menu {
	font-weight : normal;
	color : #000000;
}

a#active_menu:hover {
}

.sublevel {
	font-size : 12px;
}


ul#mainlevel-nav {
	list-style : none;
	padding: 0;
	margin: 0;
}

ul#mainlevel-nav li {
	display : block;
	padding-left: 0px;
	vertical-align: top;
	float : left;
	text-indent: 0px;
	font-size : 13px;
	line-height: 25px;
	white-space : nowrap;
	/*border-right: solid #b6b6b6 1px;
	border-left: solid #d5d5d5 1px;*/
	background: url(../images/menu_bg.png) repeat-x;
	margin-top: 0px;
}

ul#mainlevel-nav li a {
	display : block;
	padding-left : 15px;
	padding-right : 15px;
	text-decoration : none;
	color : #666666;

}

ul#mainlevel-nav li a:hover {
	color : #333333;
    filter:Alpha(opacity=50);
    -moz-opacity:0.5;
    background-color: #9abde5;
}

ul.mainlevel:hover {
	text-decoration : none;
	color: #222222;
}

ul.latestnews {
	padding-left: 3px;
	margin: 0;
	list-style : none;
}

ul.latestnews li {
	margin: 0px;
	font-size: 13px;
	background-image: none;
	padding-bottom: 2px;
	border-bottom: dotted 1px #cccccc;
}

ul.latestnews a:link, ul.latestnews a:visited {
	display : block;
	margin : 0;
	color: #7b76a7;
}

ul.latestnews a:hover {
	text-decoration : none;
	color: #8f8f8f;
}



a.category:link, a.category:visited {
	font-weight : bold;
}

.readon {
   /* Erweiterung durch Michael Scholze */
	font-weight : bold;
	color: #013370;
	font-size : 14px;
	text-indent : 20px;
   	line-height: 14px;
	background: url(../images/weiter_bg.gif) no-repeat;
	background-position: 0px 0px;
	padding-right: 30px;
}

.pagenavbar {
	padding : 3px;
	text-align : center;
}

.contenttoc {
	width : 150px;
	background: url(../images/contenttoc_bg.gif) no-repeat;
	border : 1px solid #cccccc;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contenttoc th {
	padding : 3px 5px;
	font-size : 14px;
	font-weight : normal;
	text-align : left;
	color : #364572;
}

.contenttoc td {
	padding : 2px 5px;
}

.small {
	font-size : 11px;
	color : #666666;
}

.smalldark {
	font-size : 11px;
	color : #000000;
}

.createdate, .modifydate {
	font-size: 11px;
	color: #999999;
}

.article_seperator {
	display: block;
	border-top: dotted 1px #cccccc;
}

.content_rating {
	font-size : 11px;
	height: 11px;
	line-height: 11px;
	color : #555555;
}

.content_rating img {
	padding: 0;
	height: 11px;
}

.content_vote {
	font-size : 10px;

}

#PathWay {
	display: block;
	padding-bottom: 3px;
	border-bottom: dotted 1px #cccccc;
}

.pathway {
	font-size : 12px;
	color : #000000;
}

a.pathway:link, a.pathway:visited {
	color : #7b76a7;
	font-size : 12px;
}

a.pathway:hover {
	font-size : 12px;
}

a.readon:link, a.readon:visited {
	color : #006699;
	font-family : "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	font-size : 13px;
	font-weight : normal;
	white-space : nowrap;
	float : left;
	line-height : 14px;
/*	padding-top: 5px; */
	text-decoration : none;
}

a.readon:hover {
	color : #cc3333;
	font-family : "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	font-size : 13px;
	font-weight : normal;
	white-space : nowrap;
	float : left;
	line-height : 14px;
	text-decoration : none;
}



.pagenav a:link, .pagenav a:visited,  {
	color : #999999;
	font-family : "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	font-size : 11px;
	font-weight : normal;
	background : #F0F0F0;
	border : 1px solid #E0E0E0;
	padding : 2px 4px 2px 4px;
	white-space : nowrap;
	float : left;
	line-height : 11px;
	text-decoration : none;
}

.pagenav a:hover,  {
	color : #336699;
	font-family : "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	font-size : 11px;
	font-weight : normal;
	background : #F0F0F0;
	border : 1px solid #E0E0E0;
	padding : 2px 4px 2px 4px;
	white-space : nowrap;
	float : left;
	line-height : 11px;
	text-decoration : none;
}

.buttonheading a:hover, .buttonheading a:link, .buttonheading a:visited {
	padding-right: 3px;
}

.componentheading a:hover, .componentheading a:link, .componentheading a:visited {
	text-decoration: none;
}

.contentpane	{
	background: #ffffff;
	padding: 10px;
}





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;
}

.componentheading {
	color: #666666;
	text-align: left;
	margin-bottom: 8px;
	height: 21px;
	font-weight: bold;
	font-size: 24px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	color: #666666;
	font-weight: bold;
	font-size: 24px;
	padding: 0;
}

.contentpagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	padding: 0;
	margin: 0
}