
/* copyright agentur artprolog 2009 Ursula Bartels */

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

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

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

img {
	border-style: none;
}

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

h2 {
	font-size: 1.1em;
	margin-bottom: 15px;
	text-transform:uppercase;
	font-weight: bold;
}

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

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

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

a:hover,
a:active {
	color: #bb2f01;
	text-decoration: underline;
}

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

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

/* 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 {
	display: block;
	width:955px;
	clear:left
}

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

#box2 {
	height:72px;
	background-image: url(../images/layout/topnavi.jpg);
	background-repeat: no-repeat;
}
	
#box3 {
	height:514px;
	background-image: url(../images/layout/content_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#box4 {
	color: #55513e;
	height:151px;
	background-image: url(../images/layout/footer_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top
}


/* BOX 2 */

#topnavibox,
#selectboxbox {
	display:block;
	float:left;
	width:230px;
	padding-top:7px;
}

#selectboxbox {
	padding-left:40px;
}

#topnavi ul {
	padding-left: 10px;
	margin: 0px;
}

#topnavi ul li {
	float:left;
	list-style-image: none;
	list-style-type: none;
}

#topnavi a,
#topnavi a:link,
#topnavi a:visited,
#topnavi a:hover,
#topnavi a:active {
	color: #55513e;
	text-decoration: none;
}

#topnavi a:hover,
#topnavi a:active {
	color: #bb2f01;
	text-decoration: none;
}

/* BOX 3 */

#contentbox,
#navigationbox{
	display:block;
	float:left;
	width:665px;
}	

#contentbox{
	height:450px;
	overflow:auto;
}

#navigationbox{
	width:290px;
}

* html #contentbox{
	margin-bottom:20px;
}

* html #navigationbox{
	width:280px;
}

#content,
#contentrechts{
	display:block;
	float:left;
	width:290px;
}

#contentrechts{
	width:275px;
	padding-left:6px;
	padding-top: 20px;
}

#content{
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 20px;
}


/* FOOTER */

#footer,
#datum {
	font-size:0.9em;
	display:block;
	padding-top: 8px;
	padding-right: 20px;
	text-align:right;
}


#datum {;
	padding-top: 2px;
}

#footer {
	font-size: 0.9em;
}

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

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

#tel {
	font-size: 1.4em;
	color: #bb2f01;
	text-decoration:none;
}

/* 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: #fcfff9;
	color: #55513e;
	width: 180px;
	border: 1px solid #bab39e;
	margin-bottom:5px;
}

select {
	text-transform:none;
	width: 210px;
}

.csc-mailform-submit,
.submitbutton {
	color: #55513e;
	padding:2px;
	display: block;
	width: 183px;
	background-color: #bab39e;
}

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