/* -----------------------------------------------------------------------------------------
(c) 2008 by Walter Blumtritt Angelgeräte
   ---------------------------------------------------------------------------------------*/

/* WB */
body {
	color: #515151;
	margin: 0px;
	background-image: url(../images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td.main {
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.grey {
    background-color:#CCCCCC
}	

a {
	color: #515151;
	text-decoration: none;
	font-size: 13px;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
	font-size: 13px;
}
a.angebot {
	color: #a01717;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.angebot:hover {
	color: #0000CC;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
a.angebot2 {
	color: #172d89;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.angebot2:hover {
	color: #0000CC;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 2.5;
	color: #999999;
}
.small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
}

.big {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 20px;
}
.border1_angebote {
	border-bottom: 1px solid;
	border-bottom-color: #a01717;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;	
}
.border2_angebote {
	border-bottom: 1px solid;
	border-bottom-color: #172d89;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;	
}
.border1 {
	border-bottom: 1px solid;
	border-bottom-color: #a01717;
}
.border2 {
	border-bottom: 1px solid;
	border-bottom-color: #172d89;
}
