/*===============================================================
=================================================================
Style-Sheet for StarterCenter
 "everyday ist like sunday"

Netz-Etage, Osnabrück
created: 02.06.09
=================================================================
================================================================*/
/*
FARBEN
dunkelblau, Logo        -> #023982
grau, Rahmen            -> #d8d8d8
orange, Highlight	   -> #fd7700 
Schrift 'normal'	   -> #353535
*/


*{
     margin:0px;
     padding:0px;
     border: 0 none;
     font-size: 100%;
     font-style: inherit;
     font-weight: inherit;
     text-decoration: inherit;
     
}

body {
     background-color: #ffffff;
     font-family: verdana, arial, sans-serif;
     font-size: 0.8em;
     color: #353535;
}





.section, .bildtext2 {margin: 20px 10px 20px 10px;}

.submit_button 
{
    background-image: url(../images/layout/btn_submit.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 17px;
}


/*===============================================================
=================================================================
LINK-ELEMENTE
=================================================================
================================================================*/
/*
*********
ALLGEMEIN
*********
*/
a:link      { color: #353535; text-decoration: none; }
a:visited   { color: #353535; text-decoration: none; }
a:focus     { color: #8c0001; text-decoration: underline; }
a:hover     { color: #8c0001; text-decoration: none; }
a:active    { color: #8c0001; text-decoration: underline; }

u           { text-decoration: underline; }

h2 {
  text-decoration: none;
  margin: 10px 10px 10px 10px;
  font-weight: bold;
  font-size: 14px;
  font-family: arial;
}

h3 { 
  font-size: 12px; 
  font-weight: bold;
  font-size: 12px;
}

p {
  margin-bottom: 10px;
  color: #353535;
}

strong {
font-weight: bold;
}

#bodyCenter ul {
list-style-type: disc;
margin-left: 40px;
margin-bottom: 10px;
}

/*
**********
FORMULAR
**********
*/
.fieldset, .formhinweis, .formblock {
margin-right: 0px;
padding-right: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-top: 20px;
}

.formhinweis {
font-size: 11px;
}

.formtext {
position: relative;
left: 30px;
border: 1px solid #d8d8d8;
margin-bottom: 10px;
width: 250px;
}

.formtextfield {
position: relative;
left: 30px;
border: 1px solid #d8d8d8;
margin-bottom: 10px;
width: 250px;
height: 227px;

}

.formhinweis {
width: 600px;
}

.formsubmit {
background-image: url(../images/layout/button.gif);
background-color: #ffff00;
text-align: center;
line-height: 21px;
width: 74px;
height: 21px;
display: block;
color: #353535;
font-size: 11px;
}

.formsubmit:hover {
background-image: url(../images/layout/button_hover.gif);
}

label {
width: 105px;
display: block;
float: left;
font-size: 11px;
}

legend {
font-weight: bold;
font-size: 11px;
margin-bottom: 5px;
}




/*
**********
HAUPT-NAVI
**********
*/


.fullclear { clear: both; }

/*
*********
TEASER
*********
*/

.teaser {
  background-color: #d8d8d8;
  padding: 0px 10px 0px 10px;
}


.teaser_kurz {
  background: #f5f5f5;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  font-size: 11px;
}

.teaser_kurz_titel {
  margin-bottom: 5px;
}

.teaser_kurz.highlight{
  background: #fd7700;
  color: #ffffff;
  font-size: 12px;
}

.teaser_kurz.highlight a {
  color: #ffffff;
}

/*
*********
TERMINE
*********
*/

.termine {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  margin-bottom: 20px;
  font-size: 11px;
  margin-left: 10px;
  margin-right: 10px;
}
.termine table {
margin-left: 20px;
padding-right: 20px;
}

.termine img {
position: absolute;
top: -5px;
left: -9px;
display: none;
}

.termine h3, .termine h3 a, .termine h3 a:hover {
color: #ffffff;
background-color: #616261;
padding: 2px 0 1px 40px;
cursor:arrow;
}


.termine.highlight h3, .termine.highlight h3 a, .termine.highlight h3 a:hover {
color: #ffffff;
background-color: #fd7700;
padding: 2px 0 1px 40px;
cursor:arrow;
}
.termine h3 a, .termine.highlight h3 a, .termine h3 a:hover, .termine.highlight h3 a:hover {padding: 0px;}
.termine strong {
font-weight: bold;
}

.pagination {
float: right;
margin-right: 20px;
margin-bottom: 20px;
display: none;
}

.pagination_news {
float: left;
margin-right: 5px;
}

.pagination_news a {
background-image: url(../images/layout/pagination.gif);
text-align: center;
line-height: 22px;
width: 22px;
height: 22px;
display: block;
color: #353535;
font-size: 11px;
}

.pagination_news a:hover {
background-image: url(../images/layout/pagination_hover.gif);
}

.pagination_news a.pagination_active {
color: #fd7700;
}

.pagination_news a.pagination_active:hover {
background-image: url(../images/layout/pagination.gif);
}

/*===============================================================
=================================================================
LAYOUT
=================================================================
================================================================*/
/*
*****
HÜLLE
*****
*/
#hull
{
    width: 949px;
    margin: 0 auto; 
    position: relative;
    top: 8px;
    padding: 0px;
    background-image: url(../images/layout/shadow_left.gif);
    background-repeat: repeat-y;
    background-position: left;
}

#main
{
    background-image: url(../images/layout/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: right;	
    margin: 0px;	
}

/*
*****
KOPF
*****
*/
#head
{
    height: 97px;
    background-image: url("../images/layout/shadow_top.gif");
    background-repeat: repeat-x;
    background-position: top;
    /*border: 1px solid #000000;*/
}

#head_inner 
{
    background-image: url("../images/layout/head_stripe.gif");
    background-repeat: repeat-x;
    background-position: bottom;			
    height: 85px;    
    width: 927px;
    margin: 0px 0px 0px 11px;
}

#head_crn_left
{
    float: left;
    width: 11px;
    height: 12px;
    background-image: url("../images/layout/head_crn_left.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

#head_crn_right
{
    float: right;
    width: 11px;
    height: 12px;
    background-image: url("../images/layout/head_crn_right.gif");
    background-repeat: no-repeat;
    background-position: top right;
}




#head_left
{
    float: left;
    width: 400px;
    padding-left: 25px;
}

#head_right
{
float: right;
padding-top: 30px;
display:none;
}

/*
*********
METAMENU
*********
*/

#metamenu {
float: left;
}


/*
****
SUCHE
****
*/

#suchenbox
{
float: left;
margin-left: 20px;
}

#suchenbox input.search 
{
    border-color: #9495A2 #C8CCCB #C8CCCB #9495A2;
    border-style: solid;
    border-width: 1px;
    color: #798484;
    font-family: Arial,sans-serif;
    margin: 2px;
    padding: 0 0 0 5px;
    position: relative;
    top: -2px;
    float: left;
}

/*
****
SERVICEMENU
****
*/

#anbieterangaben {
float: left;
margin-top: 5px;
}

#impressum {
margin-top: 5px;
float: right;
display: none;
}

#anbieterangaben, #impressum, #impressum a{
color: #848484;
font-size: 11px;
vertical-align: top;
}
#impressum a img {
vertical-align: top;
margin-left: 5px;
}

#impressum a:hover {
text-decoration: underline;
}

/*
****
ANBIETER LOGO
****
*/

a#handwerkskammer {
display: block;
width: 180px;
height: 31px;
background-image: url("../images/layout/handwerkskammer.gif");
margin: 10px 0 10px 0;

}

a#ihk {
background: #ff0000;
display: block;
width: 180px;
height: 40px;
background-image: url("../images/layout/ihk.gif");
}

#anbieter {
  font-size: 10px;
  color: #848484;
  margin-left: 30px;
 position: absolute;
 bottom: 60px;
 display: none;
  }

#anbieter img {
  margin-top: 15px;

}


/*
****
BODY
****
*/
#body
{
    overflow: auto;
}

#bodyLeft {display: none;}

#bodyLeft, #bodyCenter, #bodyRight
{
    float: left;    
}

#bodyRight {
  display: none;
}


/*
******
FOOTER
******
*/

#footer {
    height: 40px;
    background-image: url("../images/layout/shadow_bottom.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}

#footer_inner {
    width: 927px;
    height: 29px;
    border-top: 1px solid #e5e5e5;
    margin: 0 11px 0 11px;
}

#bottom_crn_left
{
    float: left;
    width: 11px;
    height: 12px;
    background-image: url("../images/layout/body_crn_left.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

#bottom_crn_right
{
    float: right;
    width: 11px;
    height: 12px;
    background-image: url("../images/layout/body_crn_right.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

#bodyCenter img {
display: none;
}


