@charset "utf-8";
/* CSS Document */

/*Definitionen für Hauptseite und textpanel*/
html 
{
font-family:Tahoma;
font-size:16px;
}

a{color: #000000}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }

div#start1
{
height:130px;
text-align:left;
}

div#start2
{
height:130px;
text-align:center;
}

div#start3
{
height:130px;
text-align:right;
}

div#header
{
height: 150px;
}

div#logo
{
padding-top: 37px;
}



div#content
{
height:450px;
background-image: url(images/menubackground.png);
background-repeat: repeat-y;
}

div#menu
{
padding-right:20px;
text-align:right;
font-family:Tahoma;
font-size:20px;

float:left;
width:200px;
height:450px;
}

div#textpanel
{
margin-left:220px;
width: 1024px;
height:450px;
}

div#footer
{
text-align:center;
height:150px;
}

/*Definitionen für die Team-Seite*/

#markus, #andi, #lukas, #johannes
{
height: 200px;
padding-top: 10px;
}



#bild_markus, #bild_andi, #bild_lukas, #bild_johannes
{
width:200;
float:left;
padding-right:5px;
}

/*Definitionen für die Partnerseite*/

#tirol, #microsoft, #underground, #vmware, #tagnology
{
height:auto;
vertical-align:middle;
clear:left;
padding-top: 10px;
}


#microsoft_logo, #underground_logo, #vmware_logo, #tirol_logo, #tagnology_logo
{
float:left;
width: 200px;
padding-right:10px;
}