/*
	Project: plakativ-werben.de
	Date: 2007-01-11
	Author: Florian Ludwig (pixelflow.de | visual communications)
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
}

body {
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url("../images/body_bg_pattern.jpg");
	background-position: 0 -34px;
	background-repeat: repeat-x;
	font-size: 1.1em;
}

body, p, table, td, input, textarea {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

input, textarea {
	font-size: 1.0em;
}

p {
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #1372b0;
	text-decoration: underline;
}

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

a.desc:link, a.desc:visited {
	border-bottom: 1px dotted #1372b0;
	color: #1372b0;
	text-decoration: none;
}

a.desc:hover, a.desc:active {
	border-bottom: 1px dotted #666666;
	color: #666666;
	text-decoration: none;
}

/* Header-Styles */
div.header-image {
	background-image: url("../images/header_image.jpg");
	background-repeat: no-repeat;
	height: 120px;
	margin: 10px auto 0 auto;
	position: relative;
	width: 830px;
}

div.header-logo {
	background-image: url("../images/header_logo.jpg");
	background-repeat: no-repeat;
	bottom: 0px;
	height: 120px;
	left: 332px;
	position: absolute;
	width: 454px;
}

/* main-content */
div.main-content {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 830px;
}

/* main-content -> frame-left */
div.frame-left {
	height: auto;
	left: 0px;
	position: absolute;
	top: 37px;
	width: 236px;
}

/* main-content -> frame-left -> image-left */
div.image-src {
	height: 236px;
	overflow: hidden;
	position: absolute;
	width: 304px;
}

div.image-mask {
	background-image: url("../images/image-mask.gif");
	background-repeat: no-repeat;
	height: 236px;
	position: absolute;
	width: 304px;
}

div.image-subtitle {
	display: none;
	padding: 0 6px;
	position: absolute;
	top: 246px;
	visibility: hidden;
	width: 184px;
}

/* main-content -> frame-right */
div.frame-right {
	left: 334px;
	position: absolute;
	top: 17px;
	width: 450px;
}

/* main-content -> frame-right -> main-navigation */
div.main-navigation {
	height: 20px;
	position: absolute;
	right: 0px;
	width: 388px;
}

div.navi-reiter {
	float: left;
	position: relative;
	text-align: right;
	width: 97px;
}

/* main-content -> frame-right -> content-box */
div.content-box {
	background-image: url("../images/content-bg-image.jpg");
	background-repeat: no-repeat;
	min-height: 312px;
	padding-bottom: 25px;
	position: absolute;
	top: 20px;
	width: 450px;
}

div.main-container {
	position: relative;
	margin-left: 37px;
	margin-top: 34px;
	width: 375px;
}

div.headline {
	color: #1372b0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	width: 350px;
}

div.scroll-container {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: 320px;
	margin: 5px 0;
	overflow: hidden;
	padding: 10px 50px 10px 0;
	position: relative;
	width: 325px;
}

div.context {
	position: relative;
}

div.meta-navigation {
	font-size: 1.0em;
	width: 350px;
}

div.meta-navigation a:link,
div.meta-navigation a:visited {
	color: #1372b0;
	text-decoration: none;
}

div.meta-navigation a:hover,
div.meta-navigation a:active {
	color: #666666;
	text-decoration: none;
}

/* agb listing */
div.listing p.headline {
	font-weight: bold;
	margin: 10px 0 0 0;
}

div.listing p {
	margin: 4px 0 0 16px;
}

/* formmailer */
input.textfields {
	border: 1px solid #cccccc;
	margin: 1px 5px 1px 0;
	padding: 2px;
	width: 147px;
}

input.mandatory-textfields {
	border: 1px solid #888888;
	margin: 1px 5px 1px 0;
	padding: 2px;
	width: 147px;
}

input.button {
	border: 1px solid #cccccc;
	margin: 1px 0;
	padding: 0 10px;
}

textarea.mailform {
	border: 1px solid #888888;
	height: 85px;
	margin: 1px 5px 1px 0;
	padding: 2px;
	width: 307px;
}

input.textfields:hover,
input.mandatory-textfields:hover,
textarea:hover,
input.textfields:focus,
input.mandatory-textfields:focus,
textarea:focus {
	background-color: #D9E9FB;
	border-color: #1372b0;
	color: #1372b0;
}

input.button:hover,
input.button:focus {
	background-color: #1372b0;
	border-color: #1372b0;
	color: #ffffff;
}

div#requestMessage {
	color: #1372b0;
	display: none;
}

/* scroller-relevant styles */
#scrollBox {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15px;
	visibility: hidden;
}

#scrollBox .scrollUp_btn {
	background-image: url(../images/scroller/arrow_up_off.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	height: 18px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15px;
}

#scrollBox .scrollUp_btn-active {
	background-image: url(../images/scroller/arrow_up_on.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	height: 18px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15px;
}

#scrollBox .scrollDn_btn {
	background-image: url(../images/scroller/arrow_down_off.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #cccccc;
	height: 18px;
	left: 0px;
	position: absolute;
	top: 321px;
	width: 15px;
}

#scrollBox .scrollDn_btn-active {
	background-image: url(../images/scroller/arrow_down_on.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #cccccc;
	height: 18px;
	left: 0px;
	position: absolute;
	top: 321px;
	width: 15px;
}

#scrollBox #scrollArea {
	height: 300px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 15px;
}

#scrollBox #scrollArea .dragElement {
	background-color: #666666;
	height: 35px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15px;
}

#scrollBox #scrollArea .dragElement-active {
	background-color: #1372b0;
	height: 35px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15px;
}
