
/* copyright ArtProLog 2007 Ursula Bartels */
body {
	color: #7e2e00;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	min-width: 955px;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/layout/stretch_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#d5ba9b
}

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

img {
	border-style: none;
}

#contentlinksbox img {
	border: 1px solid #FFFFFF;
	margin-top:2px
}

h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6{
	font-size: 1.2em;
	text-transform: uppercase;
	color:#b78a55;
	font-weight:bold;
	margin-top: -0.5em;
	margin-bottom: 10px;
	text-decoration:none
}

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

*+html li {
	list-style-image: url(../images/layout/list_bullet2.gif);
	list-style-type: none;
}

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

a:hover,
a:active {
	text-decoration: none;
}

/* KLASSEN */
.pb {
	font-weight: bold;
}

.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.separator {
	border-top: 1px dotted #7e2e00;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

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

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

#container {
	position: relative;
	width: 955px;
	z-index: 100;
	background-color:#ece1d3;
}

/* BOXES */
#box1,
#box2,
#box3,
#box31,
#box32,
#box4 {
	display: block;
	width: 955px;
	clear:left;
}

#box1 {
	height:215px;
}

#box2 {
	height:27px;
	background-image: url(../images/layout/navi.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #072058;
}

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

#box31 {
	height:40px;
	padding-top:10px;
}

#box4 {
	height:34px;
	background-image: url(../images/layout/stretch_fuss.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#leftbox,
#rightbox {
	display: block;
	float:left;
}

#leftbox {
	padding-left:35px;
	width: 300px;
}

#rightbox {
	width: 620px;
	text-align:right
}

/* BILD BÄREN */
#bild,
#logo {
	float:left;
	display: block;
	height: 215px;
	overflow: hidden;
}

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

/* LOGO */
#logo {
	background-image: url(../images/layout/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 620px;
}

/* CONTENTLINKS CONTENT CONTENTRECHTS*/
#contentbox,
#contentlinksbox {
	display:block;
	min-height: 380px;
	float:left;
	width: 335px;
	overflow:hidden
}

#contentbox {
	width:620px;
}

#contentlinksbox {
	font-size: 0.95em;
	line-height: 1.2em;
}

#content {
	padding-top: 17px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#contentlinks {
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 5px;
}

/* box3 FOOTER */
#footerbox {
	font-size: 0.9em;
	display: block;
	height:34px;
	text-align:center;
}

#footer {
	height:34px;
	padding-top:10px
}

/* 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 {
	background: #F3F3F3;
	border: solid 1px #868686;
	padding: 5px;
}

input,
textarea,
select {
	background: #fff;
	border: solid 1px #868686;
	color: #868686;
	padding: 1px;
	width: 150px;
}

.csc-mailform-submit {
	display: block;
	margin-left: 210px;
	margin-top: 10px;
	width: 154px;
}

/* TABELLE */

table.table-zf td.td-0{
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
	background-color:#e2d4c3
}
table.table-zf td.td-1{
	padding-right:20px;
	padding-left:20px;
	border:solid 1px #e2d4c3;
}

* html table.table-zf td{
	font-size: 0.75em
}