@import "style_table.css";


pre {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Die Hauptüberschrift für die Content-Table */
h1
{
	font-family: arial, sans serif, freesans;
	font-size: 18px;
	color: #000000;
	padding-bottom: 1px;
	margin-top: 10px;
	margin-bottom: 20px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}


/* Die Kursivschrift für z.B. Headline von News-Meldungen */
h2
{
	font-family: arial, sans serif, freesans;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
}

/* Die Überschrift innerhalb von Text-Teilen (Unterüberschrift) */
h3
{
	font-family: arial, sans serif, freesans;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


/* Die zweitkleinste Schriftgrösse, z.B. News */
h4
{
	font-family: arial, sans serif, freesans;
	font-size: 11px;
	letter-spacing: 0.1px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}


/* Die kleinste Schriftgrösse für den Pfad und das Footer-Menu */
h5
{
	font-family: arial, sans serif, freesans;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0px;
}


p
{
	font-family: arial, sans serif, freesans;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


td
{
	font-family:arial;
	font-size: 13px;
	color: #000000;
	vertical-align: top;
}


/* Formatierung für forms */
input, textarea, select
{
	font-family: arial, sans serif, freesans;
	font-size: 12px;
	padding: 1px;
	margin: 1px;

	border: solid 1px #666;
	background-color: #EEE;
}


/* Formateriung für lists */
ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li
{
	line-height: 18px;
	padding-left: 20px;
	padding-top: 0px;
	background-image: url('../bilder/icons/li.gif') ;
	background-repeat: no-repeat;
	background-position: 9px 7px;
}



.mymoduletdmiddle
{
	background: url('../bilder/frame/menu_middle.jpg') repeat-y;
	padding-left:18px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.mymoduletdheader
{
	background: url('../bilder/frame/menu_top.jpg') no-repeat;
	height: 12px;
}

.mymoduletdfooter
{
	background: url('../bilder/frame/menu_bottom.jpg') no-repeat;
	height: 10px;
}


.sidebartdmiddle
{
	background: url('../bilder/frame/sidebar_middle.jpg') repeat-y;
	height: 400px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
}

.sidebartdheader
{
	background: url('../bilder/frame/sidebar_top.jpg') no-repeat;
	height: 12px;
}

.sidebartdfooter
{
	background: url('../bilder/frame/sidebar_bottom.jpg') no-repeat;
	height: 10px;
}





/*Kalender-Vorformatierungen*/

.calendarsmall
{
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.calendar:link, a.calendar:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	display: block;
}

a.calendar:hover {
	display: block;
	font-weight: bold;
	color: #660000;
}




/* Registerkarten, Buttons dreigeteilt */
.buttonleft
{
	background: url('../bilder/frame/reg_left.jpg') no-repeat;
	height: 22px;
}

.buttonmiddle
{
	background: url('../bilder/frame/reg_middle.jpg') repeat-x;
	height: 22px;
}

.buttonright
{
	background: url('../bilder/frame/reg_right.jpg') no-repeat;
	height: 22px;
}


.buttonactive
{
	margin-top: 7px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;

	font-size: 11px;
	border-bottom-width: 0px;

}

.buttoninactive
{
	margin-top: 7px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;

	font-size: 11px;
	color: #999999;
	border-bottom-width: 0px;
}



.tdcontent
{
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: justify;
}

.search
{
	font-family: arial, sans serif, freesans;
	font-size: 12px;
}




/* MainLevel-Links im Menu */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	color: #000000;
	text-align: left;

	margin-left: 17px;

	padding-left:3px;
	padding-top: 5px;
	height: 16px;
	width: 140px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADAA9C;

}


a.mainlevel:hover {
	text-decoration: none;
	border-bottom-color: #990000;
/*	color:#ff6600;*/
	color: #990000;
}



/* Sublevel-Links im Menu */
a.sublevel:link, a.sublevel:visited {
	font-size: 11px;
	text-decoration: underline;
	color: black;
	margin-left: 30px;
	line-height: 15px;
}

a.sublevel:hover {
	text-decoration: none;
}


a.sublevel_last:link, a.sublevel_last:visited {
	display: block;
	vertical-align: middle;

	text-decoration: underline;
	font-size: 11px;
	color: black;
	line-height: 18px;
	margin-left: 17px;
	padding-left: 12px;

	height: 25px;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADAA9C;
}

a.sublevel_last:hover {
	text-decoration: none;

}




/* Normaler Text-Link in der Content-Table */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;

}


a:hover {
	text-decoration: none;
}




/* Help-Cursor, Glossar, Begriffserklärung */
a.help:link, a.help:visited {
	color: #CC0000;
	text-decoration: none;

}


a.help:hover {
	cursor: help;
	color: #CC0000;
	text-decoration: none;
}



/* Bücher-Link */
a.book:link, a.book:visited {
	text-transform: uppercase;
	color: #0000CC;
	text-decoration: none;
}


a.book:hover {
	color: #330099;
	text-decoration: none;
}


#loading {
	background: white;
	padding: 20px;
	border: 0;
	display: none; /* hidden */
	position: absolute;    
	left: 50%;
	margin-left: -100px;
	top: 25%;
	width: 200px;
	/*height: 100px;*/
	/*margin-top: -50;*/
}


div.gallery {
	float: left;
	display: block;
	width: 100px;
	height: 70px;
	padding: 1px;
	margin: 3px;
	border: 1px solid black;
}

div.gallery img {
	border: 0;
	width: 100px;
	height: 70px;
}

/* Nachfolgend alle Styles für den BBCode */

div.rightAlign {
	text-align: right;
	display: block;
}
div.rightAlign img {
	border: 1px solid black;
	margin: 0 0 5px 10px;
}

div.leftAlign {
	text-align: left;
	display: block;
}
div.leftAlign img {
	border: 1px solid black;
	margin: 0 10px 5px 0;
}

div.centerAlign {
	text-align: center;
	display: block;
}
div.centerAlign img {
	border: 1px solid black;
	margin: 5px 10px 5px 10px;
}

.listbullet {
   list-style-type: none;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}
.listdecimal > li {
	background-image: none;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}
.listlowerroman > li {
	background-image: none;
}


.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}
.listupperroman > li {
	background-image: none;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}
.listloweralpha > li {
	background-image: none;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
} 
.listupperalpha > li {
	background-image: none;
}

.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
    padding: 5px;
}

.quotebody {
   background-color: #FFFFFF;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
   padding: 5px;
} 

.toptenbox {
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: georgia, serif;
	font-size: 20px;
	margin-right: 10px;
}

