
/* copyright artprolog 2008 Ursula Bartels */
body {
	color: #666;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, 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;
}

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

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

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

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

a:hover,
a:active {
	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 #ccc;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

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

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

#box1 {
	height:50px;
	background-image: url(../images/layout/content_bgrd1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align:right;
	white-space:nowrap
}

#box2 {
	height:350px;
	background-image: url(../images/layout/carl_wolf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:2px;	
}

#box3 {
	height:40px;
	width:951px;
	background-image: url(../images/layout/nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom:2px;	
}

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

/* LANG */
#langbox{
	padding-right:15px;
	padding-top:10px;
}

/* CONTENT*/
#contentbox,
#contentrechtsbox {
	min-height:200px;
	width:685px;
	float:left;
	overflow:hidden
}
#contentrechtsbox {
	width:270px;
}
#content {
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#contentrechts {
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}

/* FOOTER*/
#footerbox {
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:30px;
}
#footer {
	font-size:0.85em;
	border-top: 1px solid #666666;
}

/* 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 #007243;
	margin-bottom:2px;
}

select {
	width: 184px
}

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

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

/* TABELLE */
table.table-own td.td-0 {
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
	background-color:#fcecdf
}

table.table-own td.td-1 {
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
	background-color:#fcecdf
}

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