html, body, div, 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, caption, tfoot, thead, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
caption {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
	General
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #91b7de url('sunshine_images/bg.gif') repeat-x center top;
	color: #274183;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	padding-top: 25px;

}

table, td, th {
	vertical-align: top;
	text-align:center;
}

/* Headings */

h1 {font: normal 1.6em "Lucida Sans Unicode",sans-serif;}
h2 {font: normal 1.2em "Lucida Sans Unicode",sans-serif;}
h3 {font: normal 1.2em "Lucida Sans Unicode",sans-serif;}

h1 {padding-top: 8px; color: #ca0017; margin-bottom: 4px;}
h2 {
	padding-top: 8px;
	color: #274183;
	margin-bottom: 4px;
}
h3 {padding-top: 8px; color: #274183; margin-bottom: 4px; border-top:solid 1px #acc8e6;}


/* Text elements */


a {color: #274183; text-decoration:none; font: normal 100% "Lucida Sans Unicode",sans-serif;}
a:hover {color: #206abe;text-decoration:underline;}



/* 
	Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.unbordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #f6faff;
	border: 0px solid #f6faff;
	padding: 0px;
	padding-right: 10px;
	
}

img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.aligncenter, img.center {margin: 1em 0.5em 0.5em 0.5; text-align:center;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}


.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
	Layout 
------------------------------------------------------------------- */

#news .padded {padding: 5px 5px 4px 8px;}
#main .padded {padding: 5px 20px 10px 20px;}
.meta {font-size: 0.9em; color: #666;}

/* Structure */
#container {
	border: 0px solid #87afd9;
	font-size: 1.15em;
	margin: 0 auto;
	width: 850px;
	background: url('sunshine_images/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* Header */
#header {
	background: #e7f1fd url('sunshine_images/header.jpg') no-repeat;
	height: 145px;
	margin-bottom: 0px;
	text-align: center;
}

/* Main */

.wrapper {
	background: url('sunshine_images/main.gif') repeat-y;
	border-top: 0px solid #FFF;
	padding: 10px 5px 10px 10px;
	
}
p {
	font-family: "Lucida Sans Unicode",sans-serif;
	padding-bottom: 1.2em;
	padding-top: 1.1em;
	line-height: 1.3em;
}


#main_left {width: 668px;}
#main {width: 480px;}
#news {
	width: 163px;
	background: #e7f1fd;
	color: #274183;
	font: normal 0.93em "Lucida Sans Unicode",sans-serif;;
	line-height: 1.40em;
	margin-top: 5px;
}
#news ul {
	padding: 14px;
}

#news li {
	list-style: url('sunshine_images/li.gif');
}

#main li {
	list-style: url('sunshine_images/li.gif');
	margin-left: 18px;
	line-height: 1.35em;
}
.liste-blau {
	list-style: url('sunshine_images/li-blau.gif');
	margin-left: 18px;
	line-height: 1.35em;
}

/* path */
.path {
	background: #fff url(sunshine_images/bg_path.gif) repeat-x;
	color: #009ee0;
	font: normal 1.0em "Lucida Sans Unicode",sans-serif;
	padding: 8px 16px;
}
.path a {
	color: #009ee0;
	text-decoration: none;
}
.path a:hover {
	color: #79bbca;
	text-decoration: underline;
}

/* Subnav */
#subnav {width: 180px;
	list-style:none;
	float: left;

}

#subnav h2 {
	color: #274183;
	font: bold 1.1em "Lucida Sans Unicode",sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 6px;
}
#subnav ul {margin: 0; padding: 0;}

#subnav li {
	border-bottom: 1px solid #dcebfb;
	list-style: none;
}
#subnav li a:hover {
	background: url(sunshine_images/nav-button-hover.gif) no-repeat;
	color: #FFF;	
}

#subnav li a {
	font-size: 1.1em;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	list-style: none;

}
.aktiv {
	font-weight:normal;
	background: #e7f1fd;
}

/* Footer */
#footer {
	background: url(sunshine_images/bg_footer.gif) repeat-x;
	color: #52c9fb;
	font-size: 0.9em;
	padding: 12px 16px;
}
#footer a {color: #52c9fb;}
#footer a:hover,#footer .right a:hover {color: #06C;}
#footer .right, #footer .right a {color: #52c9fb;}

.hervor {font-size: 1.0em; color:#ca0017;}

.hervor-gruen {font-size: 1.0em; color:#328b0a;}

.impressum {
	font-size:9px;
}
.marquee {
	color: #274183;
	font: bold 63.5% "Lucida Sans Unicode",sans-serif;
	padding: 2px;
	vertical-align:middle;
	margin-top:12px;
	text-align: center;
	font-size: 12px;
	height:20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color:#e7f1fd;
}
.news-gross {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #ca0017;
}
.news-blau-gross {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: 274183;
}
