/**************************************************
CSS Reset
**************************************************/

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, 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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html { height: 100%; margin-bottom: 1px; }

body {
	background: #9eafb1 url(/img/body.png) repeat-x;
	color: #333;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.625em;
	line-height: 2em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus, a, input {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

form {
	display: inline;
}

a:link,
a:active,
a:visited {

}

a:hover {

}

p {
	padding-top: 1em;
}

/**************************************************
Frame
**************************************************/

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}

#l_arr,
#r_arr {
	background: url(/img/arrow.png) 0 38px;
	display: none;
	height: 38px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -3000em;
	top: 147px;
	width: 20px;
}

#r_arr {
	background-position: 0 0;
	display: block;
	left: 940px;
}

#l_arr:hover {
	background-position: 20px 38px;
}

#r_arr:hover {
	background-position: 20px 0;
}

#header {
	background: url(/img/line_header.png) bottom repeat-x;
	height: 90px;
	padding-top: 33px;
}

#header h1 {
	background: url(/img/nussbaumer.png);
	height: 20px;
	margin-bottom: 22px;
	overflow: hidden;
	text-indent: -3000em;
	width: 356px;
}

#header ul {
	display: block;
	overflow: hidden;
}

#header a {
	background: url(/img/navigation.png);
	display: block;
	float: left;
	height: 24px;
	margin-right: 5px;
	text-indent: -3000em;
}

#header .a {
	background-position: 0 0;
	width: 116px;
}

#header .b {
	background-position: -127px 0;
	width: 129px;
}

#header .c {
	background-position: -261px 0;
	width: 152px;
}

#header .d {
	background-position: -690px 0;
	width: 173px;
}

#header .e {
	background-position: -420px 0;
	width: 175px;
}

#header .f {
	background-position: -596px 0;
	width: 86px;
}

#header .a:hover {
	background-position: 0 -24px;
}

#header .b:hover {
	background-position: -127px -24px;
}

#header .c:hover {
	background-position: -261px -24px;
}

#header .d:hover {
	background-position: -690px -24px;
}

#header .e:hover {
	background-position: -420px -24px;
}

#header .f:hover {
	background-position: -596px -24px;
}

#header .active .a {
	background-position: 0 -48px;
}

#header .active .b {
	background-position: -127px -48px;
}

#header .active .c {
	background-position: -261px -48px;
}

#header .active .d {
	background-position: -690px -48px;
}

#header .active .e {
	background-position: -420px -48px;
}

#header .active .f {
	background-position: -596px -48px;
}

#footer {
	background: url(/img/line_footer.png) 0 10px repeat-x;
	color: #566f72;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 25px 0 30px;
	text-align: center;
}

#footer a {
	color: #566f72;
}

#footer a:hover {
	color: #455e61;
}

#footer a.blank {
	color: #728c8f;
	text-decoration: none;
}

#footer a.blank:hover {
	color: #637a7d;
	text-decoration: underline;
}

#footer span {
	display: block;
}

/**************************************************
Content
**************************************************/

#content {
	margin: 0 auto;
	overflow: hidden;
	width: 860px;
}

#slidebox {
	overflow: hidden;
	position: relative;
	width: 6720px; /* 860 + 100 margin per slide */
}

.slide {
	float: left;
	margin-right: 100px;
}

h2 {
	background-position: top center;
	height: 87px;
	overflow: hidden;
	text-indent: -3000em;
}

.slide_a h2 {
	background-image: url(/img/slogan_a.png);
}

.slide_b h2 {
	background-image: url(/img/slogan_b.png);
}

.slide_c h2 {
	background-image: url(/img/slogan_c.png);
}

.slide_d h2 {
	background-image: url(/img/slogan_d.png);
}

.slide_e h2 {
	background-image: url(/img/slogan_e.png);
}

.slide_f h2 {
	background-image: url(/img/slogan_f.png);
}

.slide_g h2 {
	background-image: url(/img/slogan_g.png);
}

.text {
	background: url(/img/box_b.png) bottom no-repeat;
	font-size: 1.2em;
	margin: 0 auto 30px;
	padding: 0 0 3px;
	width: 860px;
}

.text .content {
	background: url(/img/box_t.png) top no-repeat;
	display: block;
	overflow: hidden;
	padding: 30px;
}

.text a {
	color: #317594;
	text-decoration: none;
}

.text a:hover {
	color: #333;
	text-decoration: underline;
}

#linkbox {
	background: url(/img/linkbox.png) no-repeat;
	margin: 0 auto 30px;
	overflow: hidden;
	width: 858px;
}

#linkbox a {
	color: #708081;
	display: block;
	float: left;
	height: auto !important;
	height: 233px;
	min-height: 233px;
	padding: 25px 25px 0;
	text-decoration: none;
	width: 235px;
}

#linkbox a strong {
	color: #333;
	display: block;
	font-size: 1.5em;
	margin-bottom: 15px;
}

#linkbox a:hover {
	background: url(/img/linkbox.png) no-repeat;	
}

#linkbox .a {
	border-right: 1px solid #a0b3b5;
}


#linkbox .b {
	border-right: 1px solid #a0b3b5;
	border-left: 1px solid #cbd4d6;
	width: 234px;
}

#linkbox .c {
	border-left: 1px solid #cbd4d6;
}

#linkbox a .info {
	display: block;
	font-size: 1.1em;
	height: auto !important;
	height: 175px;
	line-height: 1.7em;
	min-height: 175px;
}

#linkbox a .more {
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 135px;
	overflow: hidden;
	text-indent: -3000em;
}

#linkbox .a .more {
	background-image: url(/img/link_a.png);
}

#linkbox .b .more {
	background-image: url(/img/link_b.png);
}

#linkbox .c .more {
	background-image: url(/img/link_c.png);
}

/**************************************************
Kontakt
**************************************************/

#contact {
	display: block;
	float: left;
}

#contact li {
	border-bottom: 1px solid #ccc;
	color: #666;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#contact li.title {
	border: none;
	color: #333;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

#contact li.subtitle {
	color: #555;
	font-weight: 700;
}

#contact li.br {
	margin-top: 40px;
}

#contact li span {
	display: block;
	float: left;
	width: 75px;
}

#disclaimer {
	color: #999;
	float: left;
	font-size: 0.9em;
	width: 550px;
}

#disclaimer h4 {
	color: #333;
}

#disclaimer strong {
	color: #666;
}
