/* CSS Document */

/*-------------------------------------------------------------------------EINSTELLUNGEN */

body, html {

        max-width: 100%;
        width: 100%;
        background-color:#ffffff;
        background-image: url(../grafiken/shadow-side3.png);
        background-repeat:repeat-y;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
}

img {
        border:none;
}

a img {
        border:none;
}

html,table {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        line-height: 2;
        color:#4c4c4c;	
}

.font_us1 {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:14px;
        line-height: 2;
        color:#4c4c4c;
        font-weight:bolder;
        display:inline;
}

.font_us2 {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:14px;
        line-height: 2;
        color:#e53c24;
        font-weight:bolder;
        display:inline;
}

.rot {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        line-height: 2;
        color:#e53c24;
        display:inline;
}





/*-------------------------------------------------------------------------SEITENAUFBAU */

#page {
        position:absolute;
        left:0px;
        top:0px;
        width:1060px;
        min-height:400px;
}

#container {
        position:absolute;
        left:10px;
        top:0px;
        width:815px;
        min-height:400px;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 10px;
}

#head {
        position:relative;
        background-image: url(../grafiken/liniewaag2.jpg);
        background-repeat:no-repeat;
        left:0px;
        top:0px;
        width:735px;
        height:21px;
        padding-left: 28px;
	padding-right: 28px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#homelink {
	position:absolute;
	left:40px;
	top:25px;
	width:306px;
	height:21px;
}

#text-content {
        position:relative;
        left:0px;
        top:0px;
        width:735px;
        height:100%;
        min-height:300px;
        padding-left: 40px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 25px;
}

#text {
        position:relative;
        left:0px;
        top:0px;
        width:600px;
}

#ansicht {
	position:relative;
	left:615px;
	top:0px;
	width:135px;
	height:12px;
}

#foot {
        position:relative;
        background-image: url(../grafiken/wave.gif);
        background-repeat:no-repeat;
        left:0px;
        top:0px;
        width:815px;
        height:220px;
}

#copyright {
        position:absolute;
        top:185px;
        left:0px;
        width:815px;
        height:20px;
}

#navigation {
        position:fixed;
        left:860px;
        top:101px;
        width:200px;
        height:216px;
}

#fotobox {
	float: left;
	width: 120px;
	height: 100%;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #4c4c4c;
}


/* -------------------------------------------------------------------------------------NAVIGATION*/




/* BUTTONS */

 #tabs {
      width:100%;
      height:19px;
      text-align:left;
      line-height:24px;
      font-weight:normal;
      text-indent:8px;
      }

    #tabs ul {
      list-style-type: none;
      padding: 0px;
      margin:0px;
      }

    #tabs li {
      margin:0;
      display:inline;
      }

    #tabs a {
      float:left;
      margin:0px;
      text-decoration:none;
      }



#tabs a:hover span {
      color:#e53c24;
      cursor: default;
      text-decoration: none;
      }

#tabs li a:hover span {
      color:#e53c24;
      cursor: default;
      text-decoration: none;
      }



#tabs a:active span {
      color:#4c4c4c;
      cursor: default;
      text-decoration: none;
      }

#tabs li a:active span {
      color:#4c4c4c;
      cursor: default;
      text-decoration: none;
      }


a{
        color: #4c4c4c;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        border:0px;
}

a.highlight{
		color: #e53c24;
}


a.highlight:hover{
		text-decoration:underline;
}

a:hover{
        color: #e53c24;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
}



a.red{
	background-image: url(../grafiken/wbullet.jpg);
        background-repeat:no-repeat;
        color: #4c4c4c;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        border:0px;
}



a.red:hover{
        background-image: url(../grafiken/wbullet.jpg);
        background-repeat:no-repeat;
        color: #e53c24;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
}




a.red2{
	background-image: url(../grafiken/wbulletred.jpg);
        background-repeat:no-repeat;
        color: #4c4c4c;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        border:0px;
}



a.red2:hover{
        background-image: url(../grafiken/wbulletred.jpg);
        background-repeat:no-repeat;
        color: #e53c24;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
}



a.klein{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        line-height: 2;
        color:#4c4c4c;
        text-decoration: none;
        border:0px;
}



a.klein:hover{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        line-height: 2;
        color:#e53c24;
        text-decoration: none;
}


/* KLEINE BUTTONS */

 #ansicht {
      width:135px;
      height:19px;
      text-align:left;
      line-height:24px;
      font-weight:normal;
      text-indent:10px;
      }

    #ansicht ul {
      list-style-type: none;
      padding: 0px;
      margin:0px;
      }

    #ansicht li {
      margin:0;
      display:block;
      }

    #ansicht a {
      float:left;
      margin:0px;
      text-decoration:none;
      }



#ansicht a:hover span {
      color:#e53c24;
      cursor: default;
      text-decoration: none;
      }

#ansicht li a:hover span {
      color:#e53c24;
      cursor: default;
      text-decoration: none;
      }



#ansicht a:active span {
      color:#4c4c4c;
      cursor: default;
      text-decoration: none;
      }

#ansicht li a:active span {
      color:#4c4c4c;
      cursor: default;
      text-decoration: none;
      }


#ansicht a{
	background-image: url(../grafiken/bullet2.jpg);
        background-repeat:no-repeat;
        color: #4c4c4c;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        border:0px;
	padding-right:10px;
}



#ansicht a:hover{
        background-image: url(../grafiken/bullet2.jpg);
        background-repeat:no-repeat;
        color: #e53c24;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
	padding-right:10px;
}


#ansicht a.aktiv{
	background-image: url(../grafiken/bulletred2.jpg);
        background-repeat:no-repeat;
        color: #4c4c4c;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        border:0px;
	padding-right:10px;
}



#ansicht a.aktiv:hover{
        background-image: url(../grafiken/bulletred2.jpg);
        background-repeat:no-repeat;
        color: #e53c24;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
	padding-right:10px;
}

/* --------------------------------------------------------------------------ANSICHTSBEREICH */

.ansichtsbereich {
	width: 100%;
}

.ansichtsbereich#a_detail {
	display: none;
}
