/* Franchise Button */
#franchise {
    width: 150px;
    height: 150px;
    position: absolute;
    top:10px;
    margin-left: -620px;
}



/* CSS trendbase.de */
a:link {color:#18009F; text-decoration: none;}
a:visited {color:#18009F; text-decoration: none;}
a:active {color:#18009F; text-decoration: none;}
a:hover {color:#FF0000; text-decoration: none;}

a.anchor:hover, a.anchor:link, a.anchor:visited
{color:#000000;}

body, tr, td
{
 margin-top:0px;
 font-family: arial,helvetica,sans-serif;
 text-align: left;
 font-size: 13px;
}

h1, h2, h3, h4, h5
{
 font-family: verdana, arial, sans-serif;
 color:#00005F;
}

h1
{
 font-size: 18px;
}

h3
{
 color:darkblue;
 font-size: 13px;
 font-weight:bold;
}

.iborder
{
 border: 1px solid silver;
}

.margin
{
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 20px;
 margin-bottom: 10px;
}

.kleinschrift
{
 font-size: 11px;
 color: #2F2F2F;
}

.float
{
 float:left;
 font-size: 11px;
 color: #2F2F2F;
 margin-right:5px;
}

.floatright
{
 float:right;
 font-size: 11px;
 color: #2F2F2F;
 margin-right:5px;
}

.imgBox {
    float: right;
}
.imgBox img{
    margin: 5px;
    border: 1px solid silver;
}


input, textarea
{
 border-top: 1px solid lightgrey;
 border-left: 1px solid lightgrey;
 border-right: 1px solid lightgrey;
 border-bottom: 2px solid #385094;
 background: transparent;
 font-family:verdana, arial, sans-serif;
 font-size: 12px;
 color:black;
}

.starttable
{
 background-color:#D1D1D1;
 border-left: 10px solid navy;
 color: navy;
 font-size:14px;
 font-weight: bold;
}

.red {color:#D20000; font-weight:bold;}
