/* Farben
	    Schrift Rot: #990000  (RGB 153 0 0)
	   Schrift Grau: #666666  (RGB 102)
	
	   Fläche Weiss: #FFFFFF
   Fläche Menu Grau: #e8e8e8  (RGB 232)
  Fläche Titel Grau: #e8e8e8  (RGB 232)
 Fläche Footer Grau: #D0CECE  (RGB 208 206 206)
	  
	     Linien Rot: #990000  (RGB 153 0 0)
   Linien Grau alle: #999999  (RGB 153)
  Linien Grau inbox: #CCCCCC  (RGB 204)

*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/


* {
	padding:0px;
	margin:0px;
}

html {
	height:100%;
}

body {
	height:100%;
	font-family:Verdana,Arial,Lucida,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	
	background-color:#FFFFFF;
	background-image:url(../images/body.gif);
	background-repeat:repeat;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------*/


#container {
	width:920px;
	min-height:100%;
	margin:auto;
	position:relative;
	
	background-color:#FFFFFF;
	
	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#999999;
}

#header {
	width:920px;
	height:110px;
	
	background-image:url(../images/binweb_1_header.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
}

/*--------------------------------------------*/

#balken {
	width:920px;
	height:22px;
	margin:0px 0px 0px 0px;
	text-align:left;
	
	background-color:#e8e8e8;
}

#klickpfad {
	float:left;
}

#suche {
	float:right;
}

/*--------------------------------------------*/


#contentarea {
	width:920px;
}

#navi {
	width:162px;
	margin:15px 0px 0px 8px;
	float:left;
	
	text-align:left;
}

#content {
	width:700px;
	margin:35px 20px 0px 0px;
	float:right;
	
	font-size:12px;
	color:#000000;
}

/*--------------------------------------------*/

#component {
	float:left;
}

#right {
	float:right;
}

/*--------------------------------------------*/

#footer {
	width: 920px;
	height:16px;
	padding:2px 0px 0px 0px;
	bottom:0px;
	position:absolute;
	
	background-color:#D0CECE;
	
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	text-align:center;
	
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#990000;
} 


/*---------------------------------------------------------------------------------------------------------------------------------------------------*/


/* Allgemeine Formatierungen */

/* Links */ 

a:link, a:active, a:visited {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}

a:hover {
	color:#990000;
}

/*--------------------------------------------*/

/* h1 – Bereichs-Titel auf Balken   @ #content */

h1 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	padding:0px 0px 0px 5px;
}

/*--------------------------------------------*/

/* h2 – Titel auf Balken   @ #content */

h2 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:0px 0px 0px 5px;
}

/*--------------------------------------------*/

/* Liste   @ #content */

#content ul {
	list-style-type:square;
	list-style-image:url(../../../images/M_images/liste_punkt.gif);
	padding:5px 0px 0px 15px;
}

#content ul li {
	display:list-item;
	padding:0px 0px 5px 2px;
}

/*--------------------------------------------*/

/* Klassen   @ #... */

.schrift_rot {
	color:#990000;
}

.schrift_fett {
	font-weight:bold;
}

.schrift_fett_klein {
	font-size:10px;
	font-weight:bold;
}

.schrift_klein {
	font-size:10px;
}

.h2_ergaenzung {
	font-weight:normal;
	padding:0px 5px 0px 0px;
	font-size:10px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/


/* Spezifische Formatierungen */

/* Header Links   @ #header */ 

#header ul {
	padding:80px 24px 0px 0px;
	text-align:right;
	list-style-type:none;
}

#header ul li {
	display:inline;
}


#header ul li a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#666666;
}

#header ul li a:hover {
	color:#990000;	
}

.header_links_abstand {
	padding:0px 19px 0px 19px;
}

/*--------------------------------------------*/

/* Link Intro   @ #balken */

.link_intro a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#666666;
}

.link_intro a:hover {	
	color:#990000;
}

/*--------------------------------------------*/

/* bin-Logo   @ #content */

.bin_logo {	
	text-transform:lowercase;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------*/


/* Module */


/* Klickpfad – mod_breadcrumbs   @ #klickpfad */ 

.breadcrumbs {
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#990000;
}

.breadcrumbs a {
	font-weight:normal;
	text-decoration:none;
	color:#666666;
}

.breadcrumbs a:hover {
	color:#990000;	
}

/*--------------------------------------------*/

/* Eingabefelder */

.inputbox {
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color:#990000;
	
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
}

/*--------------------------------------------*/

/* Menu   @ #navi */

#navi ul {
	list-style-type:none;
	padding:0px 0px 40px 0px;
}

#navi ul li ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
}

#navi ul li a {
	padding:5px 0px 2px 3px;
	width:162px;
	display:block;
	
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#666666;
	
	background-color:#FFFFFF;
	
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
}

#navi ul li a:hover {
	color:#990000;
	background-color:#e8e8e8;
}

#navi ul li#current a {
	color:#990000;
	background-color:#e8e8e8;
}

#navi ul li#current ul li a {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-transform:capitalize;
	color:#666666;
	background-color:#FFFFFF;
}

#navi ul li#current ul li a:hover {
	color:#990000;
	background-color:#e8e8e8;
}

#navi ul li ul li#current a {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-transform:capitalize;
	color:#990000;
}

#navi ul li ul li a {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-transform:capitalize;
	color:#666666;
}

#navi ul li ul li a:hover {
	color:#990000;
	background-color:#e8e8e8;
}

/*--------------------------------------------*/

/* All internal headings, including the contact page   @ #content */ 

.contentheading, .componentheading {
	font-weight:bold;
	line-height:20px;
	background-color:#e8e8e8;
	padding:0px 0px 0px 5px;
	margin:0px 0px 20px 0px;
}

/*--------------------------------------------*/

/* Suche – com_search (ergebnisse)  @ #content */

.contentpaneopen tr td fieldset {
	border:none;
	margin:0px 0px 10px 0px;
	padding:5px 5px 5px 5px;
	background-color:#e8e8e8;
}

.contentpaneopen tr td fieldset a {
	font-weight:bold;
}

.nummer {
	color:#666666;
	font-weight:bold;
}

.klammer {
	font-size:10px;
}


/*--------------------------------------------*/

/* Termine – mod_banners   @ #right / Startseite */

.banneritem_text {
	padding:0px 0px 20px 0px;
}

.bannerheader {
	background-color:#e8e8e8;
	margin:3px 0px 25px 0px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/



