/* ============================================================================================ 

Autor: wms.im  - Web Media Service & Internet Marketing
Creater: wms.im - the design is created and developed by Web Media Service & Internet Marketing
Date: Mai 2009
Projekt: Homepage activ-fitness-stuttgart.info
all rights reserve by wms.im

============================================================================================ */
@charset "utf-8";

*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 101%;
}

body
{
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 145%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 10px 5% 10px;
	padding: 0;
}

h3
{
	font-size: 115%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 10px 5% 10px;
	padding: 0;
}

p
{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px 10px 0 15px;
	padding: 0;
}

a
{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

img
{
	margin-right: 4px;
	margin-left: 15px;
	border: 2px solid;
	padding: 4px;
}

.mega
{
	font-weight: bolder;
}

#box1 a:hover
{
	color: #ff3b00;
}

#box2 a:hover
{
	color: #ff3b00;
}

#box3 a:hover
{
	color: #ff3b00;
}

#box4 a:hover
{
	color: #cc0000;
}

#box5 a:hover
{
	color: #cc0000;
}

#box6 a:hover
{
	color: #cc0000;
}

#box7 a:hover
{
	color: #ffff00;
}

#box8 a:hover
{
	color: #ffff00;
}

#box9 a:hover
{
	color: #ffff00;
}

#footer p
{
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #0000FF
}

#footer a
{
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#maincontainer
{
	height: 920px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#box1
{
	height: 294px;
	width: 294px;
	margin-top: 0px;
	margin-left: 3px;
	position: absolute;
	background-image: url(../images/background_box1/box1_start.png);
}

#box2
{
	height: 294px;
	width: 294px;
	margin-top: 0px;
	margin-left: 303px;
	position: absolute;
	background-image: url(../images/background_box2/box2_start.png);
}

#box3
{
	height: 294px;
	width: 294px;
	margin-top: 0px;
	margin-left: 603px;
	position: absolute;
	background-image: url(../images/background_box3/box3_start.png);
}

#box4
{
	height: 294px;
	width: 294px;
	margin-top: 300px;
	margin-left: 3px;
	position: absolute;
	background-image: url(../images/background_box4/box4_start.png);
}

#box5
{
	height: 294px;
	width: 294px;
	margin-top: 300px;
	margin-left: 303px;
	position: absolute;
	background-image: url(../images/background_box5/box5_start.png);
}

#box6
{
	height: 294px;
	width: 294px;
	margin-top: 300px;
	margin-left: 603px;
	position: absolute;
	background-image: url(../images/background_box6/box6_start.png);
}

#box7
{
	height: 294px;
	width: 294px;
	margin-top: 600px;
	margin-left: 3px;
	position: absolute;
	background-image: url(../images/background_box7/box7_start.png);
}

#box8
{
	height: 294px;
	width: 294px;
	margin-top: 600px;
	margin-left: 303px;
	position: absolute;
	background-image: url(../images/background_box8/box8_start.png);
}

#box9
{
	height: 294px;
	width: 294px;
	margin-top: 600px;
	margin-left: 603px;
	position: absolute;
	background-image: url(../images/background_box9/box9_start.png);
}

#footer
{
	height: 20px;
	width: 900px;
	margin-top: 900px;
	margin-left: 0px;
	position: absolute;
	text-align: center;
}

