body
{
 background: #CECFCE;
 color: #333333;
 margin-top: 5px;
 font-family: verdana;
 font-size: 12px;
}

img {
 border: 0;
}

div.main_out
{
 position: absolute;
 width: 700px;
 left: 50%;
 margin-left: -350px;
}
div.head_out
{
}
div.content_out
{
 background: #EFEFEF;
}
div.footer_out
{
}

div.head1
{
 background: #EFEFEF;
}
div.head2
{
 background: #5EB4A5;
 font-size: 37px;
 text-align: center;
 margin-top: 5px;
}
div.head3
{
 text-align: right;
}
div.head4
{
 background: #EFEFEF;
 margin-top: 2px;
 margin-bottom: 2px;
}
div.line
{
 background: #5EB4A5;
 height: 2px;
}
div.head5
{
 background: #EFEFEF;
}
div.content
{
 background: #EFEFEF;
 margin-left: 2px;
}
div.content1
{
 background: #EFEFEF;
 text-align: center;
 font-size: 9px;
 float: left;
 width: 250px;
}
div.content2
{
 background: #EFEFEF;
 float: left;
 width: 447px;
}
div.footer
{
 font-size: 9px;
 margin-left: 5px;
 margin-right: 5px;
 margin-top: 2px;
}

/*====== Referenzen ======*/
div.ref1
{
 float: left;
 margin-left: 4px;
 width: 210px;
 height: 120px;
}
div.ref2
{
 float: left;
 margin-left: 4px;
 width: 445px;
 height: 120px;
}

/*====== Portfolio! ======*/
table.portfolio {
 color: #333333;
 margin: 0px;
 font-family: verdana;
 font-size: 12px;
 width: 100%;
}
.grp_head {
 font-weight: bold;
}
tr.zeile:hover {
 background: #cecfce;
}
td.adresse {
 /* border: 2px dotted green; */
 float: left;
 height: 15px;
 width: 100%;
}
td.ip {
 height: 15px;
 width: 20%;
 text-align: center;
}
td.status {
 height: 15px;
 width: 15%;
 text-align: center;
}
td.verkauf {
 height: 15px;
 width: 15%;
 text-align: center;
}
/*====== Link-Text  ======*/
.head:visited, .head:link
{
 color: #333333;
 font-weight: bold;
 font-size: 12px;
 text-decoration: none;
}
.head:hover
{
 color: #5EB4A5
}

.ref_link:visited, .ref_link:link
{
 color: #333333;
 font-weight: bold;
 font-size: 12px;
 text-decoration: none;
}
.ref_link:hover
{
 color: #5EB4A5
}

.footer:visited, .footer:link
{
 color: #333333;
 font-weight: bold;
 text-decoration: none;
}
.footer:hover
{
 color: #5EB4A5
}

a:visited, a:link
{
 color: #333333;
 text-decoration: none;
}
a:hover
{
 color: #5EB4A5
}