/********* basics *********/
body {
	background-color:ffffff;
	font-family: arial,helvetica,sans-serif;
}
.bg_navi_plus_weiss {
	background:url(images/hg.gif) repeat-x;
}
.bg_navi_plus_grau {
	background:url(../aktuelle_ausgabe/images/hg_aktuelle_ausgabe.gif) repeat-x;
}
* {
	margin: 0px auto;
	padding: 0px;
}

/********* Textformatierung *********/
p {
	font-size: 13px;
	color:#000000;
	/* line-height: 17px; */
	padding: 5px 0px 5px 0px;
}
/* linke Textspalte */
.left {
	font-size:13px;
}
/* Headline rechte Textspalte */
.hdl { 
	font-size:13px;
	font-weight:bold;
}
/* Fliesstext fett */
.fett {
	font-size:13px;
	font-weight:bold;
}
/* Fliesstext italic */
.kursiv {
	font-size:11px;
	font-style:italic;
}

/********* Links *********/
a:link {
	color:#404C5F;
	text-decoration: none;
}
a:visited {
	color:#404C5F;
	text-decoration: none;
}
a:hover {
	color: #68707d;
	text-decoration: none;
}

/********* aktuelle Ausgabe *********/
/* hdl */
.hdl_aktuelle_ausgabe {
	font-size:14px;
	font-weight:bold;
}
/* Fliesstext */
.aktuelle_ausgabe {
	font-size:11px;
}
/* Fliesstext blau */
.blau {
	font-size:11px;
	font-weight:bold;
}

/********* Formulare *********/
/* Fehler Formular */
.fehler {
	font-size:13px;
	font-weight:bold;
}


/********* Content *********/
#homepage_oben {
	width: 100%;
	height: 100px;
	text-align:center;
	background-color: #ffffff;
}
#homepage_unten {
	width: 100%;
	height: 100%;
	text-align:center;
	background-color: #cccccc;
}

/********* Diashow Galerie *********/
.wrapper {
    margin:0px auto;
    padding:0px 0px 0px 0px;
    width:520px;
    text-align:left;
	float:left;
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    /* padding:6px; */
    /* border: 1px solid #000; */
    /* display:block; */
    background-color: #fff;
    margin-top: 10px;
}