/* 
Main stylesheet FHBH Infosite.de version 2
*/

*{
	padding:0px; 
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html {
	overflow: auto;
	overflow-y: scroll;
}
body {
	background-color: #5e5e5e;
	text-align: center;
}
a {
	text-decoration: none;
	color: #79091b;
}
a:hover {
	text-decoration: underline;
}
img {
  border: none;
}

/* INHERITED STANDARD DECLARATIONS FROM OLD REVISION */

.bold {
	font-size: 13px;
	font-weight: bold;
}
.ueberschrift {
	width: 775px;
	font-size: 16px;
	font-weight: bold;
	color: #483920;
	margin-left: 98px;
	margin-top: 30px;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}
.trenner {
	font-size: 12px;
	font-weight: bold;
	color: #483920;
	width: 775px;
	height: 12px;
	background-image: url(http://www.fhbh-infosite.de/img/trenner.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 98px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
}

/* WRAPPER DECLARATIONS */

#mainWrapper {
	position: relative;
	width: 972px;
	margin-left: auto; 
	margin-right: auto;
	border-width: 0px 1px 0px 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
}

/* TOP AREA DECLARATIONS */
#topHeader {
	float: left;
}

#topInfoBox {
	width: 518px;
	height: 128px;
	background-image:url(../img/topInfoBox.png);
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #483920;
	float: left;
	margin-top: -3px;
	min-height: 100%;

}
.IntroText {
	margin: 15px 15px 10px 15px;
	text-align: justify;
	color: #FFFFFF;
	display: block;
}
#topRandomImage {
	width: 454px;
	height: 128px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #483920;
	float: right;
	margin-top: -3px;
}
#topNavBar {
	background-color: #483920;
}
#topNavBar, #topNavBar ul {
	clear: both;
	list-style: none;
}
#topNavBar a {
	display: block;
	width: 243px;
	text-align: center;
}
a.topNavHover {
	color: #483920;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #483920;
}
a:hover.topNavHover {
	background-color: #b09e66;
	text-decoration: none;
	color: #FFFFFF;
}
a.topNavSubTop {
	text-decoration: none;
	color: #483920;
}
a.topNavSub{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #483920;
}
a:hover.topNavSub{
	background-color: #b09e66;
	color: #FFFFFF;
	text-decoration: none;
}
#topNavBar li {
	float: left;
	width: 243px;
	background-color: #eeebe2;
	line-height: 25px;
}
#topNavBar li ul {
	position: absolute;
	z-index: 1;
	clear: left;
	width: 243px;
	left: -999px;
}
#topNavBar li:hover, #topNavBar li.hover {
    position: static;
}
#topNavBar li:hover ul, #topNavBar li.sfhover ul {
	left: auto;
}
#topNavShadow {
	position: relative;
	top: -5px;
	left: 0px;
	width: 972px;
	height: 7px;
	clear: left;
}

/* MIDDLE AREA DECLARATIONS */

#middle {
	width: 972px;
	height: 100%;
	background-color: #FFFFFF;
}

/* BOTTOM AREA DECLARATIONS */

#footer {
	clear: both;
	margin-top: -50px;
}
#bottomFooter{
	bottom: 0px;
	display: block;
}
#bottomAd1 {
	position: relative;
	top: 90px;
	left: 135px;
}

#bottomAd2 {
	position: relative;
	top: 90px;
	left: 155px;
}
