
/* copyright agentur artprolog 2009 Ursula Bartels */
body {
	color: #312d26;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

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

img {
	border-style: none;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 15px;
	text-transform:uppercase
}

h2 {
	font-size: 1.4em;
	text-transform:uppercase
}

h3 {
	font-size: 1.4em;
}

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

/* 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 #312d26;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.red {
	color: #990000;
}

/* PRINT BOX*/
#printbox {
	display: block;
	margin-bottom: 20px;
}

#logo_print,
#kontakt_print {
	text-align: left;
	width: 35%;
	float: left;
	display:block
}

#logo_print {
	width: 65%;
}

/* CONTAINER */

#topbgrd,
#box1,
#box3,
#navigationbox,
#footerbox {
	display:none;
}

/* CONTENT*/

#content {
	width:600px
}

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

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

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

input,
textarea,
select {
	background-color: #fff;
	color: #666;
	padding: 2px;
	width: 180px;
	border: 1px solid #396282;
	margin-bottom:2px;
}

select {
	width: 184px
}

.csc-mailform-submit,
.submitbutton {
	display: block;
	margin-left: 130px;
	width: 186px;
}

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