/*
/////////////////////////////////-- stadthalle-gersthofen.de - building_style.css --//////////////////////////////////////
// 
// Copyright: ratzinger-internetlösungen 2007 
// 
// Erstellt: 20.05.2008 (Florian Ratzinger)
// Geändert: 
// 
// Informationen zu CSS:
// font-weight: 100(extra-dünn) / 200 / 300(dünn) /400 / 500(normal) /600 / 700(fett) / 800 / 900(extra-fett) ;
// text-decoration: none / underline / overline / underline overline / line-through;
// 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/*<![CDATA[*/
*
{
	margin: 0; padding: 0;
}

html, body 
{
	height: 100%;
}

body
{
	background-image: url(../images/bg_body.gif);
	background-color: #f99a22;
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

/*======================================== CONTAINER ============================================*/
#container
{
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 910px;
	min-height: 100%;
	border: solid 0px #ff0000;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    font-size: 1px;
    height: 1px; 
    clear: both; 
    visibility: hidden; 
}
.clearfix {display: inline-table;}

#header
{
	background-image: url(../images/bg_header.jpg);
	width: 330px;
	height: 40px;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 66px 0px 0px 580px; /*oben|rechts|unten|links */
	border: solid 0px #ff0000;
}

#navigation 
{
	background-image: url(../images/bg_navtop.gif);
	background-repeat: no-repeat;
	width: 580px;
	height: 35px;
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	border: solid 0px #00ffff;
}

#inhalt
{
	width: 910px;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	border: solid 0px #0000ff;
}

#inhalt_left
{
	background-image: url(../images/bg_navleft.gif);
	background-repeat: no-repeat;
	width: 165px;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 50px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
	border: solid 0px #ff0000;
}

#inhalt_middle
{
	width: 580px;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
	border: solid 0px #0000ff;
}

#inhalt_right
{
	background-image: url(../images/bg_navright.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 394px;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
	border: solid 0px #00ff00;
}

#inhalt_va
{
	background-color: #ffffff;
	width: 550px;
	text-align: left;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	border: solid 0px #0000ff;
}

#headline
{
	margin: 0px 0px 0px 15px; /*oben|rechts|unten|links */
	padding: 10px 0px 0px 0px; /*oben|rechts|unten|links */
}

#textbereich
{
	background-color: transparent;
	margin: 10px 15px 0px 15px; /*oben|rechts|unten|links */
	padding: 0px 0px 20px 0px; /*oben|rechts|unten|links */
	border: solid 0px #00ff00;
}

#footer
{
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	width: 740px;
	height: 27px;
	padding: 8px 0px 0px 170px; /*oben|rechts|unten|links */
	margin-left: auto;
	margin-right: auto;
	border: solid 0px #ff0000;
}

#footer_left
{
	text-align: left;
	width: 490px;
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
	border: solid 0px #ff0000;
}

#footer_right
{
	text-align: right;
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
	border: solid 0px #ff0000;
}

/*]]>*/
