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

a       {color:#9d151f;text-decoration:none;;}

/*************************** common hrefs *********************************/
#content a       {color:#9d151f;text-decoration:none;border-bottom:solid 1px #9d151f;}
#content a:hover {color:#9d151f;text-decoration:none;border-bottom:solid 1px #aaa;border-top:solid 1px #ccc;background-color:#fafafa;color:#9d151f;}

#content a.none      	{text-decoration:none;border:0}
#content a.none:hover   {color:#9d151f;text-decoration:none;border:0;background-color:white;}

a.white      	{color:white;text-decoration:none;border:0}
a.white:hover   {color:white;text-decoration:underline;border:0;}

/*************************** paragraphs & lines ***************************/
h1,h2,h3,h4,p {
	display:block;
}
h1 {
	font-size:1.3em;
	color:#95131b;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
h2 {
	font-size:1.1em;
	color:#95131b;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:0px 0 5px  0;
	padding:0;
}
h4 {
	color:#96131B;
	font-size:0.9em;
	font-weight:bold;
	margin:0px 0 5px  0;
	padding:0;
}
p {
	margin:0 0 10px 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%;
}
.box {
	font-size:0.8em;
	background-color:#fafafa;
	border:dotted 1px black;
	padding:20px;
	width:90%;
}
/*************************** common styles ******************/
img.bilddb {
}
img.galerie {
	float:left;
	margin:10px 10px 0 0 ;
	border:solid 0px red;
}
img.links {
	float:left;
	margin:10px 20px 0 10px;
}
img.rechts {
	float:right;
	margin:10px 0 10px 20px;
}

#content img.email {
	border:solid 0px blue;
	margin-top:5px;
}

img.impressum_emailadresse {
	margin-top:5px;
}
/* CONTENT */
#content {
	font-size:120%;
	line-height:140%;
}
#content div.eckdaten {
	background-image:url(../img/dots_rot.gif);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:right;
	border:solid 0px white;
	padding:15px 45px 0 0 ;
	margin:15px 0px 0px 0px;
	width:400px;
	font-size:.9em;
	color:#95131B;
}
#content div.eckdaten_links {
	background-image:url(../img/dots_rot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	border:solid 0px white;
	padding:0px 45px 0 60px ;
	margin:15px 0px 0px 0px;
	width:400px;
	font-size:.9em;
	color:#95131B;
}
#content p.navigation {
	font-size:80%;
	position:relative;
	border:solid 0px red;
	text-align:right;
	margin:40px 0px 50px 0px;
}
#content p.navigation a.up {
}

/* bullets, lists */
#content ul, #content ol {
	border:solid 0px red;
	font-weight:bold;
	width:95%;
	margin:10px 0px 0px 	0px;
	padding:0px 0px 0px 0px;
}
#content ul li, #content ol li {
	border:solid 0px blue;
	font-weight:normal;
	padding:1px;
}
#content ul li {
	list-style-type:circle;
	margin:0px 0px 0px 20px;
}
#content ol li {
	list-style-type:decimal-leading-zero;
	margin:0px 0px 0px 20px;
}
/* bullets, lists */
div.galerie {
	width:300px;
	text-align:left;
	border:solid 0px blue;
	margin:0 0 0 040px;
	height:40px;
}
div.galerie td {
	border:solid 0px white;
	vertical-align:middle;
}
div.box1 {
	border:solid 0px #030406;
	margin:20px 20px 00px 0px;
}


/*************************** theme_form *********************/
#theme_form table.mailform {
	margin-right:10px;
	margin-bottom:100px;
	border:solid 0px;
	width:100%;
}
#theme_form table.mailform td {
	padding:5px;
	color:#95131b;
	border:solid 0px #ccc;
}
#theme_form .hinweis img {
	margin:0 0 10px 0;
}
#theme_form table.mailform td.hinweis {
	color:black;
	font-size:0.9em;
	line-height:1em;
}
#theme_form td.description {
	text-align:right;
	width:1px;
	width:90px;
}
#theme_form td.userinput {
}
#theme_form input,#theme_form textarea {
	font-size:100%;
	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 #95131b;
	padding:0px 4px 0px 4px;
}
#theme_form textarea.mitteilung {
	border:0;
	border-bottom:solid 1px #95131b;
	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 {
}

/*************************** anfahrt ************************/
#site_anfahrt {
	margin:20px 0px 0px 0px;
}
#site_anfahrt table td {
	border:solid 0px black;
	padding:10px;
}
#site_anfahrt table td.l {
	width:50%;
}
#site_anfahrt table td.r {
	width:50%;
}
/*************************** site_referenzen *********************/
#site_referenzen table {
	background-color:white;
}
#site_referenzen table td {
	background-color:white;
	border:solid 1px #e7e3e0;
}
#site_referenzen table td.logo {
	width:150px;
	height:130px;
	text-align:center;
	vertical-align:middle;
}
#site_referenzen table td.url {
	width:300px;
	text-align:center;
	vertical-align:middle;
}
#site_referenzen table td.story {
	padding:10px;
}
#site_referenzen table a, #site_referenzen table a:hover {
	border:0;
	text-decoration:none;
}
/*************************** site_kundenstimmen *********************/
#site_kundenstimmen p.story {
	border:dotted 0px ;
	padding:5px;
	margin:0;
	font-style:italic;
}
#site_kundenstimmen p.person {
	font-size:0.9em;
	text-align:right;
	margin:0 0 30px 0;
}
#site_kundenstimmen img  {
	float:right;
	margin:0 0 10px 10px;
	border:solid 10px white;
}
#site_kundenstimmen a, #site_kundenstimmen img  {
	text-decoration:none;
}


