/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{
	border:0;
	font-weight: bold;
}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* html5 */
article, aside, dialog, figure, footer, header, hgroup, nav, section { 
    display: block;
}

/* styles roth + kollegen, 22.2.10 */
html {
	 background: url(../img/bg.jpg) center 312px repeat-x #fbeec4;
}
#start {
	background-position: center 413px;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #04378b;
	text-align: center;
	background: url(../img/bg_content.jpg) center top repeat-x;
}
#start body { background-image: url(../img/bg_start.jpg); }

h1, h2, h3, h4, nav {
	font-weight: bold;
	font-size: 13px;
	font-family: Corbel,
	             "Lucida Grande",
	             "Lucida Sans Unicode",
	             "Lucida Sans",
	             "DejaVu Sans",
	             "Bitstream Vera Sans",
	             "Liberation Sans",
	             Verdana,
	             sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 12px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 845px;
}

#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

header {
	position: relative;
	height: 312px;
}
#start header {
	height: 413px;
}

header .logo {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 30;
}

header hgroup {
	position: absolute;
	top: 140px;
	left: 15px;
	z-index: 20;
}
#start header hgroup {
	top: 180px;
}

header h1 {
	color: #f4c90f;
	font-weight: normal;
	font-size: 20px;
}
header h2 {
	margin-top: 5px;
	color: #fff;
	font-size: 20px;
}
#start header h1 {
	color: #fff;	
}
#start header h2 {
	color: #04378b;
}

nav {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	z-index: 10;
}
nav h2 {
	position: absolute;
	text-indent: -9999px;
}
nav ul {
	font-size: 13px;
	text-transform: uppercase;
	background-color: #fbeec4;
	overflow: hidden;
	width: 100%;
}
nav li {
	float: left;
}
nav li a {
	display: block;
	color: #04378b;
	padding: 15px;
	text-decoration: none;
}
nav li a:hover, nav li:hover, nav li a:focus, nav li:focus, nav .current {
	background-color: #f4c90f;
}

nav ul ul {
	position: absolute;
	display: none;
	background-color: #fbeec4;
	font-size: 11px;
	padding: 3px 0;
	width: 310px;
}
nav ul ul li {
	float: none;
}
nav ul ul a {
	padding: 4px 15px;
}
nav ul ul a:hover, nav ul ul a:focus, nav ul ul .current {
	background-color: #f4c90f;
}
nav li:hover ul, nav a:focus + ul {
	display: block;
}

#content {
	padding: 10px;
	overflow: hidden;
}
section.main {
	width: 590px;
	float: left;
}
section.main h2 {
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background-color: #f4c90f;
}
.pad-content {
	padding: 0 10px;
}
#content_2 {
	padding: 10px;
	overflow: hidden;
}
section.main_2 {
	width: 825px;
	float: left;
}
section.main_2 h2 {
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background-color: #f4c90f;
}
.pad-content {
	padding: 0 10px;
}
#start .pad-content {
	padding-left: 0;
}
img.push-left {
	float: left;
	margin-right: 10px;
}
img.push-right {
	float: right;
	margin-left: 10px;
}

section.contact {
	width: 220px;
	float: right;
	background-color: #fbe49c;
}
section.contact h2 {
	padding: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #04378b;
	background-color: #f4c90f;
}
section.contact ol {
	padding: 0 10px;
	font-weight: bold;
}
section.contact li {
	overflow: hidden;
	clear: both;
}
section.contact span {
	font-weight: normal;
	float: right;
}
section.contact address {
	clear: both;
	padding: 10px;
}

footer {
	border-top: 1px solid #58585a;
	padding-top: 10px;
	position: relative;
	clear: both;
}
footer, footer a {
	color: #58585a;
}
footer img {
	position: absolute;
	right: 0;
	top: 0;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

