/* CSS -Anweisungen für Website Doris Kessels, Dipl-Ing. Architektin, Schwedt*/
body
{
/*margin: 0;
padding: 0;*/
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #000;
background-color: #dcdcdc;
text-align: center;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.startbild {
	border: solid 1px #dcdcdc;
}
.quote
{
margin: 5px 0;
font-weight:bold;
font-family:  Verdana, Arial, Helvetica, sans-serif;
}
#container
{
position: relative;
width: 775px;
border: 1px solid #000000;
/*top: 20px;
left: 20px;*/
}
#header
{
height: 110px;
width: 775px;
background-image: url(../assets/header.gif);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
border-bottom: 2px solid #dcdcdc;
}
/*#referenz
{
visibility: hidden;
}*/
a:link, visited
{ color: #a9a9a9;
text-decoration: none;
}

a:hover, a:active 
{ color: #000000;
text-decoration:none;
}


.textprofil {
line-height: 12px;
font-size: 11px;
}
/* menu rubriken */

#content
{
width: 775px;
border-bottom: 1px solid #dcdcdc;
background-color: #ffffff;
text-align: left;
/*height: 330px;*/
}

#whitespace
{
height: 36px;
width: 775px;
background-color:#ffffff;
border-bottom: 1px none #dcdcdc;
}
#footer
{
height: 32px;
width: 775px;
background-color:#dcdcdc;
border-bottom: 1px none #dcdcdc;
text-align: left
}
#end
{
height: 36px;
width: 775px;
background-color:#ffffff;
border-bottom: 1px none #dcdcdc;
}
.copy {
	color: #a9a9a9;
	text-decoration: none;
    text-align: right;
}


