
/* copyright agentur artprolog 2009 Ursula Bartels */

body {
	color: #564B47;
	font: 0.8em Arial, Verdana, SunSans-Regular, Sans-Serif;
	margin: 0;
	padding: 0;
	line-height:1.6em;
}

/*	background-image: url(../images/layout/kv_right.gif);
	background-position: center top;
	background-repeat: no-repeat;
	*/

/* PRE FORMAT */
p,
pre {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

h1,
h2,
h3,
h4 {
	color: #564B47;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h2 {
	color: #5479a5;
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
}

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

a:hover {
	text-decoration: underline;
}

/*Listen*/
ul,
li {
	list-style-type: square;
}

/* CLASSES */
.pb,
.pbrot {
	font-weight: bold;
}

.pbrot {
	color: #F00;
}

#content .separator {
	height: 1px;
	margin-bottom: 10px;
	border-top:1px dotted #dae7f4
}

.clearer {
	clear: left;
}

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

#logo_print {
	display:block
}

#kontakt_print #kpleft,
#kontakt_print #kpright {
	float:left;
	display:block;
	width:280px;
}
#kontakt_print #kpright {
	padding-left:20px;
}

/*TOP*/  /* CONTAINER */
#box1,
#box2,
#left,
#rightbox,
#footerbox,
#navitopbox,
#navpathbox {
	display: none;
}

#content {
	width:600px;
}

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

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

.csc-mailform,
form,
fieldset {
	border-style: none;
	padding: 0px;
	margin: 0px;
}

input,
textarea,
select {
	background: #fff;
	border: solid 1px #564B47;
	color: #564B47;
	padding: 1px;
	width: 200px;
}

.csc-mailform-submit {
	display: block;
	margin-left: 215px;
	margin-top: 10px;
	width: 204px;
}

.csc-mailform-check {
	width:auto
}

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

