/*
------------------------------------------------------
Projekt:			Hobby Frei AG Chur
Start:				19.03.2008
Letzte Aenderung:	18.04.2008
Autor:				Sandro Michel - www.webonhost.ch
Medium:				Screen
------------------------------------------------------
*/
	
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
}

#haeder
{
	background-image: url(../image/logo2.jpg);
	height: 119px;
	background-repeat: no-repeat;
}
#haeder h1
{
	height: 50px;
	line-height: 200;
	overflow: hidden;
}
#navigation ul
{
	list-style-type: none;
	padding-top: 3px;
}

#navigation li
{
	display: inline;
}

#navigation a
{
	font-weight: bold;
	color: #04008B;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}



#container
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#navigation
{
	background-image: url(../image/navi-1i.jpg);
	height: 25px;
	text-align: center;
}

#mainContent
{
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent p.navi
{
margin-bottom:10px;
}


#mainContent p
{
	line-height: 120%;
}

.info_block
{
	margin-bottom: 5px;
	height: 225px;
}
.info_block_div {
	margin-bottom: 5px;
}


.info_block h3
{
	margin-left: 10px;
}
.preis
{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
.preis h4
{
	font-size: 11px;
	margin-left: 10px;
}





#mainContent h2
{
	color: #FF6600;
	padding-top: 20px;
	text-align: center;
}
.info_block img
{
	width: 250px;
	border: 1px solid #666666;
	position: relative;
	margin-right: 50px;
	height: 150px;
}

#mainContent a
{
	font-weight: bold;
	text-decoration: none;
	color: #0099FF;
}
#mainContent a:hover
{
	text-decoration: underline overline;
	color: #0000FF;
}



#mainContent h3
{
	color: #0099FF;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
.floatR
{
	float:right;
	margin-right: 100px;
	font-weight: bold;
	color: #333333;
}
.floatL
{
	float:left;
	margin-left: 5px;
	margin-right: 100px;
}


#footer
{
	background-image: url(../image/foot.jpg);
	height: 26px;
	background-repeat: repeat-x;
}

#footer p
{
	padding-top: 5px;
	font-weight: bold;
	color: #060795;
}

#navigation a:hover
{
	color: #FFFFFF;
	background-image: url(../image/navi-2.jpg);
}
#footer a {
	color: #240695;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline overline;
}
#form1 table {
	margin-right: auto;
	margin-left: auto;
}
#container #mainContent #form1 {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#admin_block {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
