/* styles by Astrid Schäfer - www.rottnet.de */

/*Alles auf default setzen*/
* {
	margin : 0;
	padding : 0;
}
img {
	border : 0;
}
/* Dateiweite Einstellungen*/
body {
	background-color : #FFFFFF;
	background="../assets/images/body_bg01.jpg";
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color : #F5F5F5;
	margin-left : 10px;
	margin-right : 100px;
	margin-top : 10px;
	margin-bottom : 50px;
}
/*Abstände setzen*/
h1,h2,p {
	margin-top : 15px;
	margin-bottom : 15px;
}
blockquote {
	margin-left : 30px;
}
ol {
	margin-top : 15px;
	margin-bottom : 15px;
}
ol li {
	margin-left : 40px;
}
/* Normale Links*/
a:link {
	font-weight : bold;
	color : #A9A9A9;
	text-decoration : none;
}
a:visited {
	font-weight : bold;
	color : #A9A9A9;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a:active {
	color : Red;
}
a:focus {
	background-color : #00008B;
}
/* Navigation*/
.navi {
	background-color : #990000;
	padding : 5px;
	border : 0px solid Black;
	padding-left : 10px;
	padding-right : 10px;
}
a.navi:hover {
	background-color : #D60000;
	text-decoration : none;
}
/* Ueberschriften*/
h1 {
	color : #ffffff;
	letter-spacing : 5px;
	font-variant : small-caps;
	font-size : 190%;
}
h2 {
	font-size : 140%;
}
h4 {
	font-size : 100%;
	letter-spacing : 3px;
	font-weight : normal;
}
/* Trennlinien*/
hr {
	border : 1px solid #990000;
	background-color : #990000;
	color : #990000;
	height : 5px;
}

/* Fehlermeldungen*/
dfn {
	color : #FF6347;
	font-weight : bold;
	font-style : normal;
	font-size : 140%;
}
/* Anzahl der Eintraege - Startseite */
var {
	color : #FF6347;
	font-weight : bold;
	font-style : normal;
	font-size : 110%;
}

/* Formulare und innen liegende Elemente*/
form {
	background-color : #990000;
	border : 1px solid Black;
	padding : 20px;
}
/*Löschen Adminpanel*/
td form {
	background-color : transparent;
	border : 0;
	padding : 0;
}
form h3 {
	border : 0;
	background-color : transparent;
	color : #FFFF99;
	padding-left : 0;
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight : bold;
	font-size : 130%;
}
input,textarea {
	border : 1px solid Black;
	background-color : #A9A9A9;
	font-size : 130%;
	margin : 1px;
	font-family : Arial, Helvetica, sans-serif;
	border-right-color : #A9A9A9;
	border-bottom-color : #A9A9A9;
}
fieldset {
	border : 1px solid #A9A9A9;
	padding : 20px;
	margin-top : 10px;
}
legend {
	color : #A9A9A9;
	padding: 3px;
	padding-left : 10px;
	padding-right : 10px;
	border : 1px solid #A9A9A9;
}

/*label = Formularfeld-Beschreibung links ausrichten*/
.links{
	float : left;
	width : 150px;
}
fieldset p {
	margin-bottom : 10px;
	margin-top : 10px;
}
/*Sende-Buttons*/
.btn{
	background-color : #DCDCDC;
	font-size : 1em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 3px;
	border : 1px solid Black;
	border-left-color : #A9A9A9;
	border-top-color : #A9A9A9;
}
/*Smilies*/
form ul li {
	display : inline;
	list-style-type : none;
}
/*Klick-Buttons*/
button {
	background-color : transparent;
	width : 40px;
	border : 0;
	cursor : pointer;
}

/*Farbe Tabellenrahmen -nur Adminpanel)*/
table {
	border-collapse : collapse;
	width : 100%;
	margin-top : 20px;
	font-size : 100%;
	border : 0;
}
caption {
	text-align : left;
	padding-bottom : 10px;
}
/* Tabellenkopf*/
th {
	text-align : left;
	background-color : #990000;
	padding : 5px;
	border : 1px solid Black;
	font-weight : normal;
	letter-spacing : 1px;
}
/* Tabellenspalte Farbe 1*/
td {
	background-color : #6A6A6A;
	border : 1px solid Black;
	padding : 5px;
	vertical-align : top;
}
/* Tabellenspalte Farbe 2*/
.td {
	background-color : #8C8C8C;
}
td var {
	font-size : 1em;
	color : #F0E68C;
}
td input {
	background-color : transparent;
	border : 0;
	font-size : 1em;
	font-weight : bold;
	color : Yellow;
	cursor : pointer;
	text-decoration : underline;
}
td input:hover {
	color : White;
}
/*...............................................................Gästebuchanzeige.............................................................*/

/* Container - Blättern*/
.seite {
	text-align : right;
}
/* Eintrag vom - Startseite*/
.eintrag {
	background-color : #990000;
	padding : 5px;
	font-size : 1em;
	font-weight : normal;
	padding-left : 20px;
	padding-right : 20px;
	color : #FFFFFF;
	margin-top : 10px;
	border : 1px solid #D60000;
	clear : both;
}

/* Datum + Uhrzeit*/
.eintrag var {
	font-size : 1em;
	font-weight : normal;
	font-style : italic;
	color : #FFFFFF;
}
/* linke Anzeige + rechte Anzeige  umschliessender Container*/
.post{
	background-color : #990000;
	border : 1px solid #D60000;
	border-top-width : 0;
	height : auto;
	clear : both;
	border-bottom-width : 0;
}

/* rechte Anzeige*/
.txt {
	background-color : #b40000;
	border-left : 1px solid #D60000;
	margin-left : 160px;
	min-height : 60px;
}
.txt p {
	margin-top : 0;
	margin-bottom : 0;
	padding : 15px;
}
/* unsichtbare Elemente */
.none {
        display : none;
}
/* Fussnote*/
address {
	background-color : #990000;
	padding-right : 20px;
	border : 1px solid #D60000;
	color : #787878;
	padding-bottom : 3px;
	text-align : right;
	margin-bottom : 20px;
	clear : both;
}
/* Name des Autors*/
address em {
        display : block;
        font-style : normal;
        font-size : 1.5em;
        color : #FFFFFF;
}
/* linke Anzeige*/
.post address{
	padding : 10px;
	width : 200px;
	float : left;
	font-style : normal;
	border : 0;
	background-color : transparent;
	margin : 0;
	color : #F5F5F5;
	text-align : left;
}
/*Trennzeichen*/
acronym {
	display : none;
}
