/*for title or site name*/
.titel {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
color : #000000;
}

/*for the tag-line*/
.subtitel {
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
color : #2655AC;
}

.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #2655AC;
  text-decoration  : none;
  font-weight      : bold;
}

.content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color : #000000;
}

.bildlinks
{float:left; 
margin-right:20px; 
margin-bottom:20px;
border:solid 1px #1C315E; 
}

.bildrechts 
{ 
float:right; 
margin-left:20px; 
margin-bottom:20px;
border:solid 1px #1C315E; 
}

.bildlinksnorahmen
{float:left; 
margin-right:20px; 
margin-bottom:20px;
}

.bildrechtsnorahmen 
{ 
float:right; 
margin-left:20px; 
margin-bottom:20px;
}
