html, body {
	/*background-color: #97ACD5*/ 
	background-color: #253068;
}

#aussen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 982px;
	position: absolute;
	margin-left: -490px;
	left: 50%;
	height: auto;
	min-height: 100px;
	border: 0px solid #000;
	background-color: #FFF;
padding: 10px;
}
html*#aussen {
	height:100px;
}
head:first-child+body #aussen {
	height:auto;
}

#main {
	width: 980px;
	height: auto;
	min-height: 100px;
	border: 1px solid #000;
border-bottom: 0px solid #000;
	padding: 0px;
	/*background-color: #FFF;*/
background-image:url(http://www.getraenke-bruene.de/layout/aussen_back.jpg);
background-repeat:no-repeat;
}
html*#main{
	height:100px;
}
head:first-child+body #main{
	height:auto;
}

a {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/******************** Header ************************/
#header {
	width: 930px;
	height: auto;
	min-height: 18px;
	background-image: url(http://www.getraenke-bruene.de/layout/header.jpg);
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding-top: 232px;
	text-align: right;
	padding-right: 50px;
}
html*#header {
	height: 18px;
}
head:first-child+body #header {
	height:auto;
}

#header h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000;
}
/******************** Header ENDE *******************/

/******************** Container *********************/
#container {
	width: 973px;
	height: auto;
	min-height: 100px;
	/*background-color: #FFF;*/
	/*background-image: url(http://www.getraenke-bruene.de/layout/container.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}
html*#container {
	height:100px;
}
head:first-child+body #container {
	height:auto;
}
/****************************************************/
.links {
	width: 180px;
	height: auto;
	min-height: 100px;
	float: left;
	padding-top: 5px;
}
html*.links {
	height:100px;
}
head:first-child+body .links {
	height:auto;
}

.links .navigation_0:link, .links .navigation_0:active, .links .navigation_0:visited {
	display: block;
	height: 22px;
	line-height: 22px;
	background-color: #C1CEE6;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}

.links .navigation_0:hover {
	text-decoration: none;
	background-color: #FF3443;
	color: #FFFFFF;
}

.links .navigation_1:link, .links .navigation_1:active, .links .navigation_1:visited {
	display: block;
	height: 22px;
	line-height: 22px;
	background-color: #E3E4E5;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-left: 20px;
	margin-bottom: 2px;
	font-weight: bold;
}

.links .navigation_1:hover {
	text-decoration: none;
	background-color: #FF3443;
	color: #FFFFFF;
}

.links .ContentContainer {
	margin-bottom: 10px;
	margin-top: 15px;
}

.links .ueberschrift h2 {
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	font-size: 12px;
	margin-bottom: 0px;
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.links .text {
	font-size: 11px;
	text-align: left;
	padding: 3px;
	padding-left: 5px;
	/*Übackground-color: #C1CEE6;*/
}

/****************************************************/
.mitte {
	height: auto;
	min-height: 420px;
	float: left;
	width: 700px;
	/*background-image: url(http://www.getraenke-bruene.de/layout/trans.png);
	background-repeat: no-repeat;
	background-position: top;*/
	margin-left: 50px;
	margin-right: 10px;
	border-left:0px solid #E3E4FF;
margin-top: 5px;
/*background-color: #FFF;*/
margin-bottom: 10px;
}
html*.mitte {
	height:420px;
}
head:first-child+body .mitte {
	height:auto;
}


* html .mitte {
	/*
	 * http://msdn.microsoft.com/workshop/author/filter/reference/filters/alphaimageloader.asp
	 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.getraenke-bruene.de/layout/trans.png', sizingMethod='scale');
}

html > body .mitte {
	background-image: url(http://www.getraenke-bruene.de/layout/trans.png);
}

.mitte .ContentContainer {
	width: 677px;
	margin: 10px;
	margin-top: 0px;
	border-bottom: 1px solid #E3E4E5;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.mitte .ueberschrift h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dashed #E3E4E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mitte .text {
	font-size: 11px;
}

.mitte .FirmaticContentImage {
	margin: 3px !important;
	border: 1px solid #FF3448;
	padding: 2px;
	background-color: #FFF;
}
/****************************************************/
.rechts {
	width: 230px;
	height: auto;
	min-height: 100px;
	float: left;
	padding-top: 5px;
display: none;
}
html*.rechts {
	height:100px;
}
head:first-child+body .rechts {
	height:auto;
}

.rechts .ContentContainer {
	margin-bottom: 10px;
}

.rechts .ueberschrift h2 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	margin-bottom: 0px;
	background-color: #FF3443;
	color: #FFFFFF;
	text-align: center;
}

.rechts .text {
	font-size: 11px;
	text-align: center;
	background-color: #C1CEE6;
	padding: 3px;
}
/******************** Container ENDE ****************/

/******************** Footer ************************/
#footer {
	width: 980px;
	font-size: 11px;
	text-align: center;
	color: #E3E4E5;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-color: #E3E4E5;*/
	border-top: 0px solid #97ACD5; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000;
	border-bottom: 1px solid #000; 
}

#footer a {
	color: #E3E4E5;
}

#footer img {
	margin: 3px;
}

/******************** Footer ENDE *******************/

.cssFIRMATICArtikelLink:link, .cssFIRMATICArtikelLink:active, .cssFIRMATICArtikelLink:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

.cssFIRMATICArtikelLink:hover {
	text-decoration: none;
}

.anfrageButton:link, .anfrageButton:active, .anfrageButton:visited, .anfrageButton:hover {
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #000000;
	background-image: url(http://www.getraenke-bruene.de/layout/formularButton.gif);
	background-repeat: x-repeat;
}


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