
/* copyright agentur artprolog 2010 Ursula Bartels */
body {
	color: #666d74;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font: 0.8em Lucida Sans Regular, Arial, Verdana, Helvetica, sans-serif;
}


p,
pre,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

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

h2 {
	font-weight: normal;
	font-size: 1.2em;
	text-transform:uppercase
}

h3 {
	font-weight: normal;
	font-size: 1.0em;
	text-transform:uppercase
}

/* LISTEN */
ul {
	line-height:1.2em
}

li {
	list-style-image: url(../images/misc/liste_orange.jpg);
	list-style-type: none;
}

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

a:hover,
a:active {
	color:#6aabff;
	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 #666;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}


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

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

#logo_print {
	width: 60%;
}

/* CONTAINER */

/* BOXES */
#box1,
#box2,
#box3,
#footerbox {
	display: none;
}

/* CONTENT*/
#content {
	width:600px
}

#contentrechts{
	width:600px;
	padding-top:20px;
}
/* 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 {
	border: solid 1px #4287e4;
	color: #4287e4;
	padding: 1px;
	width: 250px;
}

select {
	width: 184px
}

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

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

