/* Common Styles ============================================================ */

html,
body {
	color: #000000;
	background: #FFFFFF;
}

body {
	font-family: "times new roman", times, roman, serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

a {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:visited:hover {
	text-decoration: none;
}

abbr, acronym, .titleTip {
	border-bottom: none;
}

code {
	font-family: "courier new", courier, monospace;
	font-size: 100%;
}

.doNotPrint {
	display: none !important;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

img.toLeft,
img.toRight {
	display: none;
	clear: right;
	margin: 0 1em 0.5em 3em;
	border: 1px solid #000000;
}

input, option, select, table, textarea {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
}

.small {
	font-size: 90%;
}

.smallCaps {
	font-size: 110%;
	font-variant: small-caps;
}

sub, sup {
	font-size: 70%;
}

table, tr, th, td {
	border: none;
}
th {
	font-weight: bold;
	text-align: center;
}

/* Header =================================================================== */


#header {
	display: none;
}


/* SideBar / Menu =========================================================== */


#sideBar {
	display: none;
}



/* Title ==================================================================== */

#title {
}
body#help #title {
	margin-left: 0;
}

#title div.toRight {
	font-size: 90%;
	padding: 0.8ex 1.5ex 0 1.5ex;
}
#title div.toRight,
#title div.toRight a {
}
#languages {
	font-weight: bold;
}

#title h1,
body#help h1 {
	text-align: left;
	border-bottom: 2px solid;
	padding-bottom: 0.5ex;
}

/* Content ================================================================== */

#content {
	line-height: 1.5em;
	text-align: left;
}
body#help #content {
	margin-left: 0;
	border-left: none;
}

#content p,
#content address {
	margin: 0 0 2ex 0;
	padding: 0;
}
#content p.block {
	text-align: justify;
}

#content p.highlight, #content span.highlight {
	font-weight: bold;
	padding: 0 0.5ex 0 0.5ex;
	border: 1px solid;
	color: #338833;
	background: #F0FFF0;
}
#content p.achtung, #content .achtung {
	font-weight: bold;
	color: #338833;
}


h1.box, h2.box, h3.box, h4.box, h5.box, h6.box {
	clear: both;
	text-align: left;
	border-bottom: 1px solid;
	padding-bottom: 0.5ex;
}


dl {
}
dt {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5ex 0;
}
dt.subLevel1 {
	margin-left: 2em;
}
dt.subLevel2 {
	margin-left: 4em;
}
dt.subLevel3 {
	margin-left: 6em;
}
dl.menu dt {
	font-size: 110%;
}
dl.menu dt.subLevel1 {
	margin-left: 1.818em;	/* 2em / 110% */
}
dl.menu dt.subLevel2 {
	margin-left: 3.636em;	/* 4em / 110% */
}
dl.menu dt.subLevel3 {
	margin-left: 5.454em;	/* 6em / 110% */
}
dt.withSeparator {
	padding-top: 1ex;
	border-top: 1px solid ;
}
dd {
	margin: 0 0 1em 2em;
	padding: 0;
}
dd.subLevel1 {
	margin-left: 4em;
}
dd.subLevel2 {
	margin-left: 6em;
}
dd.subLevel3 {
	margin-left: 8em;
}

dl.compact dt {
	clear: left;
	float: left;
	font-size: 100%;
	padding: 0;
	margin-right: 0.5em;
}
dl.compact dd {
	margin: 0;
}
dl.compact5 dd { margin-left: 5em; }
dl.compact6 dd { margin-left: 6em; }
dl.compact7 dd { margin-left: 7em; }
dl.compact8 dd { margin-left: 8em; }
dl.compact9 dd { margin-left: 9em; }
dl.compact10 dd { margin-left: 10em; }
dl.compact11 dd { margin-left: 11em; }
dl.compact12 dd { margin-left: 12em; }
dl.compact13 dd { margin-left: 13em; }
dl.compact14 dd { margin-left: 14em; }
dl.compact15 dd { margin-left: 15em; }
dl.compact16 dd { margin-left: 16em; }
dl.compact17 dd { margin-left: 17em; }
dl.compact18 dd { margin-left: 18em; }
dl.compact19 dd { margin-left: 19em; }
dl.compact20 dd { margin-left: 20em; }

ul {
	padding-left: 0;
	margin-left: 2em;
}

hr.separator {
	margin: 1em 0 1em 0;
	border: 1px solid;
}

.toLeft {
	float: left;
}
.toRight {
	float: right;
}
.colLeft, .colLeftWithSep {
	float: left;
	width: 49%;
	margin-bottom: 0.5em;
}
.colRight, .colRightWithSep {
	float: right;
	width: 49%;
	padding-left: 0.75%;
	margin-bottom: 0.5em;
}
.colLeftWithSep {
	padding-right: 0.75%;
	border-right: 1px solid;
}
.colRightWithSep {
	border-left: 1px solid;
}
.colLeft h4, .colLeftWithSep h4,
.colRight h4, .colRightWithSep h4,
.toLeft h4, .toRight h4 {
	margin-top: 1ex;
}
.toRight h3 {
	margin-top: 0;
}
.clearLeft, .toLeftEnd {
	clear: left;
}
.clearRight, .toRightEnd {
	clear: right;
}
.clear, .colEnd {
	clear: both;
}
div.colEnd {
	height: 1px;
}
/* Workaround for IE: */
* html div.colEnd {
	height: 0;		/* all IE */
	he\ight: auto;	/* IE 6(+) */
}

/* Message Boxes ---------------------------------------- */

#content span.error {
	font-size: 100%;
	padding: 0 0.25ex 0 0.25ex;
	border: 1px solid;
}

#content p.error,
#content p.warning,
#content p.status,
#content p.info {
	font-size: 110%;
	text-align: left;
	margin: 1em 0 0.5em 0;
	padding: 0.5ex 1ex 0.5ex 1ex;
	border: 1px solid;
}

#content span.error,
#content p.error {
	font-weight: bold;
}

#content p.warning {
	font-weight: bold;
}

#content p.status {
	font-weight: bold;
}

#content p.info {
	font-weight: normal;
}

/* Content Boxes ---------------------------------------- */

h1.content-box, h2.content-box, h3.content-box,
h4.content-box, h5.content-box, h6.content-box {
	margin: 2em 0 0 0;
	padding: 0.25ex 1ex 0.25ex 1ex;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

div.content-box,
div.border-box {
	margin: 0 0 1em 0;
	padding: 0 1em 0 1em;
	border: 1px solid;
}

div.content-box {
}

/* Labels ----------------------------------------------- */

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + label,
input[type="radio"] + label {
	vertical-align: middle;
}
/* Workaround for IE: */
input.checkbox,
input.radio,
label.FormRowCheckBoxDesc,
label.FormRowRadioDesc {
	vertical-align: middle;
}

table#kontaktformular input[type="text"],
table#kontaktformular textarea,
table#kontaktformular select {
	width: 300px;
}

/* Footer =================================================================== */

#footer {
	clear: both;
	margin: 2em 0 0 0;
	padding: 1ex 0 0 0;
	border-top: 1px solid;
}

/* Workaround for IE 5.x: */
* html #footer {
	height: 3ex;	/* all IE  */
	he\ight: auto;	/* IE 6(+) */
}

#footer div {
	font-size: 82%;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
	text-align: right;
}

#footer .middle {
	text-align: center;
}

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

/* Specials ================================================================= */

div.galleryBox {
	float: left;
	text-align: center;
	margin: 0.5em;
}
div.galleryDia {
	width: 210px;
	height: 210px;
}
div.galleryDia img {
	margin: 5px;
}
div.galleryText {
	width: 210px;
	height: 3.5em;
}
p.tag_leistung {
	font-style: italic;
}

span.preis {
	font-weight: bold;
}

div.termine-box {
	float: right;
	margin-top: 1ex;
	margin-left: 3em;
	padding: 1ex;
	border: 1px solid #338833;
	background: #F0FFF0;
}
div.termine-box h3 {
	margin-top: 0;
	color: #338833;
}
