@import url("/deutsch/wLayout/design/style/weblics_new.css");
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #acc3e2;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	/*text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(/extern/backfischfest/images/layout/hintergrund.gif);
	background-repeat: repeat-x;
}
/* Commonly used to style page titles. */
h1 {
	color: #595959;
	font-size: 20px;
	text-transform: uppercase;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}
.red, h1 .red, h2 .red {
color: #e5251f;
}
.grau {
	color: #8c8c8c;
}
/* Commonly used to style section titles. */
h2 {
	color: #595959;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom:10px;
}
h3 {
	color: #e5251f;
	font-size:12px;
	line-height:15px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #e5251f;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
hr{
background-color: #e5251f; /* Farbe für Opera und Firefox */ 
color: #e5251f; /* Farbe für Internet Explorer (IE) */
border: 0; 
height: 1px; 
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#maxWrapper {
	float: left;
	width: 100%;
	background:url(/extern/backfischfest/images/layout/welle.gif) repeat-x bottom;
}
#BannerWrapper {
	float:left;
	width: 	1185px;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	padding-top: 7px;
	background-image: url(/extern/backfischfest/images/layout/streifen-blau.gif);
	background-repeat: repeat-x;
	background-position: top;
	float:left;
}

#outerWrapper #header {
  padding: 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper {
  overflow: hidden;
  padding: 0 14px 0 14px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 0 5px 0 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 215px;
  background:#f2ead8;
	text-align: left;
	overflow:hidden;
}
	
#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  padding: 0 0px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 225px;
  font-size:12px;
}


#outerWrapper #contentWrapper #rightColumn1 h2 {
	color: #595959;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 250px 0 250px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 0 10px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  font-size: 12px;
  line-height:17px;
}
#outerWrapper #contentWrapper #content table{
}

#outerWrapper #contentWrapper #content table tr {
}
#outerWrapper #contentWrapper #content table td {
padding: 5px 5px 5px 5px;
vertical-align:top;
}

#outerWrapper #contentWrapper #content table td p {
margin: 0;
vertical-align:top;
}

/*
Download-Grafik
#outerWrapper #contentWrapper #content img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-top: 3px;
}*/

#outerWrapper #footer {
	float:left;
	background-color: #bfbfbf;
	padding: 10px 14px 10px 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 932px;
	color: #3f3f3f;
	font-size: 11px;
	line-height: 15px;
}
#outerWrapper #footer a{
text-decoration: underline;
color: #404040;
}

#outerWrapper #topNavigation {
  background-color: #ebebeb;
  height: 40px;
  width: 960px;
	background-image: url(/extern/backfischfest/images/layout/button.gif);
	background-repeat: repeat-x;  
}

#topNavigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left; /*NEU*/
	width: 100%; /*NEU*/
	font-family: Arial, Helvetica, sans-serif;
}

#topNavigation ul li {
display: inline; /*NEU*/
}

#topNavigation li
{
	float: left;
	margin: 0;
	background-image: url(/extern/backfischfest/images/layout/XXXbutton.gif);
	background-repeat: repeat-x;
}

#topNavigation li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding: 13px 15px 13px 15px;
	text-transform: uppercase;
}

.strei
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ed6763;
}
.strei1
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c0f0d;
}

.strei2
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ed6763;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c0f0d;
}


#topNavigation li a:hover
{
	background-image: url(/extern/backfischfest/images/layout/buttonr.gif);
	background-repeat: repeat-x;
}
#leftColumn1 ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
}
#leftColumn1 li {
	float:left;
	padding: 0;
	margin: 0;
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8c8c8c;

        }
#leftColumn1 li a {
	display: block;
	width: 180px;
	font-size : 12px;
	font-weight: bold;
	color: #8c8c8c;
	margin: 0;
	padding: 7px 5px 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
        }
#leftColumn1 li a:hover{
        background: #e5251f;
		color: #fff;
        }

#leftColumn1 li a.selected
{
		color: #e5251f;
		background:#fff;
        }
#logo {
float: left;
margin-left: 14px;
margin-top: 18px;
}
.box {
	background:#f2ead8;
	padding: 15px 10px 15px 10px;
	margin-bottom: 20px;
}
.wetter table {
background: #fff;
}
#outerWrapper #contentWrapper #rightColumn1 .box table{
font-size: 10px;
line-height:12px;
background:#fff;
}
#outerWrapper #contentWrapper #rightColumn1 .box table tr {
	padding: 5px 0 5px 0;
}
#outerWrapper #contentWrapper #rightColumn1 .box table td {
padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595959;

}
#wetter {
	text-transform: uppercase;
	font-weight: bold;
}
#wetter img {
padding-top: 5px;
}
.tabe1 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e5251f;
}
.tabe2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e5251f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595959;
}
.fl {float:left;}
.fr {float:right;}
.cl{clear:both;}
.PageNav {
	float:right;}
.PageNav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-top: 3px;
}
.bild {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8c8c8c;	
	padding-bottom: 10px;
}
.bild IMG {
	float:left;
	padding-right:20px;
}
#content {
	margin-bottom: 20px;
}
