/* Central Style Sheet for pane-soft */
body {
	margin: 0; 
	padding: 0; 
	/*background-color: #efefef;*/
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	text-align: center; 
	color: #000;
}

#site { 
	position: relative; 
	text-align: left; 
	width: 798px; 
	margin-left: auto; 
	margin-right: auto; 
	z-index: 1;
}

#header{
  float: left;
	left: 0pt;
	top: 10pt;
	width: 798px;
	height: 59px;
	background-image: url(../images/Pane-Soft_Top.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	color: #ffffff;
	background-color: #fff;
}

#bottom {
  clear: both;
	color: #ffffff;
	background-image: url(../images/Pane-Soft_Bottom.jpg);
	width: 798px;
	height: 59px;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	z-index: 200;
}

img {
	color: #efefef; 
	font-size: 10px; 
	border: 0;
}

#menue {
  float: left;
	width: 160px; 
	float: left; 
 
  background-color: #fff; 
	z-index: 5;
	/*border-top: 1px solid #000;*/
}

#inhalt {
  float: right;
	width: 630px; 
	background-color: #fff;
	z-index: 3;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #037;
 border-bottom: solid 1px #fff; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

table {
	background	: #fff;
}

td  {
	font-family : tahoma;
	font-size : 10pt;
	color : #000000;
}

pre  {
	font-family : tahoma;
	font-size : 10pt;
	font-color : #ffffff;
}

/* Style für Überschriften */
h1  {
	font-size : 14pt;
}

h2  {
	font-size : 12pt;
	color: #037;
}

h3  {
	font-size : 10pt;
}

h4  {
	font-size : 8pt;
}

/* Style für Links */
a  {
	font-size : 10pt;
	color : #003377;
	text-decoration : none;
	font-weight : bold;
}

a:visited  {
	font-size : 10pt;
	color : #003377;
	text-decoration : none;
	font-weight : bold;
}

a:active  {
	font-size : 10pt;
	color : #003377;
	text-decoration : none;
	font-weight : bold;
}

a:hover  {
	font-size : 10pt;
	color : #cc3333;
	text-decoration : none;
	font-weight : bold;
}

/* Style sheet für Titel*/
.titel {
	font-size : 8pt;
	font-family : arial,sans-serif;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
}

/* Style sheet für Bemerkungen*/
.bemerkung {
	font-size : 8pt;
	font-family : arial,sans-serif;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
}

/* Style für Titelzeilen */
.titelzeile {
	font-size : 12pt;
	font-family : tahoma;
	font-weight : bold;
	color : #000000;
}
.td6pt {
	font-size : 		6pt;
}

.td7pt {
	font-size : 		7pt;
}

.td8pt {
	font-size : 		8pt;
}
.td8ptbold {
	font-size : 		8pt;
	font-weight : 		bold;
}
.td8ptboldred {
	font-size : 		8pt;
	font-weight : 		bold;
	color : 			#C41B1F;
}
.td8ptboldwhite {
	font-size : 		8pt;
	font-weight : 		bold;
	color : 			#ffffff;
}
.td8ptred {
	font-size : 		8pt;
	color : 			#C41B1F;
}



.td10pt {
	font-size : 		10pt;
}

.td10ptbold {
	font-size : 		10pt;
	font-weight : 		bold;
}
.td10ptboldred {
	font-size : 		10pt;
	color : 			#C41B1F;
	font-weight : 		bold;
}
.td8ptwhite {
	font-size : 		8pt;
	color : 			#ffffff;
}

.td12pt {
	font-size : 		12pt;
}
.td12ptbold {
	font-size : 		12pt;
	font-weight : 		bold;
}
.td12ptwhite {
	font-size : 		12pt;
	color : 			#ffffff;
}
.td12ptwhitebold {
	font-size : 		12pt;
	color : 			#ffffff;
	font-weight : 		bold;
}
.td12ptbluebold {
	font-size : 		12pt;
	color : 			#003377;
	font-weight : 		bold;
}

.td10ptwhite {
	font-size : 		10pt;
	color : 			#ffffff;
}
.td14ptbold {
	font-size : 		14pt;
	font-weight : 		bold;
}

.td16pt {
	font-size : 		16pt;
}
.hrblack{
	size:				1;
	color:				#000000;
}

.td10ptred {
	font-size : 		10pt;
	color : 			#C41B1F;
}

p {
	font-size : 		10pt;
}