/*********************************************
 * style_ff.css | Stylesheet für Firefox
 * Autor: 	Wolfgang Spitz
 * Version: 2
 * Datum: 	11.07.2006
 *********************************************/

/***** ID *** Seitenaufbau **************************************************/ 
 
/* Layer1 überdeckt gesamtes Dokument */ 
#layer1
{
	width: 900px;
	height: auto;
	background-color: #ffffff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
        margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/* Navigation rechts oben */
#topnav
{
	/*height: 30px;*/
	/*width: 880px;*/
	background-color: #ffffff;
	font-family: arial;
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-right: 20px;
	vertical-align: bottom;
	padding-top: 15px;
}

/* Rotierender Banner */
#banner
{
	/*background-image: url(../images/banner/banner_vorlage.jpg);*/
	/*width: 900px;
	height: 180px;*/
	/*background-repeat: no-repeat;*/
}

/* Container beinhaltet den gesamten Contentbereich (inkl. linkes & rechtes Menü) */
#container
{
	width: 900px;
	background-color: #ffffff;
}

/* Beinhaltet den linken Bereich */
#container_left
{
	margin-left: 60px;
	background-image: url(../images/bg_cont_left.gif);
	background-repeat: repeat-y;
	width: 190px;
	float: left;
	height: auto;
}

/* Menü */
#menu
{
	padding-left: 20px;
	padding-top: 10px;
	height: auto;
}

/* Suche */
#suche
{
	padding-left: 15px;
	padding-top: 10px;
	height: auto;
}

/* Partner */
#partner
{
	padding-left: 0px;
	padding-top: 10px;
	height: auto;
}

/* Projekte */
#projekte
{
	padding-left: 0px;
	padding-top: 10px;
	height: auto;
}

/* Abschluss der linken grauen Spalte */
#left_bottom
{
	width: 190px;
}

/* Mittlerer Bereich (inkl. Klickpfad und Inhalt) */
#container_center
{
	width: 434px;
	float: left;
	margin-left: 15px;
	height: auto;
}

#balken
{
	width: 434px;
	height: 20px;
	margin-top: 28px;
}

/* Klickpfad */
#klickpfad
{
	float: left;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

#drucken
{
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: right;
	margin-right: 15px;
}


/* Inhalt */
#inhalt
{
	width: 420px;
	margin-top: 25px;
	height: auto;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
}

/* Rechter Bereich */
#container_right
{ 
	width: 185px;
	float: right;
	margin-left: 15px;
	height: auto;
}

/* Voting */
#voting
{
	font-family: arial;
        font-weight: normal;
        font-size: 12px;
        color: #000000;
        width: 180px;
	margin-top: 25px;
	margin-right: 5px;
	height: auto;
	border-bottom: 1px solid #333333;
}


#eybl
{
	font-family: arial;
        font-weight: normal;
        font-size: 12px;
        color: #000000;
        width: 180px;
	margin-top: 25px;
	margin-right: 5px;
	height: auto;
}
/* SMS Versand */
#sms
{
	width: 180px;
	margin-top: 15px;
	height: auto;
        font-family: arial;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        line-height: 1.5;
        margin-right: 5px;
        border-bottom: 1px solid #333333;
}

/* Events */
#events
{
	width: 186px;
	margin-top: 15px;
	height: auto;
}

/* Fusszeile */
#footer
{
	clear: both;
	background-color: #ffffff;
	/*border-top: 1px solid #333333;*/
	width: 900px;
	height: auto;
	margin-top: 0px;
	/*padding-top: 15px;*/
	font-family: arial;
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

/***** ENDE ID *** Seitenaufbau **************************************************/


/***** TAGS *** Beschreibung der HTML-TAGS ***************************************/

body
{
	background-color: #333333;
	margin-top: 0px;
}

h1
{
	font-family: Arial;
	font-size: 14px;
	color: #ef5a00;
	font-weight: bold;
}

a
{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #ef5a00;
    text-decoration: none;
}

a:hover
{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #ef5a00;
    text-decoration: underline;
}

td
{
    font-family: arial;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}

ul
{
    list-style: url(../images/point_small.gif);
}

/***** ENDE TAGS *** Beschreibung der HTML-TAGS ***************************************/

/***** KLASSEN *** Beschreibung der KLASSEN *******************************************/
.prop 
{
    height:100%;
    float:right;
    width:1px;
}

.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}

/* Menü */

.navi
{
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

a.navi
{
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

a.navi:hover
{
    font-family: Arial;
    font-weight: bold;
    color: #ef5a00;
    font-size: 12px;
    text-decoration: none;
}

.navi-active
{
    font-family: Arial;
    font-weight: bold;
    color: #ef5a00;
    font-size: 12px;
    text-decoration: none;
}

a.navi-active
{
    font-family: Arial;
    font-weight: bold;
    color: #ef5a00;
    font-size: 12px;
    text-decoration: none;
}

/* 2. EBENE */

.navi2
{
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    text-indent: 20px;
}

a.navi2
{
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    text-indent: 20px;
}

a.navi2:hover
{
    font-family: Arial;
    font-weight: normal;
    color: #ef5a00;
    font-size: 10px;
    text-decoration: none;
    text-indent: 20px;
}

.navi-active2
{
    font-family: Arial;
    font-weight: normal;
    color: #ef5a00;
    font-size: 10px;
    text-decoration: none;
    text-indent: 20px;
}

a.navi-active2
{
    font-family: Arial;
    font-weight: normal;
    color: #ef5a00;
    font-size: 10px;
    text-decoration: none;
    text-indent: 20px;
}

a.navi-active2:hover
{
    font-family: Arial;
    font-weight: normal;
    color: #ef5a00;
    font-size: 10px;
    text-decoration: none;
    text-indent: 20px;
}

/* 3. Ebene */

/* 4. Ebene */

/**** ENDE MENÜ ***/

/* KLICKPFAD */

.path-normal
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a.path-normal
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a.path-normal:hover
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #ef5a00;
    text-decoration: none;
}

.path-active
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #ef5a00;
    text-decoration: none;
}

a.path-active
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #ef5a00;
    text-decoration: none;
}

/* Fußzeile Links */

.foot
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

a.foot
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

a.foot:hover
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}
    
/**** ENDE KLASSEN *** Beschreibung der KLASSEN *******************************************/

/**** HEADLINES ********************************************************************************/

#headlines-header
{
    width: 434px;
    /*height: 20px;*/
    background-image: url(../images/news_header.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}

.headlines-title
{
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 10px;
    padding-top: 8px;
}

.headlines-list-date
{
    
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    padding-right: 45px;
    padding-top: 8px;
}

#headlines-body
{
    width: 434px;
    height: 80px;
    background-image: url(../images/bg_news_body.gif);
    background-repeat: repeat-y;
    margin-left: 0px;
}

.headlines-body-pic
{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.headlines-body-text
{
    font-family: arial;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 45px;
}

#headline-bottom
{
    width: 434px;
    height: 30px;
    background-image: url(../images/news_foot.gif);
    background-repeat: no-repeat;
    background-position: top;
    /*margin-left: -2px;*/
}

.headline-bottom-text
{
    vertical-align: top;
    padding-left: 10px;    
}

/* Single News */

.headlines-single-title
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #ef5a00;
	text-align: left;
}

.headlines-single-timedata
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
        padding-left: 50px;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	color: #ef5a00;
	font-weight: bold;
}

#news-header
{
	background-image: url(../images/news_head.gif);
    	background-repeat: no-repeat;
	width: 430px;
	height: 20px;
}

#news-title
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
}

#news-body
{
	border-left: 1px #ef5a00 dashed;
	border-right: 1px #ef5a00 dashed;
	border-bottom: 1px #ef5a00 dashed;
	background-color: #ffffdd;
	height: 95px;
	margin-bottom: 20px;
	width: 430px;
}

.news-body-pic
{
	padding: 5px;
}

.news-body-text
{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 15px;
}

.single-pic
{
	padding: 5px;
}

.monat-leiste
{
	background-color: #ef5a00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.monat-th
{
	background-color: #FFA953;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
