@charset "UTF-8";
/* CSS Document */

/********************** Generelles Html ************************/
body{
margin:0px;
height:100%;
font-family: Arial, Helvetica,sans-serif;
font-size: 0.8em;
background-color: #036;
background-image: url(../images/background.png);
background-repeat: repeat-x;
}

a:link, a:visited {
	color:#00f;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color:#CCC;
	text-decoration:none;
}

img {border: 0 none;}

ul {
	line-height: 1.6em;
	margin-left:-1.8em;
	list-style: none;
}
ul li {	
	margin-left:0em;
}

/************************* Kopfbereich *********************/

#kopf_ti_punch { /* SY Ti Punch - Bildteil oben */
	position:absolute;
	left:0px;
	top:0px;
	background: url(../images/logo_kopf.png) 0 0 no-repeat;
	width:941px;
	height:140px;
}

#inhaltsfeld_oben { /* user2 - SY Ti Punch - Bildteil unten rechts */
	position:absolute;
	left:204px;
	top:140px;
	background: url(../images/hgr_user2.png) 0 0 no-repeat;
	width:737px; 
	height:79px;
	padding-top:50px;
	padding-left:130px;
	font-size: 0.9em;
	text-decoration: underline;
}
#inhaltsfeld_oben {
	font-weight:bold;
	font-size:0.9em;
	color:#666;
	margin-bottom:10px;
	border-bottom: 1px solid #999;
}
#inhaltsfeld_oben a{
	color:#33f;
	text-decoration:none;
}

#menu_kopf { /* SY Ti Punch - Bilddteil ueber Menufeld */
	position:absolute;
	left:0px;
	top:140px;
	background: url(../images/bild_menukopf.png) 0 0 no-repeat;
	width:204px;
	height:79px;
}

/********************* linke Seitenspalte *******************/

#top_feld_links { /* Feld fuer Sprachwahl */
	position:absolute;
	left:0px;
	top:230px;
	height:50px;
	margin-left:2em;
}

#navigation_links { /* Hauptmenu */
	position:absolute;
	top:290px;
	height:100%;
	width:200px;
	margin-left:1.4em;
}

#navigation_links a{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
}
#navigation_links a:link, a:visited, a:visited:active{
	color:#FF0;
	text-decoration:none;
}
#navigation_links a:hover, a:visited:hover, a:active{
	color:#CCC;
	text-decoration:none;
}
/*#06C
#navigation_links #current a {
	color:#CCC;
	text-decoration:none;
}
*/

/*********************** Contentbereich **********************/

#feld_fuer_inhalt { /* */
	position:absolute;
	left:204px;
	top:219px;
 	background: url(../images/hgr_inhalt.png) 0 0;
	background-repeat: repeat-y;
	width:737px;
/*	height:auto;*/
}

#content {
	margin-left:40px;
	width:650px;
	min-height:200px;
}

#content a{color:#00f;}
#content a:hover{color:#CCC;}


#unterer_rand_feld_fuer_inhalt {
	position:absolute;
	background: url(../images/abschluss_gross_unten.png) 0 0 no-repeat;
	width:737px;
	height:140px;
	padding-left: 25px;
}

#unterer_rand_feld_fuer_inhalt ul{
	margin: 0;
	padding-top:0px;
	list-style: none;
}
#unterer_rand_feld_fuer_inhalt ul li {
	line-height: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#unterer_rand_feld_fuer_inhalt a {
	font-weight: bold;
	text-decoration:none;
	color:#00f;
}
#unterer_rand_feld_fuer_inhalt a:hover{color:#CCC;}

div.componentheading { /* Titel von Beitraegen, Listen etc. */
	font-size:1.0em;
	font-weight:bold;
	background-color:#036;
	color:#fff;
  	padding: 4px 0px 4px 4px;
}

h2, .contentheading { /* Untertitel von Beitraegen*/
	padding: 10px 0px 0px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #036;
}
h3 {color: #036;
/*	padding-left: 20px; */
}

/********************* Layout fuer Listen-Tabellen ********************/

td.sectiontableheader { 
	background: #ccc;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}
td.sectiontableheader a:link, td.sectiontableheader a:visited, td.sectiontableheader a:link {
		color: #fff;
		text-decoration: none;
}
td.sectiontableheader a:hover {
		color: #fff;
}

tr.sectiontableentry1 td { /*Listen-Tabelle weisse Zeilen*/
	padding: 4px;
}
tr.sectiontableentry2 td { /*Listen-Tabelle graue Zeilen*/
	padding: 4px;
	background: #efefef;
}	













