/* Farben, Schriftarten, Fonts */

*
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}
.SDBlue
{
	color: #777777;
	font-weight: bold;
}
.SDBlass
{
	color: #CCCCCC;
}
.clear
{
    clear: both;
    visibility: hidden;
    height: 0px;
}
body
{
    padding: 0px;
    margin: 0px;
    font: 101% Tahoma, Verdana, sans-serif;
    text-align: center;
    background: #FF0000;
    color: #FFFFFF;
}
img
{
    border: none;
}




#SDPage
{
    position: relative;
    text-align: left;
}

#SDTrailArticleRight
{
    background: none;
    margin-right: 15px;
    margin-left: 15px;
    color: #FFFFFF;
    background: #FF0000;
}
#SDTrailArticleRight h1
{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    font-size: 24px;
    line-height: 110%;
	margin-top: 20px;
	margin-bottom: 8px;
}
#SDTrailArticleRight h4
{
    font: 101% Tahoma, Verdana, sans-serif;
	font-weight: bold;
    font-size: 13px;
    line-height: 110%;
	margin-top: 20px;
	margin-bottom: 8px;
}
#SDTrailArticleRight p
{
    color: #FFFFFF;
    font-size: 13px;
    line-height: 140%;
}
#SDTrailArticleRight a
{
    color: #FFFFFF;
    line-height: 140%;
	text-decoration: none;
}
#SDTrailArticleRight a:hover, a:active
{
	text-decoration: underline;
}



