/*----BASIC TAGS---------------------------------------------------------------------------------------------------------------------*/
* 
{
	font-family: Verdana, Arial sans-serif;
}
body
{
	/* background-image:url("../pics/background.jpg"); */
	background-color: #fca704;
	color: #000;
	font-size: 12px;
	overflow:auto;
	margin: 10px 0 0 0;
	text-align: left;
}
h1,h2,h3,h4,h5
{
}
a
{
	color: #0153a7;
	text-decoration: none;
	border: none;
}
a:hover
{
	color: red;
	text-decoration: none;
}
a.current
{
	text-decoration: none;
}
	
/*----CONTAINER------------------------------------------------------------------------------------------------------------------------*/

#container
{
	width: 960px;
	min-height: 670px;
	background-color: #fff; 
	/* border: 3px solid #0055a5; */
}

/*----HEADER---------------------------------------------------------------------------------------------------------------------------*/

#header
{
	background-image:url("../files/header.jpg");
	width: 960px;
	height: 130px;
	font-size: 14px;
}
.title
{
	float: right;
	margin: 20px 60px 0 0;
}
.logo
{
	float: left;
	margin: 20px 0 0 20px;
}

/*  Ticker  ------------------------------------------------------------------------------------------------------------------------------------*/

#ticker
{  
 margin: 15px 24px 0 0;
 width: 665px;
 height: 20px;
 float: right;
}
#outerTicker
{
 overflow: hidden; 
 position: relative; 
 width: 665px; 
 height: 20px; 
}
#innerTicker
{
 position: absolute; 
 left: 0px; 
 top: 0px; 
 white-space: nowrap;
 color: #818284;
 font-weight: bold;
}
#innerTicker a, #innerTicker a:visited
{
 color: #818284;
}

/*----NAVIGATION------------------------------------------------------------------------------------------------------------------------*/

#nav
{
	float: left;
	width: 270px;
	min-height: 500px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

/*----CONTENT----------------------------------------------------------------------------------------------------------------------------*/

#content
{
	font-family: arial sans-serif;
	line-height: 1.5; 
	background-color: #fff;
	text-align: left;
	float: left;
	width: 520px;
	min-height: 500px;
	padding: 0 0 10px 0;
}
#contentBar
{
	width: 520px;
	height: 20px;
	/* background-image: url("../pics/contentBar.jpg"); */
	background-color: #868789;
	text-align: left;
	color: #fff;
	font-weight: bold;	
	font-size: 14px;
}

/*----NEWS-------------------------------------------------------------------------------------------------------------------------------*/

#news
{
	float: right;
	width: 120px;
	min-height: 500px;
	margin: 0 24px 0 12px;
	padding: 0;
	color: #000;
}
#newsBar
{
	width: 120px;
	height: 20px;
	background-image: url("../../pics/newsBar.jpg");
	text-align: left;
	color: #fff;
	font-weight: bold;	
	font-size: 14px;	
}

/*-----FOOTER-----------------------------------------------------------------------------------------------------------------------------*/

#footer
{
	width: 900px;
	height: 25px;
	clear: both;
	padding: 0; 
	margin: 0;
	text-align: right;
	border-top: 1px solid #6c6c6c;
	background-color: #fff;
	
}
#footer .padding 
{ 
	padding: 7px 0 0 0;
}
#footer .padding a 
{
	color: #6c6c6c;
	font-weight: bold;
	font-family: verdana;
	padding:0 100px 0 100px;
}
#footer .padding a:hover
{
	color: #0153a7;
	font-family: verdana;
	font-weight: bold;
	padding:0 100px 0 100px;
}

/*-----LISTINGS TAGS----------------------------------------------------------------------------------------------------------------------*/

li 
{
	text-align:left;
	margin:5px 0 0 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
li.discBlue 
{
	list-style-type: disc;
	list-style-position: inside;
	color: #0153a7;
	text-decoration:none;
	
}
li.discRed 
{
	list-style-type: disc;
	list-style-position: inside;
	color: red;
	text-decoration:none;
}
ul
{
	text-align:left;
	margin:0 0 0 15px;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}
.nav1st a
{
	color: #0153a7;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 1px;
}
.nav1st a:hover
{
	color: red;
}
.nav2nd a
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.nav3rd a
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

/*-----OTHER TAGS-------------------------------------------------------------------------------------------------------------------------*/

.element
{
	text-align: right;
}

legend
{
	text-align: left;
	margin: 10px;	
}
input
{
	width: 120px;
	margin-left: 10px;
}
textarea
{
	width: 250px;
	height: 100px;	
}
select
{
	width: 126px;
	margin-left: 10px;
}
label
{
	color: #000;
}
.section
{}

/*-----MODUL TAGS--------------------------------------------------------------------------------------------------------------------------*/

/*---------Bild-Modul----------------------------------------------------------------------------------------------------------------------*/

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}

/* Definition der KLassen mit  Rahmen (2.Stil) ----------------------------------------------------------------------------------------------*/

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 50px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}



