body {  
        background: #ffffff;
	font: 0.6em Verdana, Arial; 
   	line-height: 1.5em;
}

.img {
	border:0;
        padding:0px;
	margin:0px;
}

a, a:active, a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#ff0000;
}

a.red, a.red:active, a.red:visited {
	color:#000000;
	text-decoration:underline;
}

a.red:hover {
	color:#ff0000;
	text-decoration:none;
}

.content { 
    width:222px;
    padding:0; 
    spacing:0;
    margin-top:4px;
    margin-bottom:4px;
    border:1px solid;
    border-color:#6699FF;
    background:#ffffff;

}

.content h1 {

 	background-color:#d6e4fc;
	font-size:14px;
	color:#000000;
        margin-bottom:1px;
        margin-top:1px;
        width:210px;
        position:relative;
}

.content h2 {

	background-color:#ffffff;
	font-size:10px;
        font-weight:normal;
	color:#000000;
        margin-bottom:1px;
        margin-top:1px;
        width:210px;
        position:relative;
}

.content h3 {
        background-color:#bcbcde;
	font-size:10px;
	color:#000000;
        margin-bottom:1px;
        margin-top:1px;
        width:210px;
        position:relative;
}

/* Links: Allgemein
/* ************************************************************************ */
a.linkurl,
a.linkurl:active,
a.linkurl:visited {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.linkurl:hover {
	color:#FF0000;
}

