
/* Datei: 5rot.css 			*/
/* Erstellt von Ralph Scherer, September 2006 	*/
/* Projektweite Formatierung von 5rot.com	*/

/* Generelle Seiten Formatierung */

body {
	color: red;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0; padding: 15px;
	background: black url(../pix/hintergrund.gif) no-repeat right bottom;
}
a:link {
	font-weight:normal; color:red; text-decoration:none; 
}
a:visited { 
	font-weight:normal; color:red; text-decoration:none; 
}
a:focus { 
	font-weight:normal; color:red; text-decoration:underline; 
}
a:hover { 
	font-weight:normal; color:red; text-decoration:underline; 
}
a:active { 
	font-weight:normal; color:white; text-decoration:underline; 
}

table {
	width: 100%; height: 100%;
	margin: 0; padding: 0; border-collapse:collapse;
}
td {
	/*border: 1px solid white;*/
}

/* Titelzeile */

tr#Titel {
	height: 137px;
	vertical-align: bottom;
}
td#Titel {
	font: bold 1.7em Helvetica,Arial,sans-serif; 
	padding-left: 15px; 
	border-bottom: 1px solid red;
	vertical-align: bottom;
}
	
/* Navigation */

td#Navigation {
	font-size: 1.5em;
	float: left; width: 170px;
	padding: 25px 0 0 0;
}
td#Navigation p {
	margin: 0px; padding: 5px 0 0 3px;
}
td#Navigation a {
	display: block;
	padding: 0.1em 0.1em 0.1em 0.4em;
	border: 1px solid white;
	font-weight: bold; letter-spacing:0.02em; text-decoration: none;
}
td#Navigation a:link {
	color: red; background-color: black;
}
td#Navigation a:visited {
	color: red; background-color: black;
}
td#Navigation a:hover {
	color: white; 
	background-color: #e00;
}
td#Navigation a#select {
	color: white; 
	background-color: #e00;
}

/* Inhalt */

tr#Inhalt {
	vertical-align: top;
}
td#Inhalt {
	padding: 30px 0 0 15px;
	vertical-align: top;
	/*border: 1px dashed silver;*/
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
td#Inhalt h1 {
	margin: 1em 0 0.5em 0;
	font-size: 1.1em;
}
td#Inhalt h2 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
}
td#Inhalt p {
	font-size:1em;
	margin: 0 0 1em 0;
}
td#Inhalt a:link { 
	  text-decoration:underline; 
}
td#Inhalt a:visited { 
	  text-decoration:underline; 
}
td#Inhalt a:focus { 
	  color: #f55; text-decoration:none; 
}
td#Inhalt a:hover { 
	  color: #f55; text-decoration:none; 
}
td#Inhalt a:active { 
	  color:white; text-decoration:none; 
}

/* Fusszeile */

td#Fusszeile {
	  border-top: 1px solid red;
	  padding: 0 15px 0 15px;
	  font-size: 0.8em;
}
