
/* copyright ArtProLog 2007 Ursula Bartels */

body {
	color: #717f82;
	font: 0.75em Arial, Helvetica, "Trebuchet MS", Geneva, SunSans-Regular, sans-serif;
}

/* TAGS */
p,
pre,
h1,
h2 {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

h1,
h2,
h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.9em;
}

/* LINKS */
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #fe8b04;
	text-decoration: none;
}

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

/* KLASSEN */
.pb {
	font-weight: bold;
}

.pbfarbe {
	color: #fe8b04;
	font-weight: bold;
}

.farbe {
	color: #fe8b04;
}

.clearer {
	clear: left;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.separator {
	border-top: 1px dotted #717f82;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* CONTAINER */

/* LOGO PRINT */
#logo_print {
	display: inline;
}

/* BOXES */
#box1 {
	display: none;
}

/* NAVIGATION */
#navigationbox {
	display: none;
}

/* FOOTER */
#footer {
	display: none;
}

/* FORM */
csc-mailform,
form {
	margin-left: 0px;
}

label {
	display: block;
	float: left;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: left;
	width: 200px;
}

.csc-mailform-field {
	clear: left;
}

form,
fieldset {
	border-width: 0;
}

fieldset {
	background: #F3F3F3;
	border: solid 1px #868686;
	padding: 5px;
}

input,
textarea,
select {
	background: #fff;
	border: solid 1px #868686;
	color: #868686;
	padding: 1px;
	width: 150px;
}

.csc-mailform-submit {
	display: block;
	margin-left: 210px;
	margin-top: 10px;
	width: 154px;
}
/* COMMERCE */
input {
	width:auto
}