/* 

© 2005 futurefabrix.de
	author: Björn Hubert
	
	date: 30.11.2005
	
*/
/* MENU-------------------------------*/
ul#navlist { font-family: sans-serif; }

ul#navlist a
{
	font-weight: bold;
	text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
	margin: 0px;
	padding-left: 10px;
	padding-right:40px;
	padding-top:2px;
	padding-bottom:3px;
	list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
	color: #BF170A;
	background-color: #000000;
}

ul#navlist li a:hover
{
	color: #ffffff;
	background-color: #000000;
}

ul#navlist li a:active
{
	color: #FFD83B;
	background-color: #000000;
}

/*   LAYOUT ------------------------------------- */
.bg{
	 background-image : url(../basics/bg.gif);
	 padding-left : 10px;
	 padding-right : 10px;
}
.menu{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu_act{
	color: #FFD83B;
}
.contentbg{
	background-color: #ffffff;
}
.secmenuType {
	background-color: #FFFFFF;
	height: 30px;
	vertical-align:top;
}
.secmenuEmpty {
	height: 10px;	
}
.teaser{
	BORDER-LEFT: #FFFFFF 1px solid; 
	BORDER-RIGHT: #FFFFFF 1px solid; 	
	BORDER-TOP: #FFFFFF 1px solid; 	
	BORDER-BOTTOM: #FFFFFF 1px solid; 	
}
.footer{
	background-color: #ffffff;
	font-size : 10px;
	color : #000000;
	padding-left : 10px;
	padding-right : 10px;
	padding-top: 2px;
	text-align:right;
}
/*  TYPE ------------------------------------- */
.logotype {	
	padding-top : 2px;
	padding-bottom: 2px;
	padding-left : 6px;
	padding-right : 6px;
	font-size : 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color : #CCCCCC;
	text-align:left;
}
.normal {
	padding-top : 2px;
	padding-bottom: 2px;
	padding-left : 6px;
	padding-right : 6px;
}
.content{
	vertical-align:top;
	font-size : 12px;
	color : #000000;
	padding-left : 10px;
	padding-right : 10px;	
	padding-top : 10px;
	padding-bottom: 10px;
}
.big {
	padding-left : 6px;
	padding-right : 6px;
	font-size: 14px;
}
.secmenuGlobal {
	font-size : 14px;
	font-weight: bold;
	text-align: center;
}
.padding{
	padding-top : 2px;
	padding-bottom: 2px;
	padding-left : 6px;
	padding-right : 6px;
}
/*  GLOBALS ------------------------------------- */

body {
	background-color: #FFFFFF;
	margin-top : 0px;
	margin-bottom: 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px;
	color : #000000;
}

DIV, TD{
	font-size : 12px;
}

/*  LINKS ------------------------------------- */

A{
	color : #000000;
	text-decoration : underline;
}
A:hover{
	color : #000000;
	text-decoration: none;
}


.linkactive {
	color : #000000;
	font-size : 10px;
	text-decoration: none;
}
.linkinactive {
	color : #000000;
	font-size : 10px;
	text-decoration: none;
}

/*  TYPO Überschrift ------------------------------------- */

h1 {
	color:#FFFFFF;
	font-size : 14px;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: uppercase;
	margin-top: 10px;
	background-color: #000000;
	padding: 2px;
}

h2 {
	font-size : 14px;
	font-weight: normal;
	margin-bottom: 6px;
	text-transform: uppercase;
	
}

h3 {
	font-size : 12px;
	font-weight: normal;
	padding-left: 12px;
	text-transform: uppercase;
	margin-top: 10px;
}

h4 {
	font-size : 10px;
	font-weight: normal;
	padding-left: 12px;
	text-transform: uppercase;
	margin-top: 10px;
}

/*  Listenelemente ------------------------------------- */

ul {  
	list-style-type : circle;
	list-style-position : outside;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 5px;
	color: #BF170A;
	padding-left : 0px;
	display: block;
}

ol {  
	list-style-type : circle;
	margin-top : 0px;
	padding-bottom : 5px;
	margin-left : -25px;
}
blockquote {
	margin-top : 5px;
	margin-bottom:    5px;
	margin-left : 10px;
	padding-left : 0px;
}
li {  
	margin-top : 5px;
	margin-bottom: 5px;
	margin-left : 10px;

}
/*  Formular ------------------------------------- */
.formular {
	padding-bottom: 5px;
	display: block;	
}
