
/* copyright ArtProLog 2007 Ursula Bartels */
body {
	color: #666666;
	font: 0.75em Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	min-width: 600px;
}

/* TAGS */
p,
pre,
h1,
h2 {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

h1,
h2,
h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

/* LINKS */
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #3399cc;
	text-decoration: none;
}

a:hover,
a:active {
	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 #666666;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.spacer {
	border-top: 1px dotted #666666;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* LOGO PRINT*/
#printbox {
	display: block;
	margin-bottom: 50px;
}

#logo_print,
#kontakt_print {
	text-align: left;
	width: 40%;
	float: left;
	display:block
}

#logo_print {
	width: 60%;
}

/* BOXES */
#box1 {
	display:none;
}

#box2 {
	display:none;
}

/* box3 SPALTEN */

#spalte1 {
	display:none;
}

#spalte2 {
	width: 600px;
}

#spalte3 {
	display:none;
}

/* box3 CONTENT */
#contentbox {
	display: block;
	float:left;
}

#content,
#content2 {
	display: block;
	width:282px;
	float:left;
}

#content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content2 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content .item,
#content2 .item {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e4e4;
	border-bottom-color: #e5e4e4;
	margin-bottom: 20px;
	padding: 10px;
}

/* box3 FOOTER */
#footerbox {
	display:none;
}

/* 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 {
	border: solid 1px #fff;
	padding: 10px;
}

input,
textarea,
select {
	background: #fff;
	border: solid 1px #666;
	color: #666;
	padding: 1px;
	width: 150px;
}

.csc-mailform-submit {
	display: block;
	margin-left: 210px;
	margin-top: 10px;
	width: 154px;
}
