﻿/* Allgemeine Seitenformatierung */
body {
	margin-left:0px; 
	margin-top:0px;
	height:100%;
	width:100%;
	background-color:rgb(242,242,242);
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size:11px;
	line-height:13px;
	color:black; 
	scrollbar-base-color:rgb(100,100,100); 
	scrollbar-3d-light-color:rgb(255,255,255); 
	scrollbar-arrow-color:rgb(255,255,255); 
	scrollbar-darkshadow-color:rgb(100,100,100); 
	scrollbar-face-color:rgb(180,180,180); 
	scrollbar-highlight-color:rgb(255,255,255);
	scrollbar-shadow-color:rgb(180,180,180);
	scrollbar-track-color:rgb(205,205,205);}

html {
	margin-left:0px; 
	margin-top:0px;
	height:100%;
	width:100%;
	background-color:rgb(242,242,242);
	font-family: verdana, tahoma, helvetica, geneva, arial, sans-serif;
	font-size:11px;
	line-height:14px;
	color:black; 
	scrollbar-base-color:rgb(100,100,100); 
	scrollbar-3d-light-color:rgb(255,255,255); 
	scrollbar-arrow-color:rgb(255,255,255); 
	scrollbar-darkshadow-color:rgb(100,100,100); 
	scrollbar-face-color:rgb(180,180,180); 
	scrollbar-highlight-color:rgb(255,255,255);
	scrollbar-shadow-color:rgb(180,180,180);
	scrollbar-track-color:rgb(205,205,205);}
	
	
img.standard {
	
	border:0px;
}
h1 {  /* Titel Spalten */

	font-size:11px;
	font-weight:bold;
	margin:0px 5px 5px 0px;
	text-align:left;
	color:rgb(50,50,50);
}

h2 {  /* Titel Sidemap */

	font-size:11px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-align:left;
	color:rgb(80,80,80);
}

p {
	margin:0px 5px 5px 0px;
}

/* === DIV-Bereiche =======================================================================*/

div.main  {
	width:100%;
	background-image:url('../images/start/htg.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	background-color:rgb(200,200,200);
}

div.main-unten  {
	width:100%;
	background-color:rgb(242,242,242);
}

div.header {
	width:948px;
	height:20px;
	background-image: url("../images/start/kopf.jpg");
    text-align: right;    /* Seiteninhalt wieder ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding:113px 5px 32px 13px;
}

div.grafik {
	width:966px;
	height:374px;
	background-image: url("../images/start/grafik.jpg");
    text-align: right;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
}

div.spalten-nav-oben {
	width:966px;
	height:6px;
	background-image: url("../images/3spalten-nav-oben.jpg");
    text-align: right;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
}

div.spalten-nav-inhalt {
	width:950px;
	background-image: url("../images/3spalten-nav-inhalt.jpg");
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding:0px 4px 0px 12px;
}

div.spalten-nav-unten {
	width:966px;
	height:18px;
	background-image: url("../images/3spalten-nav-unten.jpg");
    text-align: right;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
}

div.sidemap {
	width:950px;
	background-image: url("../images/sidemap.jpg");
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding:10px 4px 10px 12px;
}

/* === Tabelle Header =======================================================================*/

table.header-nav {
	margin:0;
	padding:0px;}

td.zelle-header-nav a:link {
	text-decoration:none;
	background-color:rgb(255,255,255);
	font-weight:normal;
	font-family:"AvantGarde Bk BT";
	color:rgb(50,50,50);
	border-left:1px rgb(120,120,120) solid;
	display:block;
	white-space:nowrap;
	font-size:18px;
	}

td.zelle-header-nav a:visited {
	text-decoration:none;
	background-color:rgb(255,255,255);
	font-weight:normal;
	font-family:"AvantGarde Bk BT";
	color:rgb(50,50,50);
	border-left:1px rgb(120,120,120) solid;
	display:block;
	white-space:nowrap;
	font-size:18px;
	}

td.zelle-header-nav a:hover {
	text-decoration:none;
	font-weight:normal;
	font-family:"AvantGarde Bk BT";
	color:rgb(150,150,150);
	border-left:1px rgb(120,120,120) solid;
	display:block;
	white-space:nowrap;
	font-size:18px;
	}

/* === Tabelle spalten =======================================================================*/

	
table.spalten {
	width:950px;
}

td.zelle1-spalten {
	width: 299px;
	padding:0px 23px 0px 1px;
	text-align:left;
}

td.zelle2-spalten {
	width: 298px;
	padding:0px 5px 0px 1px;
	text-align:left;
}

table.inhalt-spalten {
	width:100%;
}

td.inhalt-grafik {
	padding:0px 5px 0px 0px;
	vertical-align:top;
}

td.inhalt-text {
	padding:0px 5px 0px 0px;
	width:100%;
}

div.inhalt-link {
	text-align:right;
}

a.spalten-link2:link {
	text-decoration:none;
	color: rgb(100,130,180);
	font-weight:bold;
}

a.spalten-link2:visited {
	text-decoration:none;
	color: rgb(100,130,180);
	font-weight:bold;
}
a.spalten-link2:hover {
	text-decoration:none;
	color: rgb(150,0,0);
	font-weight:bold;
}

a.spalten-link:link {
	background-image:url('../images/pfeil-klein-blau.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	height:12px;
	padding-left:15px;
	font-size:11px;
	color:rgb(100,100,100);
	text-decoration:none;
}

a.spalten-link:visited {
	background-image:url('../images/pfeil-klein-blau.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	height:12px;
	padding-left:15px;
	font-size:11px;
	color:rgb(100,100,100);
	text-decoration:none;
}

a.spalten-link:hover {
	background-image:url('../images/pfeil-klein-rot.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	height:12px;
	padding-left:15px;
	font-size:11px;
	color:rgb(0,0,0);
	text-decoration:none;
}

/* === Tabelle Sidemap =======================================================================*/

	
table.sidemap-tab {
	width:915px;
	margin:0px 10px 0px 25px;
}

td.zelle1-sidemap {
	width: 219px;
	padding:0px 13px 0px 0px;
	text-align:left;
	vertical-align:top;
}

table.inhalt-sidemap {
	width:100%;
}

p.sidemap-text {
	margin:0px 0px 7px 0px;
	color: rgb(100,100,100);
}

a.sidemap-link:link {
	text-decoration:none;
	color: rgb(100,100,100);
	font-weight:normal;
}

a.sidemap-link:visited {
	text-decoration:none;
	color: rgb(100,100,100);
	font-weight:normal;
}
a.sidemap-link:hover {
	text-decoration:none;
	color: rgb(50,50,50);
	font-weight:normal;
}


















