@charset "utf-8";
/* Style Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* Accessibility features */

.acc {
	display: none;
}
/* Basics */

html {
	padding:0;
	margin:0;
	border:0;
	/*overflow:hidden;*/
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	padding:0;
	/*overflow:hidden;*/
}
.clear {
	clear:both;
}
#outerbox {
	width: 980px;
	height: 650px;
	padding:0;
	border: 0px solid #ccc;
	margin:20px auto 0 auto;
}
.emailhead {
	position:relative;
	float:right;
	margin:12px 32px 0 0;
	padding:0;
	color: #587F53;
	text-decoration:none;
	display:block;
}
.language {
	position:relative;
	float:left;
	width: 150px;
	margin:12px 0 0 28px;
	padding:0;
	color: #587F53;
	text-decoration:none;
	display:block;
}
#head {
	height:293px;
	width:978px;
	margin:0;
	padding:0;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
}
#logo {
	margin: 67px 0 0 30px;
	padding: 0;
	width: 560px;
	/*height: 123px;*/
	background-color: #FFFFFF;
	/*background: transparent url(/fileadmin/common/img/logo.jpg) no-repeat;*/
}
#logo img {
	display: none;
}

.left, .right {
	padding: 0;
	margin:0;
	width: 490px;
	height: 321px;
	border:0;
	background-color:#000000;
	color:#FFFFFF;
}

#content {
	width:980px;
	height: 321px;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:0.8em;
}
#content h1 {
	font-size:1em;
	font-weight:bold;
	margin: 0 3.0em 1em 0;
}

#content p {
	padding:0 2.5em 1em 0;
	line-height: 1.25em;
}
#content a {
	color:#FFF;
	text-decoration:underline;
}
#content a:hover {
	color:#587F53;
	text-decoration:underline;
}
#content ul {
	list-style-image: url(/fileadmin/common/img/ul.gif);
	margin: 0 3.3em 0 1.6em;
}
#content li {
	list-style-image: url(/fileadmin/common/img/ul.gif);
	margin: 0 0 0.5em 0;
}
#content span.detail {
	color:#587F53;
	font-weight:bold;
}

#bild {
	padding:0;
	margin:0;
	width: 490px;
	height: 325px;
	background: transparent url(/fileadmin/common/img/Kontakt-SW_72-close.jpg) no-repeat;
}

.hinweis h6{
	color:#000000;
	font-weight:bold;
}

.hinweis{
	color:#000000;
	padding: 20px 0 0 20px;
}

#content table.form {
	padding: 0;
	margin:0;
	width: 470px;
	color:#000;
	background:none;
}

#formular {
	margin: 0;
	padding: 20px 0 0 20px;

}

.radiobutton{
	border: 0px solid #FFF;
}

.box {
	border-top: 0px solid #666;
	border-right: 0px solid #666;
	border-bottom: 1px solid #000;
	border-left: 0px solid #666;
	background:none;
	padding: 2px;
	margin: 0 0 5px 0;
	width: 330px;
}

.messagebox {
	padding: 2px;
	margin: 0 0 5px 0;
	width: 440px;
	height: 60px;
	border:0;
	background: transparent url(/fileadmin/common/img/subnav_bg.png) repeat;
}

.button {
	border: none;
	color: #587F53;
	font-size:12px;
	background:none;
	cursor:pointer;
}



/* Breadcrumb */

#root {
	/*position:relative;
	top: 10px;
	left: 37px;*/
	width: 430px;
	height: 12px;
	padding:0;
	margin: 10px 0 0 30px;
	/*background-color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}



/* AJAX Scrollpanel */

/* scrollable div area */
#customscroll {
	width: 420px;
	height: 240px;
	margin: 20px 40px 50px 30px; 
	overflow: auto;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 400px;
height: auto;
position: relative;
padding: 1px;
}

.vscrollerbase {
width: 15px;
background: #D7EBDF url(/fileadmin/common/img/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
background: #99CBCB url(/fileadmin/common/img/basebarcaps_verticalbarbody.png) -15px 0px repeat-y;
}
.vscrollerbar, .hscrollerbar {
padding: 10px 0 ;
z-index: 2;
}
.vscrollerbarbeg {
background: url(/fileadmin/common/img/basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
background: url(/fileadmin/common/img/basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 15px;
height: 15px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(/fileadmin/common/img/horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(/fileadmin/common/img/basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(/fileadmin/common/img/basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
height: 15px;
width: 15px;
}
.scrollerjogbox:hover {
background: #5E828C url(/fileadmin/common/img/basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

