﻿/* ---------------------------- Formatting - Formatierung ------------------------------ */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, small{
 margin: 0;
 padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #591202;
	color: #000;
}


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

a:hover{
 text-decoration: underline;
}

a img{
 border: 0;
}

/* -------------------------------------- Header --------------------------------------- */
.topmenu{
 margin: 0px 0 10px 0;
 color: #000;
}

#masthead {
 background-image: url('header.gif');
 background-repeat: no-repeat;
 height: 170px;
 border: 0;
}

/* -------------------------------------- Body ----------------------------------------- */
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	vertical-align: top;
	background: #A6497C;
	color: #000;
	border-right: 3px solid #000000;
	border-left: 3px solid #000000;
}


#page{
 padding: 10px;
}

/* ------------------------------------- Sidebar --------------------------------------- */

/* --------------------------- Main column - Hauptbereich ------------------------------ */
#maincolumn{
	float: left;
	width: 980px;
	margin: 0 10px 0 0;
	line-height: 18px;
}



#maincolumn a{

 text-decoration: none;

 color: #660000;

 font-weight: bold

}

#maincolumn a:hover{

 text-decoration: underline;

}


.post{

 border: 4px solid #000000;

 margin: 0 0 10px 0;

 padding: 0;

 background: #FFFFFF;

 text-align: justify;

}



.post h2{
	font-size: 28px;
	font-family: Arial, Verdana;
	padding: 5px 10px;
	background: #FFFFFF;
	color: #7c7d82;
	text-align: center;
}





/* ------------------------------- Comments - Kommentare ------------------------------- */

/* ----------------- Comment Quicktags - Quicktags in den Kommentaren------------------- */

/* -------------------------------- Calendar - Kalender --------------------------------- */

/* --------------------------------------- Footer -------------------------------------- */
#footer{
 clear: both;
 width: 980px;
 border-top: 1px solid #000;
 padding: 10px 0 0 0;
 text-align: center;
}

.copyright {
 font-size: 10px;
}

.copyright a{
 color: #333333;
}

/* -------------------------------- Pictures - Bilder ---------------------------------- */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) 

        Die Klasse 'class="alignright"' bei einem Bild (wer hätte das gedacht?!) 
        richtet das Bild rechts aus und 'class="centered' zentriert es.
        Diese Klassen können zum gestalten der Bilder in Beiträgen verwendet
        werden. Sie sind um einiges valider und zukunftsorientierter als
        align="center" etc. */

/* Ohne Rahmen - without border */
.text2257 {
	padding: 0 10px 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.addy2257 {
	border-style: solid;
	border-width: 1px;
	text-align: center;
}


