/* CSS Document */

#background {background-image: url(../images/hg_bild.jpg);}

.color {background-color: #EECFAB;}

.contenttabelle {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #282828;
	border-left-color: #282828;
	}
	
.padding {padding-left:5px;}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	padding-left:5px;
	padding-right:5px;
}

a:link { text-decoration:none; color:#bb441d; }
a:visited { text-decoration:underline; ; color:#bb441d; }
a:hover { text-decoration:underline; ; color:#bb441d; }
a:active { text-decoration:underline; ; color:#bb441d; }
a:focus { text-decoration:underline; ; color:#bb441d; }