/* CSS Document */

/*normale text*/
.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-stretch: 20;
	font-weight: normal;
}
.style2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-stretch: 20;
	font-weight: bold;
}
.style3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: normal;
}
.style4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
	font-weight: normal;
}	
.style5 {
    font-weight: bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
}	
.style6 {
    font-weight: bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
}

h1 {
	color: #4D4D4D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
}

h2 {
    color: #4D4D4D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
}

h3 {
    color: #4D4D4D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	margin: 0;
}

body {
	background-image: url(../css/Images/Combine.jpg);
	background-attachment:fixed;
	
}

/*
Table stuff 
*/

.tablebg {
	background-color: #DADADA;
}

.row1 {
	background-color: #FBFBFB;
	padding: 2px;
}

.row2 {
	background-color: #F2F2F2;
	padding: 4px;
}

.row3 {
	background-color: #E4E4E4;
	padding: 4px;
}

/* Links
 ------------ */
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a:active,
a:visited {
	color: #0000FF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/*
Buttons
*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

	
#menu a {
	display: block;
	padding: 6px  0 0 0;
	width:100px;
	display: block;
	height:21px;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../Images/Menu-bar.gif) no-repeat;
   }
#menu a:hover {
    display: block;
	background-image: url(../Images/Menu-Button-Over.gif);
   }
#menu a:active {
    display: block;
	background-image: url(../Images/Menu-Button-Down.gif);
}


#rss a {
	display: block;
	padding: 6px  0 0 0;
	width:104px;
	height:21px;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	vertical-align: bottom;
	background-repeat: no-repeat;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../Images/rss-button-normal.gif);
   }
#rss a:hover {
    display: block;
	background-image: url(../Images/rss-button-over.gif);
   }
#rss a:active {
    display: block;
	background-image: url(../Images/rss-button-down.gif);
}

b:link {
}
b:hover {
	color: #FF0000;
}
b:active {
	color: #F0F0F0;
}
	
#button a {
	display: block;
	padding: 3px  0 0 0;
	width:114px;
	height:18px;
	color:#000000;
	text-decoration: none;
	text-align: center;
	display: block;
	vertical-align: bottom;
	background-repeat: no-repeat;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../Images/download-button.png);
   }
#button a:hover {
    display: block;
	background-image: url(../Images/download-button-over.png);
   }
#button a:active {
    display: block;
	background-image: url(../Images/download-button-down.png);
}





