/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */
/* edited and changed for own purpose */

/* some definitions for diverse div environements */

body { background-color : #CCCCCC;}
                                  /* #4750C8; */
A:link {
	background-color : transparent;
	color : navy;
	text-decoration : none;
	font-weight : bold;
}
A:visited {
	background-color : transparent;
	color : navy;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : navy;
	font-weight : bold;
	text-decoration : none;
}


H1 {
	font-family : Verdana, sans-serif;
	font-size : 24px;
	color : #AAAAAA;
         margin-left : 30px;
	margin-top : 0px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 17px;
	color : #303030;
	margin-bottom : 10px;
	margin-top : 0px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #383838;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

P,ul,li {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	line-height : 180%;
	color: #202020;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
}
H1#Seitenname{margin-top:20px;}
H2#AktuelleSeite{position:relative;
	margin-top:20px;
	text-align:right;
         right:20px;
         font-size : 16px;
	color : #AAAAAA;
}
div#Navigation{
	position:absolute;
	top:100px;
	left:200px;
	width:150px;
	height:85%;
	margin:0px;
	background-color:#336699;
         background-image:url(../Picture/BlueLines.jpg);
         background-repeat:no-repeat;
         z-index:1;
}
div#InhaltHintergrund{position:absolute;
	top:100px;
	left:350px;
         width:550px;
         min-height:85%;
	margin:0px;
	background-color: white;
         z-index:0;
}
div#Inhalt{position:relative;
	top:0px;
	left:100px;
         min-height:85%;
	margin:0px;
         margin-top:25px;
	background-color: transparent;
         z-index:1;
}
div#Seitenkopf{position:absolute;
	top:0px;
	left:200px;
	width:700px;
         height:100px;
	margin:0px;
	background-color: #000066;
}

H1.TInhalt{margin-top:10px;
	color:#444444;
}
H2.TInhalt{margin-top:10px;
	color:#444444;
}
p.TInhalt{margin-top:10px;
	text-align:justify;
	width:400px;
}
ul.TInhalt{text-align:justify;
	width:360px;
}
li.TInhalt{margin-top:10px
}
a.TInhalt{text-align:left;
}
iframe#guestb{
	margin-left:-25px;
	width:450px;
         height:600px;
         border-style:none; }

iframe#NaviInclude{
	margin-left:0px;
	width:220px;
         height:500px;
         border-style:none;
         border-width:0px;}