﻿/***********************************************/
/* Design 2008-2010 by Lothar Beck/Presentationdesigner*/
/***********************************************/

/***********************************************/
/* HTML Body */
/************************************/

body
	{
		font-family: Arial, sans-serif;
		line-height: 1.22em;
		background-repeat:repeat;
		background-image: url('../img/body_background.jpg');
		background-color: #83101d;
		width:auto;
	}
#pageBody
	{
		position:absolute;
		top: 180px;
		left: 2%;
		right: 2%;
		width:1280px;
		background-color: #ffffff;
	}

/************************************/
/* Hyperlink and anchor */
/************************************/

a{
	color: #195049;
	text-decoration: none;
}

a:link{
	font-family: Verdana,sans-serif;
	color: #195049;
	text-decoration: none;
}

a:visited{
	color: #195049;
	text-decoration: none;
}

a:hover{
	color: #195049;
	text-decoration: underline;
}

/************************************/
/* Header  */
/************************************/

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #111111;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 180%;
 color: #111111;
 margin: 0px;
 padding: 0px;
}

h3{
font-size: 140%;
 color: #111111;
 margin: 0px;
 padding: 0px;
}
#headlinecenter
{
	text-align:center;
}
h4{
 font-family: Arial,sans-serif;
 font-size: 115%;
 font-weight: bold;
 color: #222222;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 105%;
 color: #111111;
 margin: 0px;
 padding: 0px;
}

/************************************/
/* List                        */
/************************************/

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ol{
  position:relative;
  left: 20px;
 list-style-type: decimal;
}

/***********************************************/
/*Component Divs                               */
/************************************/
/************************************/
/* Banner */
/************************************/

#pageHead{ 
    position: absolute;
    background-repeat:no-repeat;
    background-image: url('../img/wall1.jpg');
    background-position:left;
    margin: 10px 5px 10px 10px;
	height: 148px;
	width:1280px;
    left:22px;
    z-index:1;
}

#siteName
	{
	position:relative;
    background-repeat:no-repeat;
    height:186px;
    width:1220px;
    background-image:  url('../img/background1.png');
	margin: 10px 188px 10px 10px;
	padding:20px 18px 18px 18px;
	color: #111111;
	line-height: 1.22em;
	font-size:xx-large;
    z-index:2;
}

#imggif{
	position:absolute;
    background-image:url('../img/Logo_BFR_small.gif');
    background-repeat:no-repeat;
    height:160px;
    width:210px;
    margin:18px 18px 8px 1118px;
	top: 17px;
    z-index:3;
}
/************************************/
/* Page Head */
/************************************

#pageHead{ 
    position: absolute;
    background-repeat:no-repeat;
    background-image: url('../img/wall1.jpg');
    background-position:left;
    margin: 18px 1px 10px 24px;
	padding: 1px 1px;
	height: 144px;
	width:99%;
	/*top: 15px;
    left:2%; 
    right:1px;
    z-index:1;
}

#siteName{
	background-repeat:no-repeat;
    background-image:  url('../img/background1.png');
	background-position:left;
	color: #111111;
	font-size:x-large;
    margin: 20px 10px 1px;
	padding: 10px;
	width:100%;
}
*/
/************************************/
/* Breadcrumbs  */
/************************************/

#breadCrumb{
	padding: 5px 0px 5px 200px;
	font-family: Verdana,sans-serif;
	font-size: 80%;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #195049;
	text-decoration: underline;
}

/************************************/
/* Page name  */
/************************************/

#pageName{
    padding: 0px 0px 14px 200px;
	margin: 0px;
	border-bottom:1px solid #cccccc;
}

#pageName h2{
	font-family: Arial,sans-serif;
	font-size: 150%;
	color: #111111;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************************************/
/* Main-Navigation  */
/************************************/

#mainNavi{
	position: absolute;
	top: 68px;
	left: 0px;
	width: 178px;
	padding: 0px;
	margin: 0px;
	background-color: #f8efe8;
	font-family: Verdana,sans-serif;
	font-size: 80%;
}

#mainLinks{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#mainLinks ul {
	font-weight: normal;
}

#mainLinks a:link{
	display: block;
	border-bottom:  0.1px solid #ebdac3;
	padding: 3px 0px 3px 6px;
	color: #195049;
}

#mainLinks a:visited{
	display: block;
	border-bottom:  0.1px solid #ebdac3;
	padding: 3px 0px 3px 6px;
}

#mainLinks a:hover{
	display: block;
    border:  0.1px ridge #ebdac3;
	padding: 3px 0px 3px 6px;
	color: #195049;
	background-color: #f3e8da;
	text-decoration: none;
}

/************************************/
/* Content  */
/************************************/

/************************************/
/* Default Layout  */
/************************************/

#content{
	margin:0px 0px 0px 178px;
	padding: 0px 10px 0px 0px;
	border-left: 1px solid #ccd2d2;
	font-size: 80%
}

/************************************/
/* Style 1: image left, text right  */
/************************************/
.contentStyle1{
	clear: both;
	padding: 10px 0px 10px 10px;
}

.contentStyle1 h3{
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #111111;
	padding: 10px 0px 5px 0px;
}

.contentStyle1 img{
	float: left;
	margin: 10px 10px 10px 0px;
}

.contentStyle1 ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: circle;
}

.contentStyle1 li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

.contentStyle1 ol{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: decimal;
}



/************************************/
/* Style 2: text left, image right */
/************************************/

.contentStyle2{
	clear: both;
	padding: 0px 0px 10px 10px;
}

.contentStyle2 h3{
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #111111;
	padding: 10px 0px 5px 0px;
}

.contentStyle2 p{
padding: 0px 0px 5px 0px;
}

.contentStyle2 img{
	float: right;
	padding: 10px 10px 10px 10px;
}

.contentStyle2 div{
	float: right;
	padding: 10px 10px 10px 10px;
}
.contentStyle2 ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: circle;
}

.contentStyle2 li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

.contentStyle2 ol{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: decimal;
}
/************************************/
/* Content box colored  */
/************************************/

.contentBox{
	float: right; 
	border: 1px solid #111111; 
	margin: 1em; 
	padding: 0em 1em 1em; 
	width: 40%; 
	background-color: #f6efe6; 
	text-align: left;
}


/************************************/
/* Foot  */
/************************************/

#pageFoot{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #AAAAAA;
	padding: 10px 20px;
	text-align: right;
}

#pageFoot img{
	padding: 3px 10px;
	vertical-align: middle;
}

/***********************************************/
/*End Component Divs                           */
/***********************************************/


