/*==

	CSS Sheet
	Project: Baum Management Competence
	Version: 2.0
	Updated: 29.09.2009
	Rebuilt by: Csorger

	Motiv: unchanged

	Here the general styles
	for the BMC Page v. 2.0.x
	page are described.

==*/


/***************

   ALLGEMEINES

****************/

body{
	background:       #C4C4C4;
	margin:           15px 0px 15px 0px;
	font:             80% Verdana, Arial, Helvetica, sans-serif;
	font-style:       normal;
	font-variant:     normal;
	font-weight:      normal;
	line-height:      normal;
}

#container{
	width:            1024px;
	background-color: white;
	margin-left:      auto;
	margin-right:     auto;
}

* {
	margin:  0px;
	padding: 0px;
	border:  0px solid;
}

#bold{
	font-weight: bold;
}
address {
	font-size: 0.86em;
	font-style: normal;
	line-height: 1.4em;
}

#h1_oben{
	font-size:   215%;
	font-weight: bold;
	margin: 0px 10px 20px 40px;
}
#h1_unten{
	font-size:   215%;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 25px 40px;
}

h1 {
	font-size:   250%;
	font-family: Arial,Helvetica,sans-serif;
	color:       #000;
	font-weight: bold;
	text-align: center;
}

h2 {
	color:       #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   2em;
	margin:      0px 0px 30px;
	padding:     9px 0px 0px;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}


a:hover, a:active, a:focus {
	color:           #fff;
	background:      #A4B800;
	text-decoration: none;
}

td img {
	display: block;

}

/***************

      LINKS

****************/

a:link, a:visited {
	color: #000;
}


#menu_aktiv{
	background: transparent url(../img/big_arrow.gif) 100% 50% no-repeat;
}

.menu a:hover,
.menu a:active,
.menu a:focus,
.menu a.on:link,
.menu a.on:visited{
color: #000;
background: transparent url(../img/small_arrow.gif) 100% 50% no-repeat;
}

.menu li li a,
.menu li li a:hover,
.menu li li a:active,
.menu li li a:focus,
.menu li li a.on:link,
.menu li li a.on:visited{
	font-size:   1em;
	font-weight: normal;
	color:       #000;
}

.menu li li a:hover{
		background: transparent url(../img/tiny_arrow.gif) 100% 50% no-repeat;
}


/***************

     KOPF

****************/

#kopf{
	background:  #DD0600;
	width:       1024px;
	padding-top: 10px;
	font-family: Verdana, arial, sans-serif;
}

#navi_mitte p{
	margin-top: 40px;
	margin-right: 10px;
}
#navi_rechts p{
	margin-top: 40px;
	margin-left: 10px;
}


#kopf_leiste{
	height:       80px;
	background:   white;
}

#navi_links{
	width:        216px;
	height:       59px;
	float:        left;
	margin:       10px 0px 10px 0px;
	background:   white;

}

#navi_mitte{
	height:           80px;
	width:            308px;
	float:            left;
	background-color: #050505;
	color:            white;
	text-align:       right;
	font-size: 20pt;
	font-weight: bolder;
}

#navi_rechts{
	height:  79px;
	float:   left;
	text-align: left;
	font-size: 20pt;
	font-weight: bolder;
}

#logo_leiste{
	clear: both;
}

#kopf_links{
	background: #DD0600; /*url(../img/test.jpg);*/
	width:      217px;
	float:      left;
	height:     94px;
}

#kopf_logo{
	background: #A4B800;
	float:      left;
	width:      307px;
}

#logo{
	float: left;
	width: 307px;
}

#kopf_rechts{
	background:    #A4B800; /*url(../img/bar3.jpg);*/
	width:         500px;
	float:         left;
	height:        94px;
	color:         white;
	font-size:     16pt;
	font-weight:   bolder;
	text-align:    center;

}



#kopf_rechts ul{
 margin-top: 31px;
 padding-right:  3px;
}

#kopf_rechts li{
	display: inline;

}

#kopf_rechts .klein {
	font-size:  14px;
	line-height: 2em;
	display:     inline-block;
	padding-bottom: 2px;
}

#navi {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

#navi li {
	display:     inline;
}



/***************

  LINKE SPALTE

****************/

#linke_spalte{
	width:       225px;
	float:       left;
	background:  white;
	margin-top:  35px;
}

.menu li, .menu a{
	display:         block;
	text-align:      right;
	font-family:     Arial, Helvetica, sans-serif;
	line-height:     2.5em;
	font-weight:     bold;
	color:           #000;
	background:      transparent;
	text-decoration: none;
	padding-right:   7px;
	list-style-type: none;
}

.menu li a{
	padding-right: 15px;
	border-right:  1px solid;
}
.menu li li{
	padding-right: 0px;
	border-right:  none;
}


/***************

 MITTLERE SPALTE

****************/

#mittlere_spalte{
	width:      50%;
	float:      left;
	background: white;
}

#inhalt{
	line-height: 1.4em;
	margin:      40px 15px 30px 15px;
}

#inhalt ul{
	line-height: 1.6em;
	margin-left: 30px;
}



/***************

  RECHTE SPALTE

****************/

#rechte_spalte{
	width:         253px;
	float:         left;
	background:    white;
	text-align:    left;
	line-height:   1.5em;
	border-left:   black solid 1px;
	margin-top:    40px;
	padding-left:  20px;
	margin-bottom: 15px;
}

#rechte_spalte strong{
	font-size:      12pt;
	font-weight:    bolder;
	padding-bottom: 20px;
	display:        block;
}

#rechte_spalte img{
 margin: 60px 0px 30px 0px;
 }

#zettel{
	 width:  50%;
 }

 #rechte_spalte span{
 	font-weight: bolder;
}

#rechte_spalte ul{
	margin-left: 15px;
}



/***************

     FUSS

****************/

#fuss{
	background:     #A4B800;
	padding-bottom: 10px;
	clear:          both;
}

#copyright{
 background:   white;
 clear:        both;
 text-align:   left;
 font-size:    80%;
 padding-left: 55px;

}
