
/* copyright agentur artprolog 2009 Ursula Bartels */
body {
	color: #404040;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	min-width: 955px;
	text-align:center;
	background-image: url(../images/layout/body_bgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#e3e3e3
}

/* 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.4em;
	margin-bottom: 15px;
	text-transform:uppercase
}

h2 {
	font-size: 1.4em;
	text-transform:uppercase
}

h3 {
	font-size: 1.4em;
}

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

/* LINKS */
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #6e6411;
	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 dotted #6e6411;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

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

/* CONTAINER */

#bgrd1,
#bgrd2,
#bgrd3 {
	width:100%;
	height:354px;
	background-image: url(../images/layout/bgrd_img1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden
}

#bgrd2 {
	height:auto;
	background-image: url(../images/layout/bgrd_img2.jpg);
	background-color:#afa00d;
	border-bottom:1px solid #706610;
}

#bgrd3 {
	height:auto;
	background-image: url(../images/layout/footer_bgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:72px
}

* html #bgrd3 {
	height:72px
}

#containerbox1,
#containerbox2,
#containerbox3 {
	margin: auto;
	text-align: left;
	width: 955px;
	height: 100%;
}

#containerbox3 {
	text-align:center;
}

#container1,
#container2,
#container3 {
	height: 100%;
	position: relative;
	width: 955px;
	z-index: 100;
}

/* BOXES */
#box1 {
	display: block;
	width: 955px;
	clear:left;
	padding-top:100px;
	padding-bottom:20px;
}

/* BOX 2 */
#navigationbox,
#contentbox {
	display:block;
	float:left;
	width:338px;
}

/* NAVIGATION*/
#navigation {
	padding-left:100px;
	width:150px;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation ul li {
	list-style-type:none;
	list-style-image:none;
}

#navigation a,
#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.3em;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #a09207;
	width:150px;
}

#navigation a.act,
#navigation a.act:link,
#navigation a.act:visited,
#navigation a.act:hover,
#navigation a.act:active,
#navigation a:hover,
#navigation a:active {
	color:#404040;
	background-image: url(../images/layout/nav_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navigation ul ul {
	padding-left:20px;
}

#navigation ul ul a,
#navigation ul ul a:link,
#navigation ul ul a:visited,
#navigation ul ul a:hover,
#navigation ul ul a:active {
	font-size:0.9em;
	padding:0px;
	border:none;
	background-image:none;
}

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

#content {
	min-height:570px;
}

* html #content {
	height:570px;
}

/* BOX 3 */
#footerbox {
	text-align:center;
	font-size:0.8em;
	color:#beb88f;
	padding-top:5px;
}

#footer1,
#footer2 {
	display:inline
}

#footerbox a,
#footerbox a:link,
#footerbox a:visited,
#footerbox a:hover,
#footerbox a:active {
	color: #beb88f;
	text-decoration: none;
}

#footerbox a:hover,
#footerbox a:active {
	color: #6e6411;
}

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

select {
	width: 184px
}

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

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

