/* CSS Base Defenitions */

/* BEMERKUNGEN
   - für den IE muss später die Breite der Hauptdivs auf 802px gestellt werden,
     da die Border innerhalb dieser Breite gesetzt werden
   - auch die Breite des Inhaltes muss für den IE anderst definiert werden,
     weshalb, muss noch geprüft werden
*/


/* Schriftarten */
body, div, h1, h2, h3, p, td, th, a, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #171f14;
}

/* Schriftgrössen */
body, div, p, td, th, input, textarea {
	font-size: 12px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}

/* divs */
div {
	margin: 0;
	padding: 0;
	border: none;
}

/* Seiteneingenschaften */
body {
	background-color: #dbe4d7;
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;

	/* IE Style */
	scrollbar-base-color:#ddd;
	scrollbar-3dlight-color:#ddd;
	scrollbar-arrow-color:#fff;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#ddd;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#000;
	scrollbar-track-color:#ddd;
}

img {
	border: none;
	margin: 0;
}
img.alignright {
	float: right;
}

#printtitel {
	display: none;
}

/* Container */
#topcontainer {
	position: absolute;
	top: 5px;
	width: 800px;
	padding: 0;
	border-left: 1px solid #171f14;
	border-right: 1px solid #171f14;
}

/*
 * MENÜ
 */
#mainmenu {
	position: absolute;
	left: 10px;
	top: 80px;
	width: 355px;
	height: 20px;
}
#mainmenu a {
	font-weight:bold;
	text-decoration: none;
	display: inline;
	margin-right: 14px;
	font-size: 12px;
}
#submenu {
	position: absolute;
	left: 10px;
	top: 118px;
}
#submenu a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	display: inline;
	margin-right: 25px;
}
#mainmenu a:hover, #submenu a:hover {
	text-decoration: underline;
}
#adresse {
	position: absolute;
	top: 77px;
	left: 596px;
}
#adresse p {
	margin: 0;
	font-weight: bold;
	line-height: 17px;
	font-size: 11px;
}

/*
 * Inhalt
 */
#content {
	position: absolute;
	top: 145px;
	width: 800px;
	border-left: 1px solid #171f14;
	border-right: 1px solid #171f14;
	border-bottom: 1px solid #171f14;
/* 	border: 1px solid #f00; */
}
#text {
	float: left;
	padding: 10px;
	width: 530px;
	border-right: 1px solid #171f14;
}
#text p {
	line-height: 14px;
}
#text p + h2, #text ul + h2 {
	margin-top: 30px;
}
#text table {
	width: 100%;
}
#text th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	width: 130px;
}
#text td {
	vertical-align: top;
}
#text td.bold {
	font-weight: bold;
}
#text td.right {
	text-align: right;
}
#text span.red {
	color: #f00;
}
#text span.little {
	font-weight: normal;
	font-size: 11px;
}
#text input {
	padding: 1px;
}
#text input.field, #text textarea {
	border: 1px solid #000;
	width: 300px;
}
#text input.anzahl {
	border: 1px solid #000;
	width: 25px;
	text-align: right;
	margin-top: 5px;
}
#text input.datum {
	border: 1px solid #000;
	width: 70px;
	text-align: center;
}
#text input.zeit {
	border: 1px solid #000;
	width: 40px;
	text-align: center;
}
#text input.submit {
	border: 1px solid #000;
}
#text form td {
	padding-bottom: 10px;
}

#rechts {
	clear: left;
	clear: right;
	margin-top: 10px;
	margin-left:7px;
	float: left;
	width: 230px;
	text-align: center;
}
#rechts img {
	margin-bottom: 10px;
}



#anmeldung div.box {
	width: 500px;
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 20px;
}
#anmeldung p {
	font-weight: bold;
}
#anmeldung p + p {
	font-weight: normal;
}

#termine table {
	width: 66%;
	border-collapse: collapse;
}
#termine table td {
	border: 0;
	border-bottom: 1px solid #ccc;
}
#lage p {
	text-align: justify;
}
#lage b {
	margin-left: 20px;
}


#special {
	background-color: #e4d7d7;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #2e2121;
	text-align: left;
}
#special p {
	margin-top: 2px;
	margin-bottom: 4px;
	text-align: left;
}
#special p b {
	text-decoration: blink
}
