/**
 * Style sheet GesamtseitenStyles
 */
/* Bild unter Navi - WICHTIG FÜR IE6 - SONST EINZEIGEFEHLER !!!! */
.bild_unter_navi
{
	width:220px;
	height:220px;
	position:relative;
	overflow:hidden;
}

/* Gästebuch Kommentare - Abstand zu einander ! */
.comment_default
{
	margin:0px 0px 50px 0px;
	Border-bottom: 1px dotted grey;
}

body
{
	background-color:#dbdca4;
	background-image:url("bilder/Hintergrundverlauf.gif");
	background-repeat:repeat-x;
}

#header
{
	background-color:#929449;
	background-image:url("bilder/header.jpg");
}

/* Hier liegt das Mittlere Hintergrundbild ____ */
#container
{
	background-color:#929449;
	background-image:url("bilder/main.jpg");
}

#right
{
}

/* Kurzartikel rechts - Formatierung !!!!!!!! */
#right .ce_text
{
	width:160px;
	position:relative;
	overflow:hidden;
	margin-left:10px;
	padding-top:10px;
	border-top:1px dotted #990000;
	border-bottom:1px dotted #990000;
	font-size:11px;
	line-height:1.2;
}

/* Kurzartikel links - Formatierung !!!!!!!! */
#left .ce_text
{
	width:160px;
	left:30px;
	right:0px;
	position:relative;
	overflow:hidden;
	padding-top:10px;
	border-top:1px dotted #990000;
	border-bottom:1px dotted #990000;
	font-size:11px;
	line-height:1.2;
}

/* Hier lässt sich die Seite EVENTREADER bearbeiten */
.mod_eventreader h1
{
	margin-top:30px;
	color:#6d9014;
}

#anmeldefenster
{
	width:160px;
	height:90px;
	top:20px;
	position:relative;
	margin-left:20px;
	padding:6px;
	font-family:arial;
	font-size:10px;
}

#anmeldefenster .label
{
	margin:0px;
	padding:0px;
	text-decoration:none;
}

#quicknavi
{
	right:45px;
	top:260px;
	position:absolute;
	font-family:arial;
	font-size:11px;
}

#quicknavi_footer
{
	right:45px;
	top:50px;
	position:absolute;
	font-family:arial;
	font-size:11px;
}

/* Für den IE7 ist der Top Abstandswert ein px kleiner */
*:first-child+html #quicknavi
{
}

.mod_breadcrumb
{
	left:244px;
	top:265px;
	position:absolute;
	font-family:arial;
	font-size:12px;
}

.mod_navigation
{
	width:200px;
	left:0px;
	top:-6px;
	position:relative;
	margin-bottom:30px;
	margin-left:10px;
}

/* Farbe der letzten Linie in der Navi */
.mod_navigation ul
{
	margin:5px 20px;
	padding:0px;
	border-bottom:2px dotted #00cc00;
	list-style-type:none;
}

/* Farbe der Linien in der Navigation ! */
.mod_navigation li
{
	margin:0px;
	padding:10px 0px;
	border-top:2px dotted #00cc00;
	list-style-type:none;
}

.mod_navigation p
{
	margin:0px;
	padding:0px;
	display:inline;
}

* html .mod_navigation ul,
* html .mod_navigation li
{
	height:1px;
}

.mod_navigation .level_2
{
	margin-left:0px;
	padding:3px 0px 0px 9px;
	border-bottom:0px;
}

.mod_navigation .level_2 li
{
	padding:0px 0px 3px 0px;
	border-top:0px;
}

/* Schriftgröße der NAVIGATIONSPUNKTE & FARBE!!!!!!!!!!!! */
.mod_navigation a,
.mod_navigation li,
.mod_navigation p
{
	font-weight:bold;
	font-size:18px;
	color:#DBDCA3;
}

/* AKTIVER LINK   & FARBE!!!!!!!!!!!! */
.mod_navigation .active
{
	font-weight:bold;
	text-decoration:none;
	color:#ffcc33;
}

/* Schriftgröße der NAVIGATIONSUNTERPUNKTE !!!!!!!!!!!! */
.mod_navigation .level_2 a,
.mod_navigation .level_2 li,
.mod_navigation .level_2 p
{
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
}

.mod_navigation .level_1 a
{
	text-decoration:none;
}

.mod_navigation .level_1 a:hover
{
	text-decoration:underline;
	color:#ffffcc;
}

.mod_navigation .level_2 a:hover
{
	text-decoration:underline;
	color:#ffffcc;
}

/* veranstaltungsuebersicht */
#veranstaltungsuebersicht
{
	margin-left:30px;
}


/**
 * Article
 */
/* Hier wird die Überschrift der Artikel formatiert (im Main) */
#main h1,
h2,
h3
{
	margin-top:0px;
	padding-top:5px;
	font-family:times;
	font-variant:small-caps;
	color:#990000;
	line-height:1.3;
}

#footer
{
	margin-bottom:-30px;
	background-color:#929449;
	background-image:url("bilder/footer.jpg");
}

/* IE6 HACK da sonst der Footer abgeschnitten wird */
*html #footer
{
	margin:0px;
}

#main
{
	position:relative;
	margin-top:0px;
	padding-top:10px;
	padding-right:15px;
	border-top:1px solid #336600;
	border-right:0px solid #336600;
	line-height:1.5;
}

.error
{
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:9px;
	color:#ff0000;
}

.mod_article .pdf_link
{
	margin-bottom:-14px;
	text-align:right;
}

.mod_article .pdf_link a
{
	position:relative;
	padding:1px;
	background-color:#bbbbbb;
	text-decoration:none;
	color:#ffffff;
}

.mod_article .pdf_link a:hover
{
	background-color:#dddddd;
	text-decoration:none;
	color:#ffffff;
}
