/* Standard HTML markup styles */

html {
	font-size:100.01%;
}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 15px;
	height: 100%;
	padding: 0px;
	color: #333333;
	background: #ffffff;
}

h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight : bold;
	color: #8C0C01;
	background-color : #FFCC66;
	border: 1px solid #8C0C01;
	text-transform: uppercase;
	padding-left: 4px;
}

h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #8C0C01;
}

h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 1.0em;
}

h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 0.9em;
}

h6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8C0C01;
	font-size: 0.9em;
}


p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
}


hr {
	width:100%; 
	color:#FFCC66;
	height:2px;
	text-align:middle;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

.clr {
	clear: both;
}

.outline {
	border: 1px solid #8C0C01;
	background: #FFCC66;
	padding: 0px;
}

#topnav_outer {
	width: 806px;
	float: left;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 0px;
	background: #8C0C01;
	border: 1px solid #FFCC66;
}

#pathway_outer {
	width: 635px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

#pathway_inner {
	float: none !important;
	width: 635px;
	float: left;
	border: 1px solid #cccccc;
	height: 21px;
}

#pathway_text {
	overflow: hidden;
	float: left;
	display: block;
	padding-top: 3px;
	height: 17px;
	padding-left: 4px;
}

a.pathway {
}


/* For Link Indication Mod  */
a.external {
	padding-left: 12px;
	background-image: url(../images/link_external.gif); 
	background-repeat: no-repeat;
	background-position: left;
}


/* For Link Indication Mod  */
a.internal {
	padding-left: 12px;
	background-image: url(../images/link_internal.gif); 
	background-repeat: no-repeat;
	background-position: left;
}


/* For Link Indication Mod  */
a.mailto {
	padding-left: 12px;
	background-image: url(../images/link_email.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

/* For Link Indication Mod  */
#mailto {
	padding-left: 12px;
	background-image: url(../images/link_email.gif); 
	background-repeat: no-repeat;
	background-position: left;
}


#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
    width: 1%;
	white-space: nowrap;
	border-right: 1px solid #FFCC66;
}

ul#mainlevel-nav li a
{
	background: #8C0C01;
	color: #FFCC66;        
	width: 100%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	color: #8C0C01;
	background: #FFCC66;
}

ul#mainlevel-nav li a:active
{
	color: #8C0C01;
	background: #FFCC66;
}


ul#mainlevelinf-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#mainlevelinf-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
    width: 9%;
	white-space: nowrap;
	border-right: 1px solid #FFCC66;
}

ul#mainlevelinf-nav li a
{
	background: #8C0C01;
	color: #FFCC66;        
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#buttons>ul#mainlevelinf-nav li a { width: auto; }

ul#mainlevelinf-nav li a:hover
{
	color: #8C0C01;
	background: #FFCC66;
}

#search_outer {
	float: left;
	width: 165px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #8C0C01;
}

#search_inner {
	border: 1px solid #cccccc;
	padding: 0px;
	height: 21px !important;
	height: 21px;
	overflow: hidden;
}

#search_inner form {
	padding: 0;
	margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #990000;
}

#header_outer {
	float: left;
	text-align: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: 144px;
	background: #FFFFFF;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
	border: 0px solid #cccccc;
	padding: 2px;
	height: 138px !important;
	height: 144px;
	overflow: hidden;
	float: none !important;
	float: left;
}

#left_outer {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 163px;
}

#left_inner {
	border: 1px solid #8C0C01;
	background: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: none !important;
	float: left;
}

#content_outer {
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;

	/**margin-left: 155px; **/
	/** border: 1px solid #cccccc; **/
	/** float: left; **/
	/**width: 639px; **/
}

#content_inner{
	float: none !important;
	float: left;
	padding: 0;
	padding-top: 2px;
	margin: 0;
}

table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	margin: 0px;
	padding-left : 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	margin-right: 2px;
	width: 163px;
}

#right_inner {
	float: none !important;
	float: left;
	border: 1px solid #8C0C01;
	background: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
}


.user1_inner {
	border: 1px solid #8C0C01;
	float: none !important;
	float: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
}

.user2_inner {
	border: 1px solid #8C0C01;
    float: none !important;
    float: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
}

table td.body_outer {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	border: 1px solid #8C0C01;
	background: #FFFFFF;
}

.maintitle {
	color: #ffffff;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #8C0C01;
	font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
	text-align: center;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	margin: 4px;
	color: #8C0C01;
}

.pagenav {
	text-align: center;

	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 4px;
	color: #8C0C01;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	vertical-align: middle;
	text-align: center;
	padding: 1px;
	border: 1px solid #8C0C01;
	background: #FFCC66;
}

#footer_inner {
	color:#FFCC66;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	background: #8C0C01;
}

/* IE hack for width of footer - will only be applied by Win IE 6.0, Win IE 5.5, Win IE 5.0, Win IE4.0*/
#footer, [dummy] {
    width: 806px;
}

#footer_inner, [dummy] {
    width: 802px;
}


/* will be applied by all browsers except Win IE 6.0, Win IE 5.5, Win IE 5.0, Win IE4.0, OSX IE 5.2*/
* html #footer {
    width: 808px;
} 

* html #footer_inner {
    width: 804px;
} 


/* mambo core stuff */
a:link, a:visited {
	color: #990000; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;

}

table.contentpaneopen td {
	padding: 0px;
	margin: 0px;
}

table.contentpaneopen td.componentheading {
	padding: 0px;
	margin: 0px;
}

table.contentpane {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	margin: 0px;
	padding: 0px;
}

.button {
	color: #8C0C01;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	border: 3px double #B4615A;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 5px;
	height: 24px !important;
	height: 22px;
	margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #B4615A;
	background-color: #FFFFFF;
}

.componentheading {
	color: #8C0C01;
	text-align: left;
	margin-right:5px;
	margin-top:0px;
	padding-left: 4px;
	/* height: 12px; */
	font-weight: bold;
	text-transform: uppercase;
	border:solid 1px #8C0C01;
	background: #FFCC66;
	font-size: 0.7em;
	line-height: 2em;
}


.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	background: url(../images/contenthead.png) top left repeat-x;
	color: #8C0C01;
	text-indent: 15px;
	font-weight: bold;
	white-space: nowrap;
	padding-left: 0px;
	font-size: 0.7em;
}

.contentpagetitle {
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #8C0C01;
	text-align: left;
/*	padding-top: 4px; */
	padding-left: 4px;
/*	height: 21px; */
	font-weight: bold;
	text-transform: uppercase;
	background:#FFCC66;
	border: 1px solid #8C0C01;
}

table.moduletable td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
	padding-top: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletableinf {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletableinf th {
	color: #8C0C01;
	text-align: left;
	padding-left: 4px;
	font-weight: bold;
	text-transform: uppercase;
	background:#FFCC66;
	border: 1px solid #8C0C01;
}

table.moduletableinf td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
	padding-top: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
	padding: 2px;
}

.sectiontableheader {
	font-weight: bold;
	background: #f0f0f0;
	padding: 2px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #FFFFCC;
}

.sectiontableentry3 {
	background-color : #FFCC66;
}

.sectiontableentry4 {
	background-color : #8C0C01;
}

.sectiontableentry5 {
	background-color : #FFFFCC;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-weight: bold;
}

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: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	color: #8C0C01;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #333333;
}

a.mainlevelinf:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	color: #8C0C01;
	text-align: left;
	width: 100%;
	text-decoration: none;
}

a.mainlevelinf:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a.mainlevelinf:active {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}


a.sublevelinf:link, a.sublevelinf:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-weight: normal;
	color: #990000;
	text-align: left;
}

a.sublevelinf:hover {
	color: #990000;
	text-decoration: none;
}

#active_menu {
	text-decoration: underline;
	color: #333333;
}

#active_menuinf {
	text-decoration: underline;
	color: #333333;
}

#active_menu-nav {
	text-decoration: underline;
	color: #8C0C01;
	background: #FFCC66;
}

.active_menu-nav {
	color: #8C0C01;
	background: #FFCC66;
}


a#active_menu:hover {
	color: #8C0C01;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-weight: normal;
	color: #990000;
	text-align: left;
}

a.sublevel:hover {
	color: #990000;
	text-decoration: none;
}

.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;
	text-transform: normal;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

table.table_normal {
	margin: 0px;
	padding: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #8C0C01;
}

table.table_normal th {
	color: #8C0C01;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	background:#FFCC66;
	border: 1px solid #8C0C01;
}

table.table_normal td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
	line-height: 16px;
	padding: 2px;
	margin: 0px;
	font-weight: normal;
}

div.csstable {
	padding: 0px;
	margin: 0px;
	clear: both;
}

div.csstable div.csstr {
	float: left;
}

div.csstable div.csstr div {
	text-align: center;
	padding: 4px 8px 4px 8px;
	margin: 0px 1px 1px 0px; 
	border: 1px solid #8C0C01;
}

div.csstable div.csstr div.kopfzelle {
	font-weight: bold;
	background-color: #FFCC66;
}

div.csstable div.csstr div.wertezelle {
	background-color: #FFFFCC
}

/* Schriftgr?anpaasungen */
td {
    font-size: 0.8em;
	line-height: 1.6em;
}

td td {
    font-size: 1.0em;
}

* html td td { font-size: 0.8em; }

p {
	font-size: 0.9em;
}

h1 {
	font-size: 0.8em;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 1.0em;
}

.contentheading {
	font-size: 0.8em;
}

* html .contentheading { font-size: 0.6em; }

/* Modul?hriften */
table.moduletable th {
	font-size: 0.7em;
	line-height: 2em;
}

/* Modul?hriften2 */
table.moduletableinf th {
	font-size: 0.7em;
	line-height: 2em;
}

/* Untermen?e */
a.sublevel {
	font-size: 0.8em;
}

/* Hauptmen?e */
a.mainlevel {
	font-size: 0.9em;
}

/* Hauptmen?e2 */
a.mainlevelinf {
	font-size: 0.8em;
}

/* Buttonbeschriftung */
.button {
	font-size: 0.7em;
}

#footer {
	font-size: 0.8em;
}

.back_button {
	font-size: 0.8em;
}

ul#mainlevel-nav li {
	font-size: 0.9em;
	line-height: 1.6em;
}