
/* copyright agentur artprolog 2009 Ursula Bartels */
body {
	color: #55513e;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* TAGS */
p,
pre,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border-style: none;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 15px;
	line-height: 1.2em;
	text-transform:uppercase
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

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

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

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

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

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

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

#logo_print,
#kontakt_print {
	text-align: left;
	width: 35%;
	float: left;
	display:block;
	padding-bottom:80px;
}
#logo_print {
	width: 65%;
}

/* CONTAINER */

/* BOXES */
#box1,
#box2,
#navigationbox,
#box4{
	display: none;
}

/* CONTENT*/
#content,
#contentrechts{
	display: block;
	width:600px
}

/* FORM */
.csc-mailform,
form,
fieldset {
	border-style: none;
	margin:0;
	padding:0;
	width: auto;
}

label {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	width: 120px;
}

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

input,
textarea,
select {
	background-color: #fcfff9;
	color: #55513e;
	width: 180px;
	border: 1px solid #fcfff9;
	margin-bottom:5px;
}

select {
	text-transform:none
}

.csc-mailform-submit,
.submitbutton {
	color: #006600;
	padding:2px;
	display: block;
	width: 183px;
	background-color: #c3dca8;
}

input.checkbox {
	width: auto;
	min-width: 10px;
}

