/* Standard <img> behaviour */
.img{
	border: none;
}

/* Standard table content & text behaviour */
.text_standard, .table_standard{
	font-size: 13px;
	font-family: sans-serif;
	color: Black;
}


/* Special <table> behaviour */
table.head{
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: sans-serif;
	color: Black;
}

td.content{
	background-image: url(../img/haus_corner_small.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: bottom right;
}

td.table_divide_border{
	border-bottom: 1px dotted #fc9d0d;
}

/* Special text behaviour */
h2{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

h3{
	font-family: Verdana
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.text_head{
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.text_head_willkommen{
        font-family: Verdana;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
}

.text_big_bold{
	font-size: 15px;
	font-family: sans-serif;
	color: Black;
	font-weight: bold;
}

.text_small{
	font-size: 12px;
	font-family: sans-serif;
	color: Black;
}

.text_bold{
	font-size: 13px;
	font-family: sans-serif;
	color: Black;
	font-weight: bold;
}

.text_offer{
	font-size: 13px;
	font-family: sans-serif;
	color: #fc9d0c;
	font-weight: bold;
}

/* Standard link behaviour */
a:link, a:visited{
	color: #8B0000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:hover{
	color: #CC0000;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 13px;	
	font-weight: bold;
}

/* Special link behaviour */
a.active:link, a.active:visited{
	color: #fc9d0c;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a.small:link, a.small:visited{
	color: #8B0000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;	
}

a.small:hover{
	color: #CC0000;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 11px;	
	font-weight: bold;

}
a.small_active:link, a.small_active:visited{
	color: #fc9d0c;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;	
}