
/* style.css */

/* ------------------------------------------------------------ */
/* Mediengestalter Tobias Etling MySQL Datenbank und PHP Design */
/* http://www.tobiasetling.de - mail@tobiasetling.de            */
/* ------------------------------------------------------------ */


/* - - - - - - - - - - Hauptseite Styles - - - - - - - - - - */

body {
	background-image: url(http://www.hugger-server.de/fileadmin/heinrich-delcore/images/hg.gif);
	background-repeat: no-repeat;
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	margin: 0 auto;
}

table, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

p {
	line-height: 1.8em;
}

input, textarea, select, option, submit { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid Black;
	background-color: White;
}

a {
	color: #a1102b;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: underline;
}


/* - - - - - - - - - - Seitenlayout - - - - - - - - - - */

#Navigation {
	position: absolute;
	top: 70px;
	left: 10px;
	height: 500px;
	width: 200px;
}

#Stoerer {
	position: absolute;
	top: 420px;
	left: 15px;
	height: 86px;
	width: 194px;
}

#Seite {
	position: absolute;
	top: 70px;
	left: 230px;
	height: 500px;
	width: 500px;
}

#Rahmen {
	border: 1px solid #b2b2b2;
	background-color: #b2b2b2;
}

#Inhalt {
	padding: 0 20px 5px 20px;
	color: Black;
}

#InhaltRechts {
	padding: 0px;
	color: Black;
}

#NavigationUnten {
	padding: 10px;
	line-height: 1.8em;
	text-align: right;
	color: #b2b2b2;
}

#NavigationUnten a {
	color: #b2b2b2;
	text-decoration: none;
}

#NavigationUnten a:hover {
	color: #a1102b;
	text-decoration: none;
}

#Suche {
	position: absolute;
	top: 40px;
	left: 230px;
	height: 20px;
	width: 498px;
	text-align: right;
}

#SuchFormular {
	margin: 0;
	padding: 0;
}

#SuchfeldBreite {
	width: 150px;
}

#Suchfeld {
	padding-top: 2px;
	padding-right: 2px;
	float: right;
	width: 150px;
}

#SuchButton {
	float: right;
	width: 20px;
}

#FeldBreite {
	width: 250px;
}

.headline { 
	font-size: 12pt;
	color: #a1102b;
	font-weight: bold;
}

li {
    list-style-type: none;
	line-height: 30px;
	font-weight: bold;
}

li a {
	color: #b2b2b2;
	text-decoration: none;
	background: transparent url(http://www.hugger-server.de/fileadmin/heinrich-delcore/images/bullet.gif) no-repeat;
    padding-left: 20px;
}

li a:hover {
	color: #a1102b;
	text-decoration: none;
	background: transparent url(http://www.hugger-server.de/fileadmin/heinrich-delcore/images/bullet_red.gif) no-repeat;
	padding-left: 20px;
}

.TableRightBgColor {
	background: #979797;
}

/* - - - - - - - - - - Elemente die überall verwendet werden - - - - - - - - - - */

#KeinRahmen {
	border: 0;
}

#FeldBreite {
	width: 250px;
}
