/*
 ***********************************************************************
 * Formatierungsseite                                                  *
 * (C) 2006 KRAUSS Computer Engineering                                *
 *          Sven Stefan Krauss                                         *
 *                                                                     *
 * http://www.krauss-computer-engineering.de                           *
 ***********************************************************************
 */
                  
/*
 * Seite hat weissen Hintergrund
 */
body
{
	background-color:#FFFFFF;
}

/*
 * Bilder erhalten keinen Rahmen
 */
img
{
 	margin:0px;
	padding:0px;
 	border-style:none;
	border-width:0px;
}

/*
 * Abstände und Formatierung für Absätze und Tabellen
 */
p,td,th,li
{
	font-size:9pt;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	margin:0px;
}

p
{
	padding:0px 0px 8px 0px;
}

.footer
{
	font-size:8pt;
	line-height:12pt;
	color:black;
}

/*
 * Tabellen werden nicht umrandet
 */
table,td,th
{
	border-width:0px;
	border-style:none;
	border-color:black
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 5px;
}

/*
 * Überschriften h2,h3
 */
h2,h3
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	font-style: italic;
	color:#CC3333;
	padding: 2px;
	margin-top: 0px;
}

h2
{
	font-size:14pt;
}

h3
{
	font-size:14pt;
}

/*
 * h4,h5,h6 sind für Überschriften in den Kapiteln reserviert
 */
h4,h5,h6 
{
	font-family:Arial, Helvitica, Sans-Serif;
	font-weight:bold;
}
h4
{
	font-size:12pt;
	color:#808080;
}

h5
{
	font-size:12px;
}
h6
{
	font-size:12px;
	font-style:italic;
}

/*
 * Links sind dunkelrot
 */
a {
	font-size:9pt;
	text-decoration: none;
	color: #CC3333;
}

a:visited {
	color: #CC3333;
}

a:hover {
	text-decoration: underline;
	color: #CC3333;
}

a:active {
	color: #CC3333;
}

/*
 * Formatierung für die Navigationsleiste. 
 */
#navlist
{
	font-family:Arial, Helvitica, Sans-Serif;
	font-size:10pt;
	padding-left: 0;
	margin-left: 0;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	/* border-top: 1px solid gray; */
}

#navlist li a 
{
	text-decoration: none;
}

#navlist li a:link 
{
	color:#d32525;
}

#navlist li a:visited 
{
	color:#d32525;
}

#navlist li a:hover 
{
	color:#d32525;
	text-decoration:underline;
}

/*
 * Formatierung für die Navigationsleiste.
 */
#subnavlist
{
	font-family:Arial, Helvitica, Sans-Serif;
	font-size:10pt;
	padding-left: 0;
	margin-left: 0;

	/* border-bottom: 1px solid gray; */
	/* width: 200px; */
}
#subnavlist li
{
	list-style: none;
	margin: 0;
	padding: 30px;
}

#subnavlist li a 
{
	text-decoration: none;
}

#subnavlist li a:link 
{
	color:#d32525;
}

#subnavlist li a:visited 
{
	color:#d32525;
}

#subnavlist li a:hover 
{
	color:#d32525;
	text-decoration:underline;
}

#menu {
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(bilder/grey_bar.png);
	background-repeat:repeat-x;
}

#menu a 
{
	font-size:11pt;
	line-height:20px;
    font-weight:bold;
	font-style: italic;
	text-decoration: none;
    margin:0px 15px 0px 15px;
}

#menu a:link 
{
	color:#dddddd;
}

#menu a:visited 
{
	color:#dddddd;
}

#menu a:hover 
{
	
	color:#ffffff;
}

div {

}

/*
 * Positionierung Seitenbereich
 */
.right {
	width:20%;
	clear:right;
	float:right;
	right:10px;
	padding:15px 15px 15px 15px;
	margin:0px 0px 0px 0px;
}

.left {
	width:15%;
	clear:left;
	float:left;
	/* left:10px; */
	padding:15px 15px 15px 15px;
	margin:0px 0px 0px 0px;
}

/*
 * Positionierung Hauptbereich
 */
.main 
{
	width:60%;
	position:relative;
	clear:none;
	float:left;
	padding:15px 15px 15px 15px;
	background-color:#FFFFFF;
	text-align:justify;
}

.bottom
{
	width:100%;
	clear:left;
	clear:right;
	float:none;
	border-top-color:#CCCCCC;
 	border-top-style:solid;
	border-top-width:1px;
}

.top
{
	width:100%;
	clear:both;
	float:none;
	border-bottom-color:#CCCCCC;
 	border-bottom-style:solid;
	border-bottom-width:1px;
    background-image:url(bilder/muster.jpg);
	background-color:#EEEEEE;
}

#tabs6 {
float:left;
width:100%;
background:#ffffff;
font-size:120%;
line-height:normal;
border-bottom:1px solid #666;
}

#tabs6 ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}

#tabs6 li {
display:inline;
margin:0;
padding:0;
}

#tabs6 a {
float:left;
background:url("bilder/tableft6.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#tabs6 a span {
float:left;
display:block;
background:url("bilder/tabright6.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs6 a span {float:none;}
/* End IE5-Mac hack */
#tabs6 a:hover span {
color:#FFF;
}

#tabs6 a:hover {
background-position:0% -42px;
}

#tabs6 a:hover span {
background-position:100% -42px;
}

#tabs6 #current a {
background-position:0% -42px;
}

#tabs6 #current a span {
background-position:100% -42px;
}
