/*************************** print & display on/off ***************/
.noprint {
	display:none;
}
.nodisplay, .invisible {
}


/*************************** common hrefs *********************************/
#content a       {color: #004C7D;text-decoration:underline;}
#content a:hover {color:#949C9D;text-decoration:underline;}


/*************************** paragraphs & lines ***************************/
h1,h2,h3,h4,p {
	display:block;
}
h1 {
	color:#EC9C1F;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
h1.nav2style, h2 {
	font-size:1.4em;
	color:#004C7D;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:0;
}
h3 {
	color: #004C7D;
	font-size:1.1em;
	font-weight:bold;
	margin:0px 0 5px  0;
	padding:0;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:15px 0 5px  0;
	padding:0;
}
p {
	margin:0 0 00px 0;
	padding:0;
}
hr {
	margin:15px 50px 0px 50px;
	color:#9d151f;
	background-color:#9d151f;
  	height:1px;
  	width:80%;
  	text-align:center;
}
.markup {
	background-color:yellow;
}
.error {
	font-weight:bold;
	color:red;
}
.bold {
	font-weight:bold;
}
.small {
	font-size:80%;
}
/*************************** common styles ******************/
img.bilddb {
}
img.links {
	float:left;
	margin:0px 20px 0 10px;
}
img.rechts {
	float:right;
	margin:0px 0 10px 20px;
}

#content img.email {
	border:solid 0px blue;
	margin-top:5px;
}
#wellnessstars {
	margin:20px 0 0 27px;
}
img.impressum_emailadresse {
	margin-top:5px;
}
/* CONTENT */
#content {
	font-size:120%;
	line-height:140%;
}
/* bullets, lists */
#content ul, #content ol {
	border:solid 0px red;
	width:95%;
	margin:10px 0px 0px 	0px;
	padding:0px 0px 0px 0px;
}
#content ul li, #content ol li {
	border:solid 0px blue;
	padding:1px;
}
#content ul li {
	color: #004C7D;
	margin:0px 0px 5px 20px;
}
#content ul.style1 li {
	list-style-type:none;
	list-style-image:url(../img/dot1.gif);
	color: #004C7D;
	margin:0px 0px 5px 20px;
}
#content ol li {
	list-style-type:decimal-leading-zero;
	margin:0px 0px 0px 20px;
}
/*************************** theme_form *********************/
#theme_form p {
	font-weight:bold;
}
#theme_form table.mailform {
	margin-right:10px;
	margin-bottom:100px;
	border:solid 0px;
	width:100%;
}
#theme_form table.mailform td {
	padding:5px;
	color:#004C7D;
	border:solid 0px #ccc;
}
#theme_form .hinweis img {
	margin:0 0 10px 0;
}
#theme_form table.mailform td.hinweis {
	color:black;
}
#theme_form td.description {
	text-align:right;
	width:1px;
	width:90px;
}
#theme_form td.userinput {
}
#theme_form input,#theme_form textarea {
	font-size:1.2em;
	border:1;
}
#theme_form textarea {
	padding:4px;
	width:95%;
	height:100px;
}
#theme_form input.text {
	width:180px;
	height:1.2em;
	border:0;
	border-bottom:solid 1px #004C7D;
	padding:0px 4px 0px 4px;
}
#theme_form textarea.mitteilung {
	border:0;
	border-bottom:solid 1px #004C7D;
	height:200px;
	width:330px;
}
#theme_form textarea.bewerbung {
	border:solid 1px #ccc;
	height:80px;
}

/* nach #theme_form input.text */
#theme_form textarea.mandatory_fault, #theme_form input.mandatory_fault {
	border:solid 1px red;
	padding:0px 4px 0px 4px;
}
#theme_form td.mandatory_fault {
	color:red;
	font-weight:bold;
}
#theme_form input.submit {
	border:solid 1px #ccc;
}
#theme_form input.checkbox {
}

/*************************** Table style1 *******************/
table.startseite td {
	width:50%;
	padding:10px;
}

/*************************** Table style1 *******************/
table.style1 {
	margin:0 10px 40px 30px;
	width:88%;
	border:solid 0px #ccc;
}
table.style1 td {
	border:solid 0px #ccc;
	padding:4px 20px 0 0;
}
table.style1 td.preis, table.style1 td.zeit {
	width:130px;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}
table.style1 td.abstand {
	padding-top:10px;
}
table.style1 td.h3 {
	text-align:right;
	color: #004C7D;
	font-size:1.2em;
	font-weight:bold;
	padding:25px 10px 15px 0;
	xbackground-image:url(../img/table_style1_tdh3.gif);
	xbackground-repeat:no-repeat;
	xbackground-position:right;
	xborder:solid 1px white;
}
table.style1 td.h4 {
	color: #004C7D;
	font-size:1.1em;
	font-weight:bold;
	padding:25px 0 5px 0;
}
table.style1 td.hinweis {
	padding:10px 0 0 0;
	font-size:0.9em;
	text-align:right;
}

/*************************** links ************************/
#site_links {
}
#site_links ul {
	border:solid 0px black;
	padding:0px;
	margin:0;
}
#site_links ul li {
	list-style-type:none;
	padding:0;
	margin:10px 0 0 0px;
}
#site_links ul li.kategorie {
	color:#004C7D;
	font-weight:bold;
	padding:0;
	margin:30px 0 0 0px;
}
#site_links ul li.kategorie_first {
	margin-top:10px;
}

