
/* copyright agentur artprolog 2009 Ursula Bartels */
body {
	color: #666;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	min-width: 955px;
	text-align:center;
	background-image: url(../images/layout/body_bgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#eeedee;
}

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

img {
	border-style: none;
}

h1 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.6em;
	margin-bottom: 10px;
	text-transform:uppercase;
}
#contentrechtsbox h1{
	font-size: 1.2em;
}

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

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

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

/* LINKS */
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #0b2e70;
	text-decoration: underline
}

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 solid #eee;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.boxgraubox {
	background-color:#d3d3d6;
	width: 235px;
	border: 1px solid #bdbdbf;
}

.boxgrau {
	padding:20px;
}

.spacer10 {
	display:block;
	height:10px;
	width:10px;
	clear: both;
}

.spacer5 {
	display:block;
	height:5px;
	width:5px;
	clear: both;
}

/* LOGO PRINT */
#printbox {
	display: none;
}

/* CONTAINER */
#containerbox {
	margin: auto;
	text-align: left;
	width: 955px;
	height: 100%;
}

#container {
	height: 100%;
	position: relative;
	width: 955px;
	z-index: 100;
}

#containerbgrd {
	background-image: url(../images/layout/content_stretcher.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* BOXES */
#box1,
#box2,
#box3,
#box4,
#box5,
#box6 {
	display: block;
	width: 955px;
	clear:left;
	overflow:hidden
}

#box1 {
	height:75px;
}

#box2 {
	height:5px;
}

#box3 {
	height:294px;
	margin-bottom:1px;
	padding-left:5px
}

#box4 {
	height:50px;
	padding-left:5px;
	overflow:visible
}

/* BOX 1*/
#logo {
	height:75px;
	display: block;
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* BOX 2*/
#contenttopbox {
}

#contenttop {
	background-image: url(../images/layout/content_top.jpg);
	height:5px;
	background-repeat: no-repeat;
	background-position: left top;
}

/* BOX 3*/
#bildbox {
	height:294px;
	width: 945px;
}

#bild {
	background-image: url(../images/layout/bild1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* BOX 5*/
/* CONTENT*/

#contentbox,
#contentrechtsbox {
	min-height:200px;
	float: left;
	width:235px;
}

#contentbox {
	width:710px;
}

#content,
#contentrechts,
#downlaod{
	padding-bottom:10px;
}
#content{
	padding-right:50px;
	padding-left:60px;
}
#downlaod{
	width:235px;
}

#iconbox {
	padding-top:18px;
	padding-right:15px;
	height:32px;
}

#icon {
	text-align:right;
}

/* BOX 6*/
/* CONTENTBOTTOM*/
#contentbottombox {
	background-image: url(../images/layout/content_bottom.jpg);
	height:5px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contentbottom {
}

/* FOOTER*/
#footerbox {
	padding-top:5px;
	padding-right:10px;
	padding-bottom:30px;
	text-align:right;
	color:#666666;
}

#footer,
#datum {
	font-size:0.9em;
	float:right;
	display:block;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #666;
	text-decoration: none
}

#footer a:hover,
#footer a:active {
	text-decoration: none;
	color: #0b2e70;
}

/* 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: #666;
	padding: 1px;
	width: 180px;
	border: 1px solid #666;
	margin-bottom:2px;
}

select {
	width: 184px
}

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

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

.download input,
.download textarea,
.download select {
	width: 100px;
}

.download input.download-button{
	background-color: transparent;
	border-style: none;
	padding-left:20px;
	margin-bottom:-5px;
	width: auto;
}