
/* copyright ArtProLog 2007 Ursula Bartels */
body {
	color: #666;
	font: 0.8em "Trebuchet MS", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	margin: 0;
	width: 600px;
	padding: 0;
}

/* TAGS */
p,
pre,
h1,
h2 {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

h1,
h2,
h3 {
	font-weight: bold;
}

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

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

/* LINKS */
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #c00;
	text-decoration: underline;
}
.imglink a,
.imglink a:link,
.imglink a:visited,
.imglink a:hover,
.imglink 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 #cdcdcd;
	clear: left;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

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

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

#logo_print {
	width: 70%;
}

/* BOXES */

#box2,
#logo,
#footer  {
	display:none
}

#content {
	width: 600px;
}

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

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

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

form,
fieldset {
	border-width: 0;
}

fieldset {
	padding: 5px;
}

input,
textarea,
select {
	background: #fff;
	border: solid 1px #fff;
	color: #666;
	padding: 1px;
	width: 150px;
}

.csc-mailform-submit {
	display: block;
	margin-left: 210px;
	margin-top: 10px;
	width: 154px;
	color: #666;
}

