/*CSS DAtei für Isarflossteam*/

/*Hintergundbild*/
/* macht probleme mit dem li element
*{
	margin:0;
	padding:0;
	border:0px solid #eee;
}
*/

#bg {
	position:absolute;
	width:100%;
	height:100%;	
	overflow:hidden;
}
#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
}
/*
#bg img {
	position:absolute;
	width:100%;
	margin:0 auto;
	display:block;
}*/

	html, body {
	width:100%;
	height:100%;	
	text-align:center: /* Für IE */ <!-- einmal für IE -->
		}

	body {
	color: Black;
	font-size: 11px;
	text-align: center; /* horizontal centering for IE Win quirks */
	margin: 0 auto;
	height: 100%;
	background-color: #66ccff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
	p
	{
	margin: 15px 0 0 0;
	}
	
	h1
	{
	font-size: 18px;
	color:#b41926;
	}
	
	h2
	{
	font-size: 100%;
	font-weight:bold;
	}

	h3
	{
	font-size: 130%;
	font-weight:bold;
	color:#b41926;
	}
	
	/*fuer Roten text*/
	strong
	{
	color:#b41926;
	}
	#distance { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-350px; /* half of container's height */
		float:left;
		overflow:auto;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:699px;
		width:990px;
		clear:left;
		background-image: url(../bilder/trans.gif);
		border:0px solid #c93;
		
		}

/* Haedbild */
.haed_bg 
{
background-image: url(../bilder/isarflossfahrt_haed.gif);
width:990px;height:183px;
background-repeat:no-repeat;
}

.main_bg 
{
width:990px;height:516px;
background-repeat:no-repeat;
}

.inhalt
{
overflow:auto;
width:623px;height:400px;
padding: 10px 10px 5px 0;
}

/*Positionierung der Textbox*/
.textbox
{
	margin: 0 0 20px 0;
	width: 410px;
	height: 380px;
	float: left;
}
.textbox_anfrage
{
	margin: 0 0 20px 0;
	width: 550px;
	height: 380px;
	float: left;
}
/*Besonderheit bei Tour */
.schmal
{
width:250px;
height:380px;
float:left;
}
.tourbox
{
	width: 200px;
	height: 380px;
	float:left;
}
/*Positionierung der Bilder*/
.bilderbox
{
	width: 130px;
	height: 329px;
	margin: 30px 0 0 30px;
	float: left;
}


/*Thumbnail*/
.thumb
{
margin: 0 0 20px 0;
}

/*News*/
#news
{
    display: block;
    width: 141px;
    background-color: #B41926;
    margin: 0 0 20px 0;
    padding: 2px;
    color: #FFFFFF;
    font-family: font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}
#news h1
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 5px 0 5px 0;
}
#news p
{
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    margin-top: 5px;
}


/*Galerie*/
.galeriebox
{
	margin: 0 0 20px 0;
	width: 600px;
	height: 380px;
	float: left;
}


.fliestext
{
margin: 15px 0 0 0;
}

/*kleiner Text z.B Tour*/
.textklein 
{
margin: 30px 0 0 0;
font-size: 9px;
}
.textnormal 
{
margin: 30px 0 0 0;
font-size: 11px;
}

.listen
{
	list-style-image:url(../bilder/service_bullet.gif);	
	list-style-position:outside;
}

/* Fehler */
.fehler
{
background-color:#f5bac6;
border-width:thin;border-style:solid;border-color:#ff0000;
}