/* CSS Document */
/* Webvisitenkarte  */

* { padding: 0; margin: 0; }

a:link {color: #2d6378; text-decoration: none;  font-weight: bolder;}
a:visited {color: #8a435c; text-decoration: none;  font-weight: bolder;}
a:hover {color: #8a435c; text-decoration: none;  font-weight: bolder;}
a:active{color: #8a435c; text-decoration: none;  font-weight: bolder;}
.fett { font-weight:bold}

body {
 font-family: "Trebuchet MS";
 font-size: 13px;
}
#container { 
 margin: 0 auto;
 width: 922px; height:750px;
}
#header {
 color: #2d6378;
 width: 900px;
 float: left;
 padding: 10px;
 border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc; 
 height: 163px;
 background: url(images2011/weststadt.jpg);
}
#content {
 color: #2d6378;
 width: 892px; height:507px; padding:14px; border: 1px solid #ccc;}

