/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(img/bg.gif) top center repeat-y;
color:#303030;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:760px; 
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:350px;
margin:0 0 10px;
font-size:2.2em;
float:left;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
color:#505050;
margin:8px 0 0;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

#frontphoto {
/**margin:10 10 -15px;  /**nico  margin:0 0 10px; **/
margin-top: 10px;
margin-bottom: -16px;

border:0;
}

/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:140px;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050; 
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Obere navileiste *****/

#navigation{
/*height:2.2em;*/
height:62px;   /*65px*/
line-height:31px;  /*line-height:2.2em;*/
width:760px;
margin:0 1px;
background:#578bb8;
color:#ffffff;
font-size:1.3em;
font-weight: bolder;
margin-bottom: 15px;  

}

#navigation ul{
   padding:0 0 0 50px;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
font-weight: bolder;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:bold;  /*normal*/
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff; 
/* color: #1240AB; */

}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#969dec; /* #80b0da;*/
color:#ffffff;
text-decoration:none;
}

.menu_current {
  background:#81BEF7;
} 



/***** Right sidebar *****/
#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras p,#extras ul {
font-size:0.9em;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 10px;
padding:0;
}

/***** Main content *****/
#content {
margin:0 150px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.6em;
}

#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.6em;
}

#content h1,#contentwide h1{
padding: 10px;
margin-bottom: 10px;
background-color: #eaeaea;
border-left-color: #286ea0;
border-left-width: 4px;
border-left-style: solid;
color: #505050;
border-bottom-color: #286ea0;
border-bottom-width: 4px;
border-bottom-style: solid;
line-height: normal;

}

#content h2,#contentwide h2{
padding: 8px;
margin-bottom: 10px;
background-color:  #f4f4f4;
border-left-color: #cccccc;
border-left-width: 4px;
border-left-style: solid;
color: #505050;
border-bottom-color: #cccccc;
border-bottom-width: 4px;
border-bottom-style: solid;
line-height: normal;
}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
color: #085984;
border-bottom: 1px solid;
}

#content h4,#contentwide h4 {
font-size:1.2em;
margin:0 0 8px;
color: #085984;
border-bottom: 1px solid;
}


#content img,#contentwide img {
padding:1px;
/* display:inline; */
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}


#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}


/****** KOMMENTARE und FEEDBACK-FUNKTION ******/

.feedback {
  background-color: #F0F0F0;
  padding: 5;
}
.feedback_remark { 
  background-color: #FAC000;
  font-weight: bold;
  font-style: italic;
  padding: 4px;
}
.feedback_item { 
    border:1px solid #111111;  
    padding: 3px;
}
.fb_sender {
    border-bottom: 1px solid #cccccc;
    font-size: 80%;
}
.fb_header {
    font-weight: bold;
}
.fb_text {

}
.fb_comment {
    padding-left: 15px;
}
.fb_comment_header {
    font-weight: bold;
    font-size: 80%;
}
.fb_comment_text {
}
.feedback_intro {
   background-color: #FFFFFF;
   padding: 4px;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/**** Bradcrumb ****/

#breadcrumb {
margin-bottom: 10px;
font-size:0.9em;
border-bottom:1px solid #cccccc;;

}
/*
#googlemap img {
background-attachment: none;
background-color: transparent;
background-image: none;
background-position: 0% 0%;
background-repeat: no-repeat;
color: transparent;
display: inline;

}

#map_canvas img {
background-attachment: none;
background-color: transparent;
background-image: none;
background-position: 0% 0%;
background-repeat: no-repeat;
color: transparent.;
display: inline;
}
*/
#map_canvas img,#googlemap img {

/* display:run-in; */
background:transparent;

}


/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}