/* 
Name: homepage.css 
Author: Georges Mauch, Virtual IT Mind GmbH 
Date: 2009-08-24 
License: Free (it's nice if you leave a link to www.vitm.ch in the modified css-file) 
Description: CSS File for Homepage of Butscher Projektsteuerung 
*/

/* set background to withe */
body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

/* define swap image */
a img {border-width: 0;}
a#link1 img {background: url(../media/map_area_off.jpg) top left no-repeat;}
a#link1:hover img {background: url(../media/map_area_on.jpg) top left no-repeat;}
a#link2 img {background: url(../media/mail_area_off.jpg) top left no-repeat;}
a#link2:hover img {background: url(../media/mail_area_on.jpg) top left no-repeat;}

/* define layer for horizontal aligning */
#horizontal
{
	text-align: center;
	height: 600px;
    width: 800px;
	margin: auto;
	padding: 0px;
	border: 0;
	background-color: #FFFFFF;
}

/* define layer for vertical aligning */
#vertikal
{
	position: absolute;
	text-align: center;
	height: 600px;
    width: 800px;
	/*margin: auto;*/
	margin-top: -300px;
	top: 50%;
	padding: 0px;
	border: 0;
	background-color: #FFFFFF;
}

/* define layer of link to google map */
#maplink
{
	position: relative;
	height: 25px;
	width: 120px;
	margin: auto;
	top: -175px;
	left: -134px;
	padding: 0px;
	background-color: #000000;
	text-decoration:none;
}

/* define layer of link to mailto */
#maillink
{
	position: relative;
	height: 25px;
	width: 195px;
	margin: auto;
	top: -115px;
	left: -198px;
	padding: 0px;
	background-color: #000000;
	text-decoration:none;
}
