/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ************************************************************************************************
 *
 *	Copyright (c) 2009, Arno Dudek (http://www.adgrafik.at, office@adgrafik.at)
 *
 *	@copyright	Copyright (c) 2009, Arno Dudek
 *
 ************************************************************************************************
 ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/**
 *	basics
 */

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
}

/**
 *	elements
 */
a {
	color: #EA5E1C;
}
.download {
	padding: 10px 0 10px 50px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	background: #FFF1D0 url(../images/interface/pdf.gif) no-repeat scroll left center;
	border: 1px solid #EA5E1C;
	-moz-border-radius:	10px;
	-webkit-border-radius: 10px;
}
h2,
h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	color: #009DED;
	line-height: 1.2em;
}
h4 {
	margin: 1em 0 1em;
}
p {
	margin: 1em 0 0;
}
p.quoted {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	color: #EA5E1C;
	line-height: 1.4em;
	width: 99%;
}

.quote-left {
	position: absolute;
	top: -10px;
	left: -35px;
	width: 28px;
	height: 28px;
	display: block;
	background: url(../images/interface/quote_left.gif) no-repeat;
}

.quote-right {
	position: absolute;
	right: -35px;
	bottom: -10px;
	width: 28px;
	height: 28px;
	display: block;
	background: url(../images/interface/quote_right.gif) no-repeat;
}

.center {
	text-align: center;
}
ul {
	list-style-image: url(../images/interface/list_pointer.gif);
}
ul li {
	margin: 0 1.5em;
	padding: 0;
}
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: 2px solid #EA5E1C;
}

.no-border {
	border: none;
}

.hidden {
	display: none;
}

table {
	line-height: 1em;
	border: 1px solid #EA5E1C;
	border-spacing: 2px;
}

table caption {
	padding: .2em;
	font-weight: bold;
	color: #FFF;
	background-color: #EA5E1C;
	border: 1px solid #EA5E1C;
	-moz-border-radius:	10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

table thead tr {
	background-color: #EEE;
}

table tr.odd {
	background-color: #FFF1D0;
}
table th,
table td {
	vertical-align: top;
	padding: .4em .2em;
}


/**
 *	areas
 */
#title {
	background: #7FCFF6 url(../images/interface/title_bg.jpg) no-repeat;
}
#title .title {
	margin-left: 50px;
	padding-left: 110px;
	width: 980px;
	height: 175px;
}
#title.home {
	background: #7FCFF6 url(../images/interface/title_home_bg.jpg) no-repeat;
}
#title.home .title {
	margin-left: 50px;
	padding: 0;
	width: 1050px;
	/*height: 250px;*/
	text-align: center;
}
#title .claim {
	position: absolute;
	top: 20px;
	left: 820px;
	font-size: 1.2em;
	color: #FFF;
	width: 14em;
	
}

#title .claim .quote-left {
	background: url(../images/interface/quote_blue_left.gif) no-repeat;
}
#title .claim .quote-right {
	background: url(../images/interface/quote_blue_right.gif) no-repeat;
}
#accessibility .fontsizer {
	z-index: 1;
	position: absolute;
	top: 145px;
	left: 1030px;
	width: 80px;
}

#accessibility.home .fontsizer {
	top: 220px;
}
#accessibility .fontsizer ul {
	margin: 0;
	list-style: none;
}
#accessibility .fontsizer li {
	margin: 0 0 0  7px;
	padding: 0;
	float: left;
}
#accessibility .fontsizer a {
	display: block;
	width: 17px;
	height: 17px;
}

#accessibility .fontsizer .increase {
	background: url(../images/interface/menu_zoom_increase_0.gif) no-repeat;
}

#accessibility .fontsizer .normalize {
	background: url(../images/interface/menu_zoom_normalize_1.gif) no-repeat;
}
#accessibility .fontsizer .decrease {
	background: url(../images/interface/menu_zoom_decrease_0.gif) no-repeat;
}
#accessibility .rootline {
	position: absolute;
	top: 180px;
	left: 330px;
	font-size: .8em;
}
#accessibility .rootline p {
	margin: 0;
	float: left;
	font-weight: bold;
}
#accessibility .rootline ul {
	margin: 0;
	float: left;
}
#accessibility .rootline li {
	margin: 0;
	padding: 0 0 0 .5em;
	display: inline;
}
#menu {
	position: relative;
	height: 37px;
	margin: -37px 0 0 45px;
	overflow: hidden;
	font-size: .9em;
	background: url(../images/interface/menu_pattern.gif) repeat-x 5px 0;
}
#menu ul {
	margin: 0;
	list-style: none;
}

#menu .left-border {
	display: block;
	width: 5px;
	height: 37px;
	float: left;
	background: #E9F7FD url(../images/interface/menu_left.gif) no-repeat;
}
#menu.home .left-border {
	background: #7FCFF6 url(../images/interface/menu_left.gif) no-repeat;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
}
#menu li a {
	display: block;
	padding: .4em .7em;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: url(../images/interface/menu_item_seperator.jpg) no-repeat 0 center;
}

#menu li a.first {
	background: none;
}

#menu li a.current {
	color: #005C8B;
}
#main {
	width: 1050px;
	margin-left: 50px;
}

#left-column {
	width: 250px;
	float: left;
	font-size: .9em;
	background: url(../images/interface/menu_left_pattern.gif) repeat-y;
}
#left-column ul {
	height: 180px;
	margin: 20px 0 -30px 30px;
	text-indent: -.6em;
	list-style: none;
	list-style-image: none;
}
#left-column ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#left-column ul li a {
	padding: .2em .7em;
	display: block;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background: none;
}

#left-column ul li a.current {
	color: #EA5E1C;
}

#left-column .spacer {
	height: 170px;
}
#left-column .promo-box {
	padding: 90px 25px 50px 35px;
	font-size: .8em;
	line-height: 1.5em;
	background: #FFF url(../images/interface/promo_box_bg.jpg) no-repeat;
}

#left-column .promo-box .title {
	font-size: 1.2em;
	color: #009DED;
}
#content {
	margin-left: 230px;
	padding: 60px 0 0 50px;
	font-size: .9em;
	line-height: 1.5em;
}

#content .column-right {
	width: 280px;
	float: right;
}

#content .column-left {
	width: 450px;
}

#content .four-columns {
	width: 160px;
	height: 22em;
	margin-right: 10px;
	padding: .7em;
	float: left;
	font-size: .8em;
	line-height: 1.5em;
	border: 1px solid #EA5E1C;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .four-columns h4 {
	margin: -.7em -.6em .5em;
	padding: .3em .7em;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	background-color: #EA5E1C;
	border: 1px solid #EA5E1C;
	-moz-border-radius:	10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#content .four-columns h4 span {
	font-size: .8em;
	font-weight: normal;
}
#content.home {
	width: 950px;
	margin: 40px 0 0 100px;
	padding: 0;
}
#content.home .column-left {
	width: 450px;
}
#content.home .column-right {
	width: 450px;
}

#footer {
	width: 1050px;
	margin: 2em 0 1em 50px;
	padding: 5px 0;
	font-size: .8em;
	text-align: center;
	border-top: 1px solid #EA5E1C;
}

.fader {
	position: relative;
}

.fader img {
	vertical-align: top;
}

.fader img.next {
	position: absolute;
	top: 0;
	left: 0;
}
.logotext {
float: right;
padding-top: 10px;
width: 280px;
    
height: 88px; 
}
.partnerlogo {

width: 306px;
float: left;

}
.partnerbox {
width: 600px;
margin-top: 20px;
margin-bottom: 20px;
height: 100px;

}
.logorahmen {
border: solid 1px;
border-color: #666666; 

}
h1 {
margin-bottom: 1em;
	font-size: 1.4em;
	color: #009DED;
	line-height: 1.2em;
}