
/* copyright agentur artprolog 2009 Ursula Bartels */
body {
	color: #666666;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, 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.6em;
	line-height: 1.6em;
	margin-bottom: 15px;
	text-transform:uppercase
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

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

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

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

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

#logo_print {
	width: 65%;
}

#kontakt_print {
	padding-top:30px;
	padding-bottom:30px;
}

/* CONTAINER */

/* BOXES */
#box1,
#box2,
#box4,
#box5,
#bildbox,
#navigationbox{
	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;
	font-weight: bold;
	margin-right: 10px;
	width: 120px;
}

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

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

select {
	width: 184px
}

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

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