
/* hier nur Formate eintragen, die innerhalb vom Content-Div liegen! */

/* * * * * * * * * * * SCHRIFTFORMATE * * * * * * * * * * */

h2
{}

h3
{}

.invisible
{
	display: none;
}

p
{}

a, a:visited
{
	color: #DE7F80;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

a img
{
	border: 0px;
}

.bold
{
	font-weight: bold;
}

img.rand
{
	margin: 10px;
	padding: 2px;
	border: 1px solid #7d0305;
	background-color: #640204;
}



/* HOME */

#flash
{
	width: 625px;
	height: 415px;
	
	margin: 0px auto;
	z-index: 1;
	overflow: hidden;
	text-align: right;
	
	border: 0px solid red;
}



/* UEBER UNS */

div.uns
{
	margin-top: 20px;
}
div.uns p
{
	width: 500px;
	line-height: 1.3em;
	
	margin-bottom: 20px;
}
div.uns p.slogan
{
	width: 500px;
	line-height: 1.3em;
	
	margin: 30px 0px 20px 80px;
}

span.werner
{
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0px 3px 2px 0px;
	border-bottom: 1px solid #C90A0D;
}



/* LEISTUNGEN */

ul.leistung
{
	margin: 30px 0px 30px 0px;
}
ul.leistung li
{
	list-style-type: square;
	color: #C90A0D;
	line-height: 1.3em;
	padding: 0px 0px 15px 5px;
}

ul.leistung li span
{
	color: #fff;
	font-weight: bold;
}
ul.leistung li span span.zusatz
{
	font-weight: normal;
	padding: 3px 0px 0px 35px;
}



/* REFERENZEN */

img.link
{
	margin: 50px 0px 0px 25px;
}
img.link_hgbild
{
	float: right;
	margin-right: 100px;
}



/* UNSERE PARTNER */

ul.leistung li span a
{
	color: #fff;
	font-weight: bold;
}

a.partnerlogo
{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0px 30px 110px;
}

a.jordanlacke
{
	background-image: url(pics/partnerlogos/logo_jordanlacke.gif);
}
a.erzgebirgeimweb
{
	background-image: url(http://www.erzgebirge-im-web.de/erzgebirge_tipp.gif);
	padding-left: 95px;
}


/* IMPRESSUM */

table.kontaktdaten
{
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 30px;
}
table.kontaktdaten td
{
	vertical-align: top;
	border-collapse: collapse;
	padding: 5px 25px 0px 0px;
}
table.kontaktdaten td.bold
{
	white-space: nowrap;
	width: 130px;
}

table.kontaktdaten tr.space td
{
	padding-top: 20px;
}

div.rechtliches p
{
	margin: 5px 0px;
	font-size: .8em;
	color: #999;
}
div.rechtliches p.bold
{
	margin: 15px 0px 5px 0px;
}

img.kontakt_hgbild
{
	margin: 10px 10px 10px 50px;
}



/* KONTAKT */

table.kontaktformular
{
	width: 70%;
	border-collapse: collapse;
}
table.kontaktformular td
{
	vertical-align: top;
	border-collapse: collapse;
	padding: 5px 25px 0px 0px;
}
table.kontaktformular td.bezeichner
{
	width: 130px;
	font-weight: bold;
}

table.kontaktformular tr.space td
{
	padding-top: 20px;
}

.sternchen /* Pflichtfeld-Sternchen in allen Formularen */
{
	color: #de7f80;
}
.hinweis
{
	font-size: .8em;
	color: #999;
}

input, textarea, select
{
	padding: 2px;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea
{
	font-size: 1em;
}

input.eingabefeld
{
	background-color: #ddd;
	border: 1px solid #fff;
	width: 250px;
}
input.eingabefeldklein
{
	background-color: #ddd;
	border: 1px solid #fff;
	width: 40px;
}

input.button
{
	background-color: #fff;
	border-top: 2px solid #ddd; 
	border-left: 2px solid #ddd; 
	border-right: 2px solid #aaa; 
	border-bottom: 2px solid #aaa; 
	color: #444;
	font-weight: bold;
	padding: 3px 5px;
}

textarea.textbox
{
	background-color: #ddd;
	border: 1px solid #fff;
	height: 150px;
	width: 250px;
}

.feldsf /* feld, das versteckt wird, als Bot-Schutz */
{
	display: none;
}
.imgsf /* img als Bot-Schutz */
{
	text-align: center;
	vertical-align: text-bottom;
}

input.errorfeld,
textarea.errorfeld /* fehlerhafte Felder in Formularen */
{
	background-color: #d7e1c7;
	border: 1px solid #fff;
	margin-top: 5px;
}

.errortext
{
	color: #69a400;
	font-weight: bold;
}
