/* main document styles */

body {
	background-color: #0b80b4;
	background-repeat: repeat-x; 
 font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
 }

h1, h2, h3 {
	font-style: italic;
	color: #333333;
}

h1 { font-size: 36px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 14px; }

.red1, .red2, .red3, .red4 {
	color: #CC0000;
	font-weight: bold;
}
.red1 { font-size: 36px; }
.red2 { font-size: 26px; }
.red3 { font-size: 20px; }
.red4 { font-size: 14px; }

a {
	color: #0b80b4;
	text-decoration: none;
}
a:hover {
	color: #c0e6f7;
}

.header-box { 
 position: relative;
	width: 1000px;
	height: 200px;
	background-image: url(images/common/herren-rails-header.jpg);
	margin-left: auto;
	margin-right: auto;
}
#header-text1 {
	position: absolute;
	top: 100px;
	left: 50px;
	color: #E00;
	font-family: Arial Black, Arial, Gadget, sans-serif;
	font-weight: 900;
	font-size: 50px;
	text-shadow: 2px 2px #000000;
}
#header-text2 {
	position: absolute;
	top: 160px;
	left: 100px;
	color: #E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-shadow: 1px 1px #000000;
}
#header-text3 {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	text-shadow: 1px 1px #000000;
}
	
.content-bar {
background-color: #dcebf8;
background-image: url(images/common/bgnd.jpg);
background-position: top;
background-repeat: repeat-x;
}

#content {
	padding: 10px;
}

.bluebdr {
	border-style: solid;
 border-color: #0b80b4;
	border-width: 2px;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0b80b4;
	color: #c0e6f7;
}
.blue a {
	text-decoration: none;
	color: #FFFFFF;
}
.blue a:hover {
	color: #c0e6f7;
}

.tblheading {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.hnavbar {
	font-size: 20px;
	font-style: italic;
}

.vnavbar {
	font-size: 20px;
	font-style: italic;
}
.vnavbar a {
	color: #0b80b4;
	text-decoration: none;
}
.vnavbar a:hover {
	color: #c0e6f7;
}

.conbar {
	font-size: 20px;
	font-style: italic;
}

.fcww {
	text-align: right;
	padding-right: 50px;
	font-size: 12px;
}