
/* copyright agentur artprolog 2009 Ursula Bartels */
body {
	color: #fff;
	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_stretch.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#090907
}

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

img {
	border-style: none;
}

h1 {
	font-size: 1.8em;
	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_weiss_5x5.jpg);
	list-style-type: none;
}

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

.red {
	color: #990000;
}

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

/* CONTAINER */

#topbgrd {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:1000px;
	z-index:5;
	background-image: url(../images/layout/body_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#containerbox {
	margin: auto;
	text-align: left;
	width: 955px;
	height: 100%;
}

#container {
	height: 100%;
	position: relative;
	width: 955px;
	z-index: 100;
}

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

#box1 {
	height:280px;
	overflow:hidden
}

#box2 {
	padding-left:40px
}

/* BOX 1 */

#artprolog {
	display:block;
	height:280px;
	width:955px;
}

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

/* NAVIGATION*/
#navigation {
	padding-top:230px;
}

#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 {
	color:#FFF;
	display:block;
	height:26px;
	line-height:26px;
	padding-left:30px;
	text-decoration:none;
	text-transform:lowercase;
}

#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 {
	background-image: url(../images/layout/navi_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	color:#990000;
}

#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;
	display:block;
	height:22px;
	line-height:22px;
}

#navigation ul ul a.act,
#navigation ul ul a.act:link,
#navigation ul ul a.act:visited,
#navigation ul ul a.act:hover,
#navigation ul ul a.act:active,
#navigation ul ul a:hover,
#navigation ul ul a:active {
	background-image: none;
}

/* CONTENT*/
#contentbox {
	width:490px;
	background-image: url(../images/layout/content_stretch.jpg);
	background-repeat: repeat-y;
	background-position: 0px 200px;
	border-bottom:1px solid #f8f2e6;
}

#content {
	min-height:450px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-image: url(../images/layout/content_bgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* BOX 3 */
#footerbox {
	text-align:right;
	width:530px;
	font-size:0.8em;
}

#footerbox a,
#footerbox a:link,
#footerbox a:visited,
#footerbox a:hover,
#footerbox a:active {
	color:#FFF;
	text-transform:lowercase;
	text-decoration:none;
}
#footerbox a:hover,
#footerbox a:active {
	color:#900;
}

#footer,
#footerartprolog {
	padding-top:10px;
	padding-bottom:30px;
	float:right;
	height:30px;
}

#footerartprolog {
	width:210px;
}

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