/**
* @Version: 	style.css 2010-05-26
* @Copyright: 	Copyright (C) 2007-2009 by BENRIC Mediengestaltung
* @Creator: 	Benedikt Bachhofer
* @Information: You don't have rights zu add, edit or remove code from this
*               Software. Either you will loose all guarantee.
**/

body{
 font-family: Verdana, Arial, Tahoma;
 font-size:12px;
 line-height:20px;
}

hr{
 border-width:0;
 background-color:#084254;
 color:#084254; 
 height:1px;
}

/** Global Styles **/
a:link, a:visited, a:active{
 text-decoration:none; 
 color: #000000; 
 font-weight:bold;
}

a:hover{
 color: #e3001b; 
}

a.normal:link, a.normal:visited, a.normal:active{
 text-decoration:none; 
 color:#999999;
 font-weight:normal;
}

a.normal:hover{
 color: #e3001b; 
}

a.foot:link, a.foot:visited, a.foot:active{
 text-decoration:none; 
 color: #ffffff; 
 font-weight:bold;
}

a.foot:hover{
 color: #e3001b; 
}

a.lasteinsatz:link, a.lasteinsatz:visited, a.lasteinsatz:active{
 text-decoration:none;
 font-size:10px;
 color: #084254; 
 font-weight:bold;
}

a.lasteinsatz:hover{
 color: #FF5100; 
}

a.lastgalerie:link, a.lastgalerie:visited, a.lastgalerie:active{
 text-decoration:none;
 font-size:10px;
 color: #000000; 
 font-weight:normal;
}

a.lastgalerie:hover{
 color: #FF5100; 
}


.dv_headline{
 color:#084254;
 font-size:15px;
 font-weight:bold;
 margin-bottom:5px;
}

.dv_l_head_bg{
 background-image:url(../../style/images/layout/bg_headline_long.jpg);
 background-repeat:no-repeat;
 color:#FFFFFF;
 font-size:12px;
 font-weight:bold;
 height:22px;
 padding:5px 5px;
 width:840px;
}

.dv_m_head_bg{
 background-image:url(../../style/images/layout/bg_headline_middle.jpg);
 background-repeat:no-repeat;
 color:#FFFFFF;
 font-size:12px;
 font-weight:bold;
 height:22px;
 padding:5px 5px;
 width:570px;
}

.dv_s_head_bg{
 background-image:url(../../style/images/layout/bg_headline_small.jpg);
 background-repeat:no-repeat;
 color:#FFFFFF;
 font-size:12px;
 font-weight:bold;
 height:22px;
 padding:5px 5px;
 width:242px;
}

.dv_red_head_bg{
 background-image:url(../../style/images/layout/bg_headline_red.jpg);
 background-repeat:no-repeat;
 color:#FFFFFF;
 font-size:12px;
 font-weight:bold;
 height:22px;
 padding:5px 5px;
 width:242px;
}
.sp_subheadline{
 color:#084254;
 font-size:11px;
 font-weight:bold;
 margin-bottom:5px;
}

/** Global div **/
#inbox_left{
 float:left;
 width:580px;
}

#inbox_right{
 float:left;
 margin-left:18px;
 width:252px;
}

.einsatzfahrzeug{
 border:1px solid #CCCCCC;
 margin:10px;
 padding:2px;
}

.picborder{
 border: 1px #CCCCCC solid;
 float:left;
 height:120px;
 margin:5px 9px 0 0;
 text-align:center;
 padding:10px;
 width:139px;
}

.galborder{
 border: 1px #CCCCCC solid;
 float:left;
 height:125px;
 margin:5px 10px 0 0;
 text-align:center;
 padding:10px;
 width:170px;
}


/** DIV ID **/
#calender{
 background-image:url(../../style/images/layout/bg_kalender.jpg);
 background-repeat:no-repeat;
 color:#FFFFFF;
 float:right;
 font-size:10px;
 height:139px;
 margin:0 0 0 20px;
 padding:5px 0px;
 text-align:center;
 width:252px;
}





