/* Stylesheet "mvhochdorf.de" */

/* Angaben fuer alle Seiten */

/* Hauptelemente */

body {
	margin:0px;
	background-color:#1f1f1f;
	color:white;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width:615px;
	background-image:url(bilder/styles/ravingmads/nav.png);
	background-position:left;
	background-repeat:repeat-y;
	margin-bottom:10px;
	border-bottom:solid white 1px;
}

#background {
	margin-left:auto;
	margin-right:auto;
	width:615px;
	height:100px;
	background-image:url(bilder/styles/ravingmads/logo2.jpg);
	background-repeat:no-repeat;
}

#logo {
	display:none;
}

#hauptteil {
	margin-left:165px;
	width:430px;
	padding:10px;
}

#advertisement {
	position:absolute;
	top:0px;
	right:0px;
}

.styleswitcher {
	display:block;
	text-align:right;
	font-family:monospace;
	text-transform:lowercase;
	margin:0;
	margin-left:185px;
}

.styleswitcher a {
	text-decoration:none;
}

/* Navigation */

#navigation {
	margin:0;
	padding:0;
	margin-top:10px;
	width:165px;
	float:left;
	list-style-type:none;
	text-transform:lowercase;
}

#navigation li {
	padding-left:5px;
	margin-left:0;
	margin-top:2px;
}

#navigation a {
	color:black;
	text-decoration:none;
}

#navigation a:hover {
	color:black;
	background-color:red;
}

#navigation a.aktiv {
	font-weight:bold;
}

#navigation a:before {
	content:"[";
}
#navigation a:after {
	content:"]";
}

/* generelle Angaben */

h1, h2, h3, p, a {
	font-size:1em;
	font-weight:normal;
}

h1, h2, h3 {
	border:solid 1px white;
	text-transform:lowercase;
	width:430px;
}

p {
	width:430px;
}

img {
	border-style:none;
	border-width:0px;
}

cite {
	font-size:0.8em;
	font-style:normal;
}

acronym, abbr {
	border-bottom:1px dashed black;
	cursor:help;
}

dd {
	padding-bottom:1em;
}

fieldset {
	border-style:none;
	margin:0px;
	padding:0px;
}

/* Tabellen */

table {
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

thead {display:table-header-group}
tbody {display:table-row-group}
tfoot {display:table-footer-group}

td, th {
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding-left:1em;
	padding-right:1em;
}

/* Links */

a {
	text-decoration:underline;
}
a:link, a:visited {
	color:white;
}
a:hover, a:active {
	color:#750000;;
}

a.extern:before {
	content:url(bilder/styles/mvhochdorf/link.gif)" ";
	white-space:nowrap;
}

a.mail {
	white-space:nowrap;
}

a.mail:before {
	content:url(bilder/styles/mvhochdorf/mail.gif)" ";
	white-space:nowrap;
}

a.download:before {
	content:url(bilder/styles/mvhochdorf/download.gif)" ";
	white-space:nowrap;
}

a.anker {
	color:silver;
	text-decoration:none;
}

/* Allgemeine Klassen */

.floatright {
	float:right;
	margin-left:15px;
}
.floatleft {
	float:left;
	margin-right:15px;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

.hinweis {
	text-align:right;
}

.nowrap {
	white-space:nowrap;
}

ul.horizontal {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

ul.horizontal li {
	display:inline;
}

ul.subnavigation {
	list-style-image:url(bilder/styles/mvhochdorf/down.gif);
}

.alttext {
	display:none;
}

/* Fliesstext */

.fliesstext {
	text-align:justify;
}
.fliesstext > p:first-letter {
	font-weight:bold;
	padding-left:1em;
}
.fliesstext h2 + p:first-letter {
	padding-left:0;
}
.fliesstext h1, .fliesstext h2, .fliesstext h3 {
	clear:both;
}

/* Angaben für einzelne Seiten */

/* Startseite */

#kapelle1933 {
	height:320px;
	background-image:url(bilder/styles/ravingmads/kapelle1933alpha.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.news p {
	background-image:none !important;
	text-align:justify;
}

/* Termine */

.termine td {
	vertical-align:top;
}

.termine td.date, .termine td.time {
	white-space:nowrap;
	text-align:right;
}

/* Kontakt */

.styleswitcherlist {
	padding:0px;
	list-style-type:none;
}

.styleswitcherlist li {
	padding:0;
	display:inline;
	float:left;
	width:175px;
	text-align:center;
}

/* Mitglieder */

.instrument {
	background-color:#ECDCD1;
	color:black;
}

/* Galerie */

.galerie {
	text-align:center;
}

.galerie img {
	margin-right:30px;
	margin-bottom:30px;
}

/* Gaestebuch */

.gast img {
	vertical-align:text-bottom;
}