@import url(rueganer_header.css);
@import url(rueganer_title.css);
@import url(rueganer_content.css);
@import url(rueganer_artikel.css);
@import url(rueganer_footer.css);
@import url(rueganer_tickermeldungen.css);
@import url(rueganer_wetter.css);
@import url(rueganer_archiv.css);


.struct{
	display: none;
}

fieldset.hidden{
	border: none;
	margin: 0;
	padding: 0;
}

fieldset.hidden legend{
	display: none;
}


label[for]{
	cursor: pointer;
}


a img{
	border: none;
}

pre.debug{
	font-family: monospace;
	font-size: 11px;
	border: 1px dotted #c00;
	padding: 3px;
	background-color: White;
	max-height: 200px;
	overflow: scroll;
	clear: both;
}

pre.debug:before{
	content: "Debug-Ausgabe";
}

*:focus{
	outline: none;
}

a:link{
	color: Blue;
}

a:visited{
	color: Maroon;
}

a:hover{
	color: #CC0000;
}

a.arrow{
	background-image: url(../gfx/icons/arrow_C_ver2.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
}

body{
	background-color: #004f89;
	color: black;
	font-family: Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

br.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

div.leftcol{
	float: left;
	width: 65%;
}

div.outline{
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

div.rightcol{
	float: right;
	width: 30%;
}

form{
	margin: 0;
	padding: 0;
	display: inline;
}

input.shadow{
	background-image: url(../gfx/input_shadow.gif);
	border: 1px solid #93a9d9;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
	color: #666666;
}

input.shadow:focus{
	color: black;
	border: 1px solid #3C5FAB;
}

small{
	font-size: 11px;
}

#content{
	background-color: White;
	font-size: 13px;
	padding: 20px 0 20px 0;
	line-height: 18px;
}

#footer{
	background-color: #004f89;
	background-image: url(../gfx/footer_shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	padding: 20px 0 20px 0;
	color: Black;
	font-size: 11px;
	line-height: 18px;
	color: #aedeff;
}

#intro{
	font-size: 11px;
	color: #E8F9FF;
	background-image: url(../gfx/header_shadow.gif);
	background-position: bottom;
	padding: 10px 10px 10px 10px;
	background-color: #004F89;
	background-repeat: repeat-x;
}

#intro a:link,
#intro a:visited{
	color: #98DEFF;
	text-decoration: none;
}

#intro a:hover{
	text-decoration: underline;
}

#header{
	background-image: url(../gfx/header_bg.gif);
	height: 161px;
	background-position: bottom;
}

#title{
	background-color: #cbd8ee;
	background-image: url(../gfx/middle_shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 0 10px 0;
	font-size: 11px;
	line-height: 16px;
}
