@import url(inc_common.css);
@import url(inc_csc.css);
@import url(inc_gallery.css);
@import url(inc_htmlarea.css);
@import url(inc_flashheading.css);

/*
 * Reset
 */
#margin, #background,
#leftcol, #logo,
#header, #content, #footer,
#outerwrap,
#footer, #footer ul, #footer li,
#metanav, #metanav ul, #metanav li,
#mainnav, #mainnav ul, #mainnav li,
#subnav, #subnav ul, #subnav li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	/*
    font-size: 100%;
    vertical-align: baseline;
	*/
    background: transparent;
    text-align: left
}

#metanav ul, #mainnav ul, #subnav ul {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}

/*
 * Margin
 */

#background {
	background: url(../images/background.jpg) no-repeat center top;
}

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


/*
 * Header
 */

#header {
	background: url(../images/back_header.jpg) no-repeat left top;
	width: 1002px;
	height: 441px;
	position: relative;
}

#logo {
	position: absolute;
	top: 310px;
	left: 69px;
}

#flashnav {
	position:absolute;
	width:620px;
	height:300px;
	left:330px;
	top:95px;
	display:none;
}

#tropfen {
	width: 193px;
	height: 144px;
	overflow: hidden;
	position: absolute;
	top: 117px;
	left: 80px;
}

#countdown {
	margin-bottom:20px;
}

div.infobox {
	background:#2d78af;
	border:1px solid #2d78af;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
div.infobox h1 {
	font-size:18px;
	margin-top:0;
}
#subnav div.infobox a {
	display:inline;
	padding:0;
	margin:0;
	width:auto;
	text-decoration:underline;
}

/*
 * Metanavigation
 */

#metanav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	height: 40px;
}

#metanav ul {
	position: absolute;
	right: 23px;
	top: 22px;
	overflow: hidden;
	padding-left: 20px;
	background: url(../images/back_metanav_ul.gif) no-repeat left top;
}

#metanav li {
	float: left;
	background: #38bdf6 url(../images/back_metanav.gif) no-repeat right center;
	padding: 13px 13px 16px 8px;
	height: 10px;
}


#metanav li.last {
	padding-right: 20px;
	background: url(../images/back_metanav_ul.gif) no-repeat right bottom;
}

/*
 * Hauptnavigation
 */

#mainnav {
	position: absolute;
	bottom: 42px;
	right: 56px;
}

#mainnav li {
	float: left;
	margin-left: 2px;
}

/*
 * Subnavigation
 */

#subnav {
	padding-bottom: 40px;
	padding-left: 5px;
	padding-top: 19px;
}

#subnav li {
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 1px;
}

#subnav a {
	display: block;	
	padding: 3px 0 5px 19px;	
	width: 225px;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: none;
}

#subnav li.act a,
#subnav li a:hover {
	background: url(../images/back_subnav.png) no-repeat left top;
}

#subnav ul.second {
	margin-top: 4px;
	margin-left: 12px;
}

#subnav ul.second li {
	text-transform: none;
	font-size: 11px;
	margin-bottom: 1px;
}

#subnav ul.second a {
	background: none;
	padding: 2px 0 3px 25px;	
	width: 206px;
}

#subnav ul.second li.act a,
#subnav ul.second li a:hover {
	background: url(../images/back_subnav.png) no-repeat right top;	
}

/*
 * Cols
 */

#outerwrap {
	width: 957px;	
	margin-left: 22px;
	position: relative;
}

#contentwrap {
	background: #03418a url(../images/back_content.png) no-repeat left top;
	min-height: 220px;
	height: auto ! important;
	height: 220px;
	padding: 0 25px 15px 25px;
}

#content {
	overflow: hidden;
	padding: 0 35px;
}

#leftcol {
	width: 250px;
	float: left;
	min-height: 220px;
	height: auto ! important;
	height: 220px;
}

#share {
	position: relative;
	top: -20px;
	width: 250px;
}

#share img { border: 0; }

/*
 * Footer
 */

#footer {
	background: #ffffff url(../images/back_footer.png) no-repeat left top;
	padding: 94px 25px 25px 25px;
	position: relative;
}

#siteby {
	position: absolute;
	right: 96px;
	top: 52px;
}

#sponsoren {
	overflow: hidden;
}

#sponsoren .csc-textpic, #sponsoren .csc-textpic-clear {
	float: left;
	clear: none;
	margin-right: 10px;
}

.tx-emgooglemap-pi1, .tx-emgooglemap-pi1 a { color: black; }
