/*
  default-Template CSS | © 2002-2008 by glasigart.de
  Ebenen-Styles
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	width: 100%;
	text-align: center; /*nur fuer Internet Explorer*/
	background: url(pix/bg_body.gif) 0 0 #f8f8f8;
}

html, body {
	height: 100%;
}

    #shell {
      margin: auto;
      width: 955px;
      height: 100%;
      text-align: left;
    }

        #scrolltext {
          width: 955px;
          height: 15px;
          padding: 5px 0 0;
        }

        #wrapper {
          width: 953px;
          border: solid 1px #666;
          background: url(pix/bg_navigation.gif) repeat-y 199px 0 #fff;
          overflow: hidden;
        }

            #head {
              width: 953px;
              height: 101px;
              float: left;
            }
            
                #logo {
                  width: 953px;
                  height: 101px;
                  z-index: 1;
                  position: absolute;
                }

                #logo_text {
                  margin: 62px 0 0 351px;
                  font-size: 10px;
                  z-index: 2;
                  position: absolute;
                  color: #333;
                }
                
            #body {
              width: 953px;
              float: left;
              border-top: solid 1px #666;
            }

                #navigation {
                  width: 184px;
                  min-height: 400px;
                  height: auto !important;
                	height: 400px;
                  float: left;
                  padding: 30px 0 0 18px;
                }

                #content {
                  width: 717px;
                  min-height: 400px;
                  height: auto !important;
                	height: 400px;
                  padding: 30px 0 30px 18px;
                  float: left;
                }
            
            #bottom {
              width: 953px;
              height: 48px;
              float: left;
              background: url(pix/bg_bottom.jpg) no-repeat 0 4px #fff;
              border-top: solid 1px #666;
            }

/*
  Navigation-Styles
*/

.nav1_div_n, .nav1_div_h {
  height: 18px;
  padding: 0 0 0 14px;
  background: url(pix/nav1_pic.gif) no-repeat 0 3px;
}

.nav1_n {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.nav1_n:hover, .nav1_h {
  color: #900;
  font-weight: bold;
  text-decoration: none;
}

.nav2_div_n, .nav2_div_h {
  height: 18px;
  padding: 0 0 0 21px;
  background: url(pix/nav2_pic.gif) no-repeat 7px 3px;
}

.nav2_n {
  color: #666;
  text-decoration: none;
}

.nav2_n:hover, .nav2_h {
  color: #900;
  text-decoration: none;
}

/*
  Link-Styles
*/

a.nav_n:link, a.nav_n:visited, a.nav_n:active {
  font: bold 10px Arial;
  color: #000;
  text-decoration: none;
}

a.nav_n:hover {
  font: bold 10px Arial;
  color: #000;
  text-decoration: underline;
}

/*
  Text-Styles
*/

h1{
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #900;
}

h2 {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

div,td,p,a {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

strong {
  font-weight: bold;
}

/*
  Baustein-Styles
*/

.input_text {
	width: 150px;
	height: 16px;
	padding: 1px 3px 0;
	background: #fff;
	border: 1px solid #900;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.textarea {
	width: 455px;
	height: 111px;
	padding: 1px 3px 0;
	background: #fff;
	border: 1px solid #900;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.button {
	width: 127px;
	background: #fff;
	border: 1px solid #900;
}

* html .button {  /* nur fuer Internet Explorer */  
  width: 127px;
}

.bildlinks {
	float: left;
	margin: 0 15px 15px 0;
}

.bildrechts {
	float: right;
	margin: 0 0 15px 15px;
}

.img_smart, .img_great {
  padding: 2px;
  border: 1px solid #999;
  background: #fff;
}

.img_smart {
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.img_smart:hover, .img_great:hover {
  background: #666;
}

