
body 
{
 font-family:Verdana;
 font-size:10px;
 background-color:#cccccc;
 text-align:center;
margin:0px;
}

h2 {font-size:14px;color:#990000;}
h1 {font-size:12px;color:#333333;}
p {font-size:9px;color:#006699;}



a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#666666;
  font-size:10px;
}
a:active, a:hover
{ 
  color:#990000;
}


/* Menü */

.menucontainer {
width:215px;
margin:30px 0px 20px 20px;
float:left;
}

 a.menu {
 display:block;
 text-align:left;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
margin:10px 0px 0px 0px;
 }

/* Die Hyperlinks im Menü */

a.menu:link, a.menu:visited
{ 
color:#333333;
text-decoration:none;
font-size:13px;
}
a.menu:active, a.menu:hover
{ 
color:#990000;
}



/* Der Inhalt */

#content {
background-color:#ffffff;
height:860px;
color:#333333;
text-align:left;
background-image: url(images/parker_boston.jpg); 
background-repeat:no-repeat;
background-position:bottom;

}

/* Der Inhalt MITTEL*/

#contentmittel {
background-color:#ffffff;
height:1080px;
color:#333333;
text-align:left;
background-image: url(images/parker_boston.jpg); 
background-repeat:no-repeat;
background-position:bottom;

}



/* Der Inhalt LANG*/

#contentlang {
background-color:#ffffff;
height:2550px;
color:#333333;
text-align:left;
background-image: url(images/parker_boston.jpg); 
background-repeat:no-repeat;
background-position:bottom;

}

/* Der Inhalt PRESSE*/

#contentpresse {
background-color:#ffffff;
height:1800px;
color:#333333;
text-align:left;
background-image: url(images/parker_boston.jpg); 
background-repeat:no-repeat;
background-position:bottom;

}

/* Der Inhalt PRESSE*/

#contentpresse2 {
background-color:#ffffff;
height:2400px;
color:#333333;
text-align:left;
background-image: url(images/parker_boston.jpg); 
background-repeat:no-repeat;
background-position:bottom;

}



/* Der Text */
#text {
width:360px;
color:#333333;
text-align:left;
line-height:2;
float:right;
padding:0px 14px 0px 0px;

}












