@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
[zingerle] Screen Stylesheet
version:   1.0
date:      24/03/09
last doc:  05/01/10
author:    Pichler Alexander
email:     development@by-experience.com
website:   wwww.by-experience.com
-----------------------------------------------------------------------------*/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
  font-weight:inherit;
  margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

html{
	overflow:auto;
}

body{
	background:#e6e7e8;
	color:#333;
	font:normal 63.5%/1.3em Arial, Helvetica, sans-serif;
}

ol, ul, li{
	list-style:none;
	margin:3px 0;
	text-align:center;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td{
	font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}
/* ENDE Reset */

/* Allgemein */
#alles{
  margin:0 auto;
  width:960px;
}

.info{
  background:#efefef;
  border:solid 1px #dedede;
  color:#222;
  margin:0 0 30px 0;
  padding:4px;
  text-align:center;
}

h2{
  color:#a88873;
	font:normal 2em/1.2em Arial, Helvetica, sans-serif;  
}

h3{
  color:#333;
	font:bold 1em/1.2em Arial, Helvetica, sans-serif;  
}
/* ENDE Allgemein */


/* Head */
#head{
  background:#fff;
  margin:20px 0 0;
}

#logo{
  padding:15px 0 30px;
}
/* ENDE Head */


/* Navi */
#navi{
  background-color:#fff;
  font-size:1.2em;
  height:18px;
}

#navi ul{
  list-style:none;
  margin:0; 
}

#navi ul li{
  border-right:solid 1px #a7a9ac;
  float:left;
  margin:0;
  padding:0 20px 5px;
  text-align:center;
}

#navi ul li:last-child{
  border-right:none;
}

#navi a:link, #navi a:visited{
  color:#a7a9ac;
  text-decoration:none;  
}

#navi a:hover, #navi a:active{
  color:#333;
  text-decoration:none;  
}
/* ENDE Navi */


/* Box unter Head */
#img_box{
  clear:both;
}
/* ENDE Box unter Head */


/* Inhalt */
#inhalt{
  background-color:#fefefe;
  height:500px;
}

  #untermenu{
    background:#a88873;
    float:left;
    font-size:1.2em;
    height:490px;
    padding:10px 0 0 30px;
    width:210px;
  }
  
  #untermenu ul{
    color:#dbcdc2;
    margin:0 10px 0 0; 
  }

  #untermenu ul li{
    list-style:disc;
    margin:20px 0;
    padding:0;
    text-align:left;
  }
  
  .unter2menu{
    display:block;
    margin:20px 0 0 15px;
    padding:0;
  }
  
  .unter2menu a{
    display:block;
    margin:5px 0;
  }
  
  #untermenu a:link, #untermenu a:visited{
    color:#dbcdc2;  
  }

  #untermenu a:hover, #untermenu a:active{
    color:#333;   
  }

  .context{
    float:left;
    height:430px;
    overflow:auto;
    padding:30px 40px 40px;
    width:640px;
  }
  
  .text{
    font-size:1.2em;
    line-height:1.5em;
    margin:15px 0 0;
  }
  
  .text ul{
    color:#333; /* a88873 */
    margin:10px 0 10px 15px;
  }
  
  .text ul li{
    list-style:disc;
    margin:0;
    padding:0;
    text-align:left;
  }
  
  .black li{
    color:#333;
  }
  
  .context a:link, .context a:visited, .context a:hover, .context a:active{
    color:#333;
    text-decoration:underline;
  }
  
  .text a:link, .text a:visited, .text a:hover, .text a:active{
    color:#a88873;
    text-decoration:none;
  }
  
  .odd h3, .even h3{
    font-size:1.3em;
    margin:10px 0 0;
  }
  
  .break{
    clear:both;
    height:10px
  }
  
  .news_text{
    display:block;
    font-size:1.2em;
    line-height:1.4em;
    margin:5px 0 0;
  }
  
  .news_pic{
    float:left;
    margin:0 10px 0 0;
  }
/* ENDE Inhalt */


/* Impressum */
.impressum{
  float:left;
  margin:0 40px 0 0;
}
/* Impressum */


/* Footer */
#footer{
  font-size:1.2em;
  padding:0;  
}

.sprache{
  display:block;
  float:left;
  height:25px;
  width:380px;
}

.sprache a{
  border-left:solid 1px #939598;
  display:block;
  float:left;
  padding:5px 15px 0;
}

.adresse{
  border-left:solid 1px #939598;
  display:block;
  float:left;
  padding:5px 15px 0;
}

#footer a:link, #footer a:visited{
  color:#b7b9bb;
}

#footer a:hover, #footer a:active{
  color:#b7b9bb;
  text-decoration:underline;
}
/* ENDE Footer */


/* Links */
a:link, a:visited{
  text-decoration:none;  
}

a:hover, a:active{
  text-decoration:none;  
}
/* ENDE Links */