/*******************************************************************************
********************************************************************************
	Projekt		: Hanse Office
						: Thomas Blum
						: www.blumbeet.com
********************************************************************************
*******************************************************************************/

/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	height: 100.01%;
	margin-bottom: -1px;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


/******************************************** Standard - NICHTS VERAENDERN *****
*******************************************************************************/

.nospace {
	margin: 0;
	padding: 0;
}

.rvrs {
	unicode-bidi: bidi-override; 
	direction: rtl;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}

.fl-lft { 
	float: left;
	margin: 0 20px 0 0;
}

.fl-rght { 
	float: right;
	margin: 0 0 0 20px;
}

.algn-lft { 
	text-align: left;
}

.algn-rght { 
	text-align: right;
}

.algn-cntr { 
	text-align: center;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}




/*********************************************************** Hintergruende *****
*******************************************************************************/



/************************************************************* Text-Farben *****
*******************************************************************************/
body, a {
	color: #333;
}
.title, 
.navi ul li a {
	color: #626262;
}

/*************************************************************** Schriften *****
*******************************************************************************/
body, input, textarea, 
.navi ul li ul li a {
	font-family: Verdana, Arial, sans-serif;
}

.navi, 
.title {
	font-family: "Times New Roman", serif;
}


/********************************************************* Schriftgroessen *****
*******************************************************************************/
#website {
	font-size: .6875em;
}

.navi ul li a {
	font-size: 1.3em;
}
.title {
	font-size: 1.2em;
}
.navi ul li ul li a {
	font-size: 1em;
}

/************************************************************* Zeilenhoehe *****
*******************************************************************************/

.navi {
	line-height: 1.8;
}
#content p, 
#content dl, 
#content ol, 
#content ul, 
#sidebar p, 
#sidebar dl, 
#sidebar ol, 
#sidebar ul {
	line-height: 1.6;
}

/************************************************************* Allgemeines *****
*******************************************************************************/

#content p.top {
	margin-bottom: 0;
}
#content h3, 
#sidebar h3, 
#sidebar p, 
#sidebar dl, 
#sidebar ol, 
#sidebar ul {
	margin-bottom: 1em;
}
#content p, 
#content dl, 
#content ol, 
#content ul {
	margin-bottom: 2em;
}

h2 {
	font-weight: normal;
}

#content a {
	text-decoration: underline;
}

/********************************************************** Seitenstruktur *****
*******************************************************************************/
body {
	padding: 22px;
	background-image: url(/layout/css/body_bg.gif);
	background-repeat: repeat-x;
}

#website {
	width: 947px;
}

#header, 
#banner, 
#wrapper {
	position: relative;
	clear: both
	float: left;
	width: 100%;
}
#header, 
#wrapper {
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
}
#header, 
#banner {
	margin-bottom: 10px;
}
#header2, 
#wrapper2 {
	border-right: 1px solid #626262;
	border-left: 1px solid #626262;
}
#header2 {
	height: 110px;
	border-right: 1px solid #626262;
	border-left: 1px solid #626262;
}
#wrapper2 {
	padding: 20px 10px 0 10px;
}

#navi {
	float: left;
	width: 195px;
	margin-right: 17px;
}
#content {
	float: right;
	width: 700px;
}
body.cols-3 #content {
	float: left;
	width: 480px;
}
#sidebar {
	float: right;
	width: 214px;
}



/****************************************************************** Header *****
*******************************************************************************/
#logo {
	position: absolute;
	left: 1px;
	top: 18px;
	width: 711px;
	height: 92px;
	background-image: url(/layout/css/logo.gif);
}
#logo p a {
	display: block;
	width: 120px;
	height: 92px;
	text-indent: -1000em;
}


/****************************************************************** Footer *****
*******************************************************************************/


/************************************************************ Navigationen *****
*******************************************************************************/

.navi ul {
	padding: 4px;
}
.navi ul li, 
.navi ul li a {
	display: block;
}
.navi ul li {
	border-bottom: 1px solid #fff;
}
.navi ul li a {
	text-align: center;
}
.navi ul li a:hover {
	text-decoration: underline;
}
.navi ul li.active, 
.navi ul li.current {
	background-color: #fff;
}
.navi ul li a.active, 
.navi ul li a.current {
	text-decoration: underline;
}
.navi ul li ul {
	background-color: #fff;
}


#navi-top {
	padding-top: 5px;
	text-align: right;
}
#navi-top ul li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #333;
}
#navi-top ul li.first {
	border-left: 0;
}

/****************************************************************** Module *****
*******************************************************************************/
div.split {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 0 0 2em 0;
	background-image: url(/layout/css/ln_h_g.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
}


.boxes {
	float: left;
	width: 100%;
}
.box {
	clear: both;
	margin-bottom: 10px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.box-a {
	float: left;
	width: 48%;
}
.box-b {
	clear: none;
	float: right;
	width: 48%;
}
.box .colored {
	background-color: #dbdbdb;
}
#content .box .content, 
#sidebar .box .content {
	padding: 20px;
	border: 1px solid #ccc;
}
body.cols-3 #content .box .content, 
#content .box .colored, 
#sidebar .box .content {
	padding-left: 4px;
	padding-right: 4px;
}

.box .col-a, 
.box .col-b, 
.box .col-c, 
.box .col-d {
	float: left;
	width: 140px;
	margin-right: 10px;
} 
.box .col-b {
	width: 100px;
}
.box .col-c {
	width: 240px;
}
.box .col-d {
	width: 160px;
}
.boxes .box .col-a {
	width: 100px;
}
.boxes .box .col-b {
	width: 140px;
}
.boxes .box .col-c, 
.boxes .box .col-d {
	clear: both;
	width: 100%;
}

.title {
	display: block;
	margin: 4px;
	padding-left: 15px;
	background-image: url(/layout/css/title.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
.title span {
	padding: 0 10px;
	background-color: #fff;
}
.colored .title span {
	background-color: #dbdbdb;
}




.ti-bl .ti-content {
	float: right;
	width: 420px;
}
.ti-bl .has-flash {
	width: 200px;
}


p.top {
	clear: both;
	float: left;
	width: 100%;
}
p.top a {
	text-decoration: underline;
}
/************************************************************ Suchformular *****
*******************************************************************************/
div#search {
}
div#search input {
	background: none;
	border: 0;
}
div#search p.form-text {
	padding-left: 6px;
}
div#search label {
}
div#search input.form-text {
	width: 150px;
	margin: 0 4px 4px 0;
	padding: 2px 0;
	background-color: #fff;
	border: 1px solid #888;
}
div#search input.form-submit {
	vertical-align: middle;
	cursor: pointer;
}


.xform, 
.answertext {
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #ccc;
}
.xform legend {
	padding: 1em 0 2em 0;
	font-weight: bold;
}
.xform p {
	float: left;
	width: 100%;
}
.xform p label, 
.xform p span.as-label {
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: left;
}
.xform p span.as-label {
	clear: both;
	display: block;
}
.xform p.formcaptcha label {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 4px;
}
.xform p.formcaptcha label img {
	vertical-align: middle;
}
.xform p.formcaptcha input.captcha, 
.xform p.formpassword input.password, 
.xform p.formtext input.text, 
.xform p.formtext input.inp_disabled, 
.xform p.formtextarea textarea.textarea {
	width: 384px;
	padding: 4px 2px;
	border: 1px solid #888;
}
.xform p.formcaptcha input.form_warning,
.xform p.formtext input.form_warning, 
.xform p.formtextarea textarea.form_warning {
	border-color: #b00;
}
.xform p.formcaptcha input.captcha {
	width: 150px;
}