


/* ELEMENTS START *************************************************************/

body {
    min-height: 101%;
    font-family: Verdana, Georgia, Times;
    margin: 0px;
    background-image: url(images/bg_line.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

p {
  font-size: 12px;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 0px;
}

a, a:visited{
 text-decoration: none;
 color: #B0812D;
}

a:hover {
  color: #18325B;
}


h1, h1 a{
    font-size: 22px;
    color: #18325B;
}

h2, h2 a{
    font-size: 18px;
    color: #18325B;
}

h3, h3 a{
    font-size: 14px;
    color: #18325B;
    text-decoration: none;
}

h4, h4 a{
    font-size: 14px;
    color: #18325B;
    text-decoration: none;
}


h5 {
  font-size: 11px;
  padding: 0px;
  margin-bottom: -11px;
}


img {
  padding: 4px;
  border: 1px solid #B0812D;
  background: #EEEEEE;
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
}

/* ELEMENTS END ***************************************************************/


.chatbox_name {
  border-top: 1px dotted #111111;
  border-bottom: 1px dotted #111111;
  background-color: #D2D7DF;
  padding: 2px 5px 2px 5px;
}

.chatbox_text {
  margin-bottom: 20px;
  border-bottom: 1px dotted #111111;
  background-color: #D2D7DF;
  padding: 10px 5px 20px 5px;
}

.pager span{
  display: block;
  padding: 2px 4px 2px 4px;
  float: left;
  font-size: 11px;
  font-weight: bold;
  color: #999999;
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px solid #999999;
  margin-right: 2px;
}


.pager span a {
  text-decoration: none;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  color: #18325B;
}



/* IDENTIFIER START ***********************************************************/

#mainwrapper {
  margin:50px auto;
  width: 700px;
}


#topnav_corner{
    background: url(images/menu_line.gif);
    background-repeat: no-repeat;
    width: 700px;
    height: 10px;

}

#topnav_core{
  height: 30px;
  background: #18325B;
  margin-top: 0px;
}

/** HAUPTMENÜ GRUNDSTOCK **/

#topnav {
  position: absolute;
}


#topnav ul {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  float: left;
}

#topnav li {
  width: auto;
  float: left;
}

#topnav li a{
  display: block;
  padding-top: 6px;
  padding-right: 15px;
  padding-left: 5px;
  height: 24px;
  color: #C5B8A0;
}

/** LINKFARBEN HAUPTMENÜ LEVEL 1 **/
#topnav ul li a {color: #C5B8A0;}
#topnav ul li a:hover, #topnav ul li a:active {color: #B0812D;}


/** HAUPTMENÜ LEVEL 2 **/
#topnav li ul { display: none; }

#topnav li:hover ul {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 1px;
    float: left;
    font-size: 11px;
}

#topnav li ul a {
    display: block;
    width: 120px;
    color: #B0812D;
    background: url(images/dropdown_off.png);
    border-left: 3px solid #C5B8A0;
    font-weight: normal;
}

#topnav li ul a:hover {
  color: #18325B;
  background: url(images/dropdown_on.png);
  border-left: 3px solid #B0812D;
}


.content table {
  float: left;
}

#photo_core {
  width: 700px;
  height: 200px;
  background: url(../../slideshow/pictop-001.jpg);
  z-index: 1;
}


#subnav {
  width: 170px;
  float: left;
  padding-left: 5px;
}

#subnav ul, #subnav li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}


#subnav li a {
  text-decoration: none;
  color: #B0812D;
  padding-left: 5px;
  font-weight: bold;
}

#subnav li a:hover {
  color: #18325B;
}






#content {
  width: 700px;
  background: #ffffff;
  padding-top: 50px;
}



#main {
  height: auto;
  width: 480px;
  margin: 0px;
}

#main_content {
  width: 480px;
  padding: 0px 15px 100px 15px;
  margin-bottom: 30px;
  float: left;
  border-right: 1px dotted #000000;
}

#sub_content {
  float: left;
}



#main_block {
  width: 480px;
  margin: 0px;
}


#sub_block {
  width: 170px;
  padding-left: 5px;
}

#clearer {
  clear: both;
}




#footer {
  height: 30px;
  background: #18325B;
}

#footer ul {
  list-style: none;
  padding: 0px;
  padding-right: 10px;
  margin: 0px;
}

#footer li {
  float: right;
  margin: 7px 5px 0px 0px;
  font-size: 9px;
}

#footer li a {
  color: #C5B8A0;
  text-decoration: none;
}

#footer li a:hover {
  color: #B0812D;
}


#old_entry {

}

#old_entry ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}


/* SLIDESHOW ******************************************************************/
/*
/* Shows the Toppicture as a Slideshow
/*
/*
*/

#slideshow {
 height:200px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}

#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}

#slideshow img.start {
 display:block;
}




#
tr{
#
hover:expression(this.onmouseover=new Function("this.style.background='#000000';"),this.onmouseout=new Function("this.style.background='#ffffff';"));
#
}





