
root
{ 
    display: block;
}

*
{
	margin: 0px;
	padding: 0px;
    font-family :ACaslon Regular, Times New Roman;
}
body
{
	text-decoration: none;
	font-size: 14px;
	background-color: #FFFFFF;
	font-family: verdana;
}
h1
{
	font-size:25px;
	font-weight:bold;
	padding-top:5px;
    color:#0074A5;
}

a
{
	color:#666666;
	text-decoration:none;
}

a:hover
{
	color:#0074A7;
}
#Main
{
	position:absolute;
	left: 50%;
	width: 980px;
	height: auto;
	margin-left: -481px; /* Halbe Weite */
	z-index: 0;
}

.header
{
    background-image: url('../_images_vs/header.png');
    width: 980px;
    height: 154px;
}
.ITsystemhaus
{
    background-image: url('../_images_vs/it_systemhaus_atrios.png');
    background-repeat: no-repeat;
    width: 400px;
    height: 352px;
    float: left;
    margin: 40px 60px 0px 30px;
}
.GEOundNetzinformatik
{
    background-image: url('../_images_vs/geo_und_netzinformatik.png');
    background-repeat: no-repeat;
    width: 400px;
    height: 352px;
    float: left;
    margin: 40px 30px 0px 30px;
}
.ITsystemhausContent
{
    width: 400px;
    float: left;
    margin: 0px 60px 0px 30px;
}
.GEOundNetzinformatikContent
{
    width: 400px;
    float: left;
    margin: 0px 30px 0px 30px;
}
.Bild
{
    position:absolute;
    left:320px;
    top:450px;
}
.Bild2
{
    position:absolute;
    left:830px;
    top:450px;
}
.Footer
{
    font-size:13px;
	color:#666666;
    text-align: center;
    margin: 30px 0px 0px 0px;
}