/* BAEREN Start CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #FFF;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #373737;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
	background-image: url(../pics/bg_page.jpg);
	background-repeat:	repeat-x;
}


/* Basic Layout */

#page-area {
	width: 950px;
	margin: auto;
	text-align: left;
}

#main-area {
	margin-top: 20px;
	overflow: hidden;
	background: #3e3e3e;
	height: 85px;
	font-size: 1.2em;
	line-height: 1.3em;
}

#main-area-left {
	float: left;
	width: 378px;
}

#main-area-mid {
	float: left;
	width: 382px;
	border-left: 2px solid #cbcbcb;
	border-right: 2px solid #cbcbcb;
	height: 85px;
}

#main-area-right {
	float: left;
	width: 186px;
}

#FLASHINTRO {
    font-size: 1.2em;
}
#FLASHINTRO  h1,
#FLASHINTRO  h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#CONTENT-LEFT {
	padding: 10px 15px;
	color: #FFF;
}
#CONTENT-LEFT h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#CONTENT-LEFT a {
    text-decoration: none;
    color: #bababb;
}
#CONTENT-LEFT a:hover {
    color: #FFF;
}

#CONTENT-MAIN {
	padding: 10px 15px;
	color: #FFF;
}
#CONTENT-MAIN h2 {
    font-weight: bold;
    text-transform: uppercase;
}

#CONTENT-MAIN a {
    text-decoration: none;
}
#CONTENT-MAIN a:hover {
    color: #666;
}

#CONTENT-RIGHT {
	padding: 10px 15px;
	color: #FFF;
	text-transform: uppercase;
}
#CONTENT-RIGHT .bodytext a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-top: 12px;
}

.clearer {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

#footer {
	color: #bababb;
	overflow: hidden;
	margin-top: 20px;
	text-transform: uppercase;
}

#COPYRIGHT {
	float: left;
	width: 380px;
	color: #bababb;
}

#CONTACT {
	float: left;
	width: 375px;
	color: #bababb;
}

#MENU-BASIC {
	float: left;
	width: 195px;
	color: #bababb;
	text-align: right;
}


/* MENU BASIC */

#MENU-BASIC {
    color: #bababb;
}
#MENU-BASIC a {
	text-decoration: none;
	color: #bababb;
	padding: 0 5px;
}
#MENU-BASIC li {
	list-style-type: none;
	display: inline;
	margin: 0;
	color: #bababb;
}
#MENU-BASIC a:hover,
#MENU-BASIC a.active {
    color: #000;
}

/* NEWS */
#newsteaser-header {
    text-transform: uppercase;
    font-weight: bold;
}
#newsteaser a {
    text-decoration: none;
}
#newsteaser a:hover {
    color: #999;
}
#CONTENT-MAIN a:hover .news-title,
#CONTENT-MAIN a:hover .news-date,
#CONTENT-MAIN a:hover .news-teasertext {
    color: #999;
}
