
/* copyright agentur artprolog 2010 Ursula Bartels */
body {
	color: #5a5a5a;
	line-height: 0.8em;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 0.8em;
	min-width: 955px;
	text-align:left;
	background-color:#fff;
}

/* TAGS */

p,
pre,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	line-height:normal;
}

img {
	border-style: none;
}

h1,
h2,
h3 {
	color: #000099;
	font-size: 1.4em;
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	padding-left: 10px;
	margin-bottom: 30px;
	border-left: 15px solid #000099
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

#contentlinks h1 {
	font-size: 1.2em;
	line-height: 14px;
	padding-left: 0px;
	margin-bottom: 10px;
	border-style: none
}

/* LISTEN */
li {
	list-style-image: url(../images/misc/square_blau.gif);
	list-style-type: none;
}

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

a:hover,
a:active {
	color: #000099;
	text-decoration: underline;
}

a.bold:link {
	color: #2681bc;
	font-weight: bold;
	text-decoration: none
}

a.bold:visited {
	color: #2681bc;
	font-weight: bold;
	text-decoration: none
}

a.bold:hover,
a.bold:active {
	color: #2681bc;
	font-weight: bold;
	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 solid #eee;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* LOGO PRINT*/
#printbox {
	background-image: url(../images/misc/logo_print.jpg);
	background-repeat: no-repeat;
	display: block;
}

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

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

#logo_print {
	width: 65%;
}



/* CONTAINER */

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

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

/* FORM */
label {
	font-weight: bold;
	text-align: left;
	display: block;
	margin-right: 20px;
	width: 150px;
	float: left
}
.csc-mailform-field; {
margin-bottom: 10px;
clear: left
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-width: 0
}

input,
textarea,
select,
.csc-mailform-submit {
	color: #5a5a5a;
	background-color: #fff;
	padding: 1px;
	border: solid 1px #5a5a5a;
	margin-bottom: 5px;
	width: 200px;
	font-size: 0.9em;
}

.csc-mailform-submit {
	margin-top: 10px;
}
