

/* ############# SEMANTIK ############# */

/* Hiermit werden ALLE Abstaende auf null gestellt */
* {
	margin:0px;
	padding:0px;
}
/* Reset alles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}

caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{font-variant:normal}
sup {vertical-align:text-top}
sub {vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
legend{color:#fff}

.clearer {
	clear: both;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 14px;
}

body.html {
	
}

h1, h2, h3, h5, h6 {
	color: #fff;
	margin-top:0;
	padding:0;
	font-weight:normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	font-size: 42px;
	line-height: 34px;
	text-transform: uppercase;
}


h2 {
	margin-bottom: 9px;
	color: #3c3c3c;
	font-size: 14px;
	font-weight: bold;
}
h3 {

	margin-bottom: 6px;
	color: #fff;	
}
h4 {
	font-size:13px;
	margin-bottom:3px;
	margin-top: 10px;
	padding: 0;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
}

p {
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

tr, td {
	font-size: 14px;
}

td p {
	padding:0;
	margin:0;
}



hr {
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
	margin: 0;
	padding: 0;
	height: 2px;
}


ul {
	line-height:17px;
	margin-bottom:15px;

}
ul li {
margin-left:15px;
font-size: 14px;

}
ol li {
margin-left:25px;
font-size: 14px;
line-height: normal;
padding-bottom: 3px;

}


a, a:visited, a:link {
	color:#3C3C3C;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #3C3C3C;
	text-decoration: underline;
}

a.kontaktLink {

}


blockquote {
}

cite {
}

address {
}

fieldset, label {
	font-size: 14px;
}

input, select, textarea {
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input {
	outline: none;
	border:1px solid #4c4c4c;
	background:#fbf9f6 none;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
    padding:5px;
}



textarea {
	font-family:Arial, Helvetica, sans-serif;
	outline: none;
}

select {
		outline: none;
	border:1px solid #4c4c4c;
	background:#fbf9f6 none;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
    padding:5px;
}

img {
	border:none;
}

/* #############  TABELLEN  ############# */
table.preise {
	border-collapse: collapse;
	border-top: 1px solid silver;
}
table.preise td {
	padding: 4px 20px 4px 0;
	border-bottom: 1px solid silver;
	vertical-align: top;
}

/* #############  LINKS FUER RTE  ############# */
a.pdfIcon {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left:24px;
	margin-bottom:4px;
	margin-top:0px;
	line-height: 140%;
	color: #646464;
}

a.weiterIcon {
	display: block;
	color: #646464;
	background: none no-repeat scroll 0 0 #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    background-image: url(../img/weiter.png);
    color: #000000;
    display: block;
    float: left;
    font-size: 18px;
    margin: 5px 10px 5px 0;
    padding: 10px 15px 10px 24px;
    text-decoration: none;
}

a.cartIcon {
	display: block;
	color: #646464;
	background: none no-repeat scroll 9px center #e2e2e2;
    border-radius: 5px 5px 5px 5px;
    background-image: url(../img/cart.png);
    color: #000000;
    display: block;
    float: left;
    font-size: 14px;
    margin: 5px 10px 5px 0;
    padding: 10px 15px 10px 34px;
    text-decoration: none;
}

a.cartIcon:hover {
	background: none no-repeat scroll 9px center #c7c6c6;
	background-image: url(../img/cart.png);
}

a.pdf:link, 
a.pdf:visited {
	color: #fff;
}
a.pdf:hover {
	color: #fff;
}


/* #############  ZEICHENFORMATE  ############# */


/* #############  ABSTATZFORMATE  ############# */


