/*
Autor:				Stefan Frank (sf@stefan-frank.com)
Version:			1.0 - 12.11.01
CSS-Version:		CSS-Spezial - NS4x
Die CSS-Angaben sind nach Bereichen bzw. 
der Reihenfolge ihres Auftretens sortiert.
Getestet:
Win: NS47

*/
body, td {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
	background-color : silver;
}

.tdportrait {
	background-color : gray;
	background-image : url(images/image151.jpg);
	background-repeat : no-repeat;
}

.tdstefanfrank {
	border-left-width : 2px;
	background-image : url(images/verlauf2.gif);
	background-color : #eb7e00;
}

h1.stefanfrank {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 32px;
	font-weight : normal;
	text-align : right;
}

/* Anweisungen fuer die Navigationsspalte rechts */
.tdnavrechts {
	background-image : url(images/image069_zerr.jpg);
	background-repeat : no-repeat;
	background-color : Gray;
	margin-top: 120px;
}

p.navrechts {
	background-color : gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
/*	position : relative;*/
/*	top : 150px;*/
	width : 50%;
	line-height : 20px;
/*	margin-top : 150px;*/
}

a.nav {
	padding : 1px;
	color : #B0E0E6;
	background-color : gray;
	font-weight : bold;
	width : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}


/* Ende Anweisungen fuer die Navigationsspalte rechts */
.tdunterportrait {
	background-color : Gray;
}

/* Anfang Anweisungen fuer die Navigationsspalte oben */
.tdnavtop {
	border-top-width : 2px;
	border-bottom-width : 2px;
	background-color : Gray;
}

a.navtop {
	color : #ffcc5f;
	background-color : gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}


#navigation {
	margin-left : 20px;
	color : #B0E0E6;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
}

/* Ende Anweisungen fuer die Navigationsspalte oben */
/* Anfang Anweisungen fuer die Navigationsspalte links */
.tdlinks {
	background-color : silver;
	text-align: right;
	padding-top : 25px;
}

p.navlinks {
	background-color : silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size : 10px;*/
/*	position : relative;*/
	top : 20px;
/*	width : 80%;*/
/*	text-align : right;*/
	line-height : 20px;
/*	vertical-align : top;*/
}

a.navlinks {
	padding : 1px;
	color : #ffcc5f;
	background-color : gray;
	font-weight : bold;
/*	width : 150%;*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}


/* Ende Anweisungen fuer die Navigationsspalte links */
/* Anfang Anweisungen fuer den INHALT */
.tdinhalt {
	border-left-width : 2px;
	background-color : #eb7e00;
}

h1.ininhalt {
	margin-top : 15px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 7px;
	color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

p.inhalt {
	margin-bottom : 17px;
	margin-left : 20px;
	margin-right : 7px;
	color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 400px;
	line-height : 20px;
}

ul.inhalt {
	margin-top : -18px;
	color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
}

a.inhalt {
	color : #e5e5e5;
	text-decoration : underline;
}

/* Ende Anweisungen fuer den INHALT */
/* Anfang Anweisungen fuer die Zellen ganz unten (Impressum... und Linien) */
.tdunten {
	border-top-width : 2px;
	border-left-width : 2px;
	color : White;
	background-color : #eb7e00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

a.untenrechts:link {
	color : #e5e5e5;
	text-decoration : underline;
}

a.untenrechts:visited {
	color : white;
}

a.untenrechts:hover {
	color : #ffcc5f;
	background-color : gray;
}

a.untenrechts:active {
	color : #ffcc5f;
	background-color : silver;
}

.tduntenrechts {
	border-top-width : 2px;
	background-color : Gray;
}

/* Ende Anweisungen fuer die Zellen ganz unten (Impressum... und Linien) */
/* Anfang Positionierung der Grafik Homepage */
#logo {
	position : absolute;
	left : 3px;
	top : 10px;
}

/* Ende Positionierung der Grafik Homepage */
