
/* style.css */

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


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

body {
	background-color: #2c4d96;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	margin: 20px;
	overflow: scroll;
}

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: #4187c2;
	text-decoration: none;
}

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


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

#Center {
	width: 750px;
	margin: auto;
}

#Bild {
	width: 750px;
	height: 149px;
}

#Navigation {
	width: 750px;
	height: 41px;
	background-image: url(http://www.svrw.de/fileadmin/svrw/images/header_navigation.jpg);
	margin-top: -10px;
}

#Seite {
	width: 750px;
}

#Links {
	vertical-align: top;
	background-color: #d0d0d1;
}

#Inhalt {
	background-color: #d0d0d1;
	vertical-align: top;
	padding: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#InhaltStartseite {
	background-color: #d0d0d1;
	vertical-align: top;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#Rechts {
	padding: 10px;
	vertical-align: top;
	background-color: #d0d0d1;
}

#NavigationUnten {
	background-color: #616161;
	padding: 10px;
	text-align: right;
	color: White;
}

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

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

#Suche {
	position: static;
	height: 25px;
	width: 750px;
	text-align: right;
}

#SuchfeldBreite {
	width: 150px;
}

#FeldBreite {
	width: 200px;
}

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

#nav_links li {
    list-style-type: none;
    margin-left: -40px;
    width: 200px;
}

#nav_links li a {
	display: block;
	padding: 7px 10px 7px 10px;
	color: Black;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#nav_links li a:hover {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#nav_haupt li {
    list-style-type: none;
    margin-left: -20px;
	font-weight: bold;
	float: left;
	padding-top: 14px;
}

#nav_haupt li a {
	color: White;
	text-decoration: none;
	background: transparent url(http://www.svrw.de/fileadmin/svrw/images/bullet.gif) no-repeat;
    padding-left: 20px;
    padding-right: 30px;
}

#nav_haupt li a:hover {
	color: #2c4d96;
	text-decoration: none;
	background: transparent url(http://www.svrw.de/fileadmin/svrw/images/bullet.gif) no-repeat;
	padding-left: 20px;
	padding-right: 30px;
}

#Inhalt li  {
	list-style-type: none;
	margin-left: -33px;
	padding-left: 15px;
	background: transparent url(http://www.svrw.de/fileadmin/svrw/images/li.gif) no-repeat;
	line-height: 1.8em;
}

.tx-indexedsearch-browsebox li a, .tx-indexedsearch-browsebox li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	background: none !important;
	line-height: 1.8em;
	display: inline;
	margin-right: 20px; 
}