@charset "utf-8";

a:link {; text-decoration: none; color: #000066}
a:visited {; text-decoration: none; color: #000066}
a:hover {;	color: #000066;	text-decoration: underline;}
a:active {text-decoration: none; color: #000066}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	white-space: normal;
	display: inline;
}

.merkliste {
 background-color: transparent;
}

.merkliste_mouseover {
 background-color: #FFFFFF;
}

.textfeld {
    background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}

.bg_merkliste {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.bg_rechts_suchergebnis {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}

.bg_rechts_suchergebnis_mouseover {
	background-color: transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}

.bg_kommentare {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.antwort {
    margin-left: 10px;
}

.div_write_answer {
    background-color: white;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    height: 0px;
    overflow: hidden;
}

.avatar_kommentar {
	left: 5px;
	top: 1px;
	position: relative;
}

.vcard_avatar {
    left: 35px;
    top: 60px;
    position: absolute;
	border: 1px solid #000000;
}

.border_right {
	border-right-width: 2px;
	border-right-style: solid;
}

.schwarz{
    color: #000000;
}

.grau{
    color: #333333;
}

.rot{
    color: #CC0000;
}


.fett{
    font-weight: bold;
}

.kursiv{
    font-style:italic;
}

.size9{
	font-size: 9px;
}

.size10{
	font-size: 10px;
}

.size11{
	font-size: 11px;
}

.size12{
	font-size: 12px;
}

.size13{
	font-size: 13px;
}

.size14{
	font-size: 14px;
}

.size16{
	font-size: 16px;
}

