
/* copyright agentur artprolog 2009 Ursula Bartels */

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

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

img {
	border-style: none;
}

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

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

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

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

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 {
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px dotted #88c0d6;
}

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

#bildbox {
	position:absolute;
	z-index:10;
}

#bildlinks,
#bildrechts {
	display:block;
	float:left;
	width:373px;
	height:516px;
	overflow:hidden;
}

#bildrechts {
	width:582px;
}

/* BOXES */
#box1,
#box2,
#box3,
#box4,
#box5 {
	display: block;
	width: 955px;
}

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

#box2 {
	background-image: url(../images/layout/bild_maske.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:400px;
}

* html #box2 {
	background-image: url(../images/layout/bild_maske.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

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

#box32 {
	background-image: url(../images/layout/content_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:36px;
	padding-left:85px;
}

#box4 {
	height:14px;
}

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

/* BOX 2 */
#navigationbox {
	display:block;
	height:63px;
	width:785px;
}

#navigation,
#navigation_links,
#navigation_rechts {
	display:block;
	float:left;
	width:118px;
	background-image: url(../images/layout/navi_links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation {
	background-image: url(../images/layout/navi_stretcher.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:545px;
}

#navigation_rechts {
	width:122px;
	background-image: url(../images/layout/navi_rechts.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* BOX 3 */
/* CONTENT*/
#contentbox {
	display:block;
	min-height:394px;
	padding-left:100px;
	padding-right:100px;
	padding-bottom:20px;
	padding-top:40px;
}

* html #contentbox {
	height:394px;
}

/* BOX 4 */
#content_bottom {
	display:block;
	background-image: url(../images/layout/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:955px;
	height: 14px;
}

/* BOX 5 */
#footer,
#datum {
	float:right;
	padding-top:10px;
	padding-bottom:30px;
	font-size: 0.9em;
	color: #8ad1ed;
}

#footer {
	padding-right:250px;
}

#datum {
	padding-right:5px;
}

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

#footer a:hover {
	color: #fff;
}

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

select {
	width: 184px
}

.csc-mailform-submit,
.submitbutton {
	display: block;
	width: 186px;
	color: #2f638a;
}

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