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

/* TAGS */
p,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border-style: none;
}

h1 {
	font-size: 2em;
	line-height: 1.6em;
	margin-bottom: 15px;
	text-transform:uppercase
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

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

/* LINKS */
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #1a344b;
	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;
}

#content .separator,
#contentrechts .separator {
	border-top:1px solid #bbc5ce;
	clear: both;
	height: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.spacer5 {
	padding-top:5px
}

/* 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;
}

#container2 {
	position: absolute;
	z-index: -20;
	background-image: url(../images/layout/bgrd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#main {
	display: block;
	width: 786px;
	float:left;
}

#bgrd {
	background-color:#fff;
	height: 100%;
	position: absolute;
	top: 0;
	width: 955px;
	z-index: 0;
	background-image: url(../images/layout/bgrd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

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

#box1 {
	height:126px;
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#box2 {
	height:269px;
}

#box3 {
	background-image: url(../images/layout/bgrd_nav_h2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow:visible
}

/* BOX 1 */
#logo,
#shop {
	display:block;
	height:126px;
	float:left;
	width:96px;
	padding-top:45px;
}

#logo {
	display:block;
	width: 690px;
	padding-top:0px;
}

/* BOX 2 */
#bildbox {
	display:block;
	width: 786px;
	height:269px;
	overflow:hidden;
	background-color:#FFF
}

#bild {
	display:block;
	width: 786px;
	height:269px;
	overflow:hidden;
	position:absolute;
	z-index:1;
	top:126px
}

#bildmask {
	position:relative;
	z-index:3;
	display:block;
	width: 786px;
}

* html #bild {
	top:0px;
	height:249px;
}

* html #bildmask {
	display:none;
}

/* BOX 3 */
/* NAVIGATION */
#navigationbox,
#contentbox {
	display:block;
	width: 786px;
}

#navigationbox {
	background-image: url(../images/layout/bgrd_nav_h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:52px
}

#navigation {
	padding-left:75px;
	width: 700px;
}

/* CONTENT*/
#contentbox {
	width: 700px;
}

#content {
	padding-left:90px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contentrechtsbox {
	display:none
}

#footerbox {
	padding-left:90px;
	padding-bottom:30px;
	width: 630px;
}

#footer {
	display:block;
	border-top:1px solid #bbc5ce;
	padding-top:5px
}

/* FORM */
.csc-mailform,
form,
fieldset {
	border-style: none;
	margin:0;
	padding:0;
	width: auto;
}

label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 120px;
}

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

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

select {
	width: 184px
}

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

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

