/* 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;
}
#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;
}

td.zitat {/*border: 1px solid #999;*/
padding-left: 45px ;

}


td.picasso {
text-align: right;
}
td.picasso img {
	margin-right: 5px}

td.picassozitat {
	background-color:#dcdcdc;
border-bottom: 1px none #dcdcdc;
	font-size: 11px;
	height: 140px;!important;
	padding: 0 8px
}
	p.quote{
font-weight:bold;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-heigth: 14px;
text-align: left;
color: #333;
/*background: #fffbdf;*/
}
p.quotefrom {text-align: right;margin-right: 5px
}