@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, ul, li, p { margin: 0; padding: 0;}

body {
	background: #333 url(../images/layout/bg_body.gif) repeat-x;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#page {
	background-color: #000;
	background-image: url(../images/layout/bg_page.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0 auto;
	text-align: left;
	width: 805px;
}

/* ---------- SEITENKOPF ---------- */
#header {
	background: transparent url(../images/layout/bg_header.gif) no-repeat left bottom;
	height: 72px;
	margin-bottom: 30px;
	padding-top: 15px;
	text-align: right;
}

#header h1 {
	margin-right: 30px;
}

/* ---------- NAVIGATION ---------- */
#nav {
	float: left;
	width: 175px;
}

#nav a {
	color: #fff;	
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li {
	font-size: 14px; 
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 25px;
}

/* SUBNAV */
#nav li ul {
	display: none;
	margin-top: 15px;
}

#nav li li {
	background: transparent url(../images/layout/bg_nav_li.gif) no-repeat 7px 5px;
	font-size: 11px;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 20px;
}

#service #nav-service { font-weight: bold; }
#service #nav-service-subnav { display: block; font-weight: normal; }
#suche #nav-suche { font-weight: bold; }
#ueber-uns #nav-ueber-uns { font-weight: bold; }
#ueber-uns #nav-ueber-uns-subnav { display: block; font-weight: normal; }
#wo #nav-wo { font-weight: bold; }
#wo #nav-wo-subnav { display: block; font-weight: normal; }
#vorbeugen #nav-vorbeugen { font-weight: bold; }
#vorbeugen #nav-vorbeugen-subnav { display: block; font-weight: normal; }
#termine #nav-termine { font-weight: bold; }
#termine #nav-termine-subnav { display: block; font-weight: normal; }
#tools #nav-tools { font-weight: bold; }
#tools #nav-tools-subnav { display: block; font-weight: normal; }
#imprint #nav-imprint { font-weight: bold; }


/* ---------- CONTENT --------- */
#content {
	background: transparent url(../images/layout/writing_lichtblicke.gif) no-repeat bottom right;
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 1.6em;
	width: 600px;
}

#content a { 	
	color: #ffc;
	font-style: italic;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.divider {
	background: url(../images/layout/divider.gif) no-repeat;
	border: none;
	display: block;
	height: 10px;
	margin: 0 0 20px 15px;
	text-decoration: none;
	width: 95%;
}

#content .article a.divider {
	background: url(../images/layout/divider.gif) no-repeat;
	border: none;
	display: block;
	height: 10px;
	margin: 0 0 20px 0;
	text-decoration: none;
	width: 100%;
}


#content h2 {
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	margin: 3px 15px 35px 15px;
}

#content h3 {
	color: #ffc;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#content h4 {
	color: #ffc;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

#content hr {
	margin: 0 15px 30px 15px;
	border: none;
	border-top: 1px dotted #ccc;
}

#content p, #content ul {
	margin-bottom: 25px;
	width: 500px;
}

#content p.message {
	border: 1px solid #ffc;
	margin-bottom: 25px;
	padding: 4px 8px;
	width: 484px;
}

#content table {
	margin-bottom: 25px;
	max-width: 500px;
}

#content td {
	font-size: 13px;
	padding-bottom: 3px;
}

#content ul {
	list-style-type: square;
	margin-bottom: 25px;
	margin-left: 15px;
}

#content .article {
	margin: 0 15px;
}

/* ---------- SEITENFUSS ---------- */
#footer {
	border-top: 1px solid #292929;
	clear: both;
	color: #999;
	font: normal 10px Arial, Arial, Helvetica, sans-serif;
	height: 33px;
	line-height: 33px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin-left: 515px
}

#footer li {
	display: block;
	float: left;
	list-style-type: none;
	width: 80px;	
}

.small { font-size:smaller; }
.clear { clear: both; }
.invisible { display: inline; visibility: hidden; overflow: hidden; position: absolute; left: -1000px; top: -1000px; width: 0px; height: 0px; margin: 0; padding: 0; }

/* ---------- Formulare ---------- */
#frm-contact           { margin-bottom: 30px; }
#frm-contact input     { background-color: #444; border: none; color: #fff; padding: 4px 2px; width: 280px; }
#frm-contact input.btn { background-color: #ffc; color: #000; padding: 4px 8px; width: auto; }
#frm-contact label     { font-weight: bold; }
#frm-contact textarea  { background-color: #444; border: none; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 4px 2px; width: 400px; }
#frm-edit-entry input  { border: none; padding: 2px; font-size: 13px; width: 300px; }
#frm-edit-entry input.btn { width: auto; }
#frm-edit-entry input.check { width: auto; }
#frm-edit-entry input.plz { width: 40px; margin-right: 0; }
#frm-edit-entry input.ort { width: 246px; margin-left: 10px;}
#frm-edit-entry textarea { font-family: Arial, Helvetica, sans-serif; font-size: 13px; width: 400px;}
#frm-edit-entry p {width: 410px;}

/* ---------- Tools ----------- */
#tools #content td { border-bottom: 1px solid #999; font-size: 12px;}

