/* CSS Workshop */
/* Drei Spalten */
/* http://barrierefrei.e-workers.de/ */
/* Stand: Oktober 2002 */
/* ================================= */

#header {
position: relative; 
left: 0;
right: 0;
top: 4px;
border: 0;
height: 70;
margin: 0 5px 0 5px;
background: #09c;
background-image: url(../images/bg_head_2a.gif);
background-repeat: repeat-x
}

#header_500 {
position: relative; 
left: 0;
right: 0;
top: 4px;
border: solid 1px #000;
height: 80;
margin: 0 5px 0 5px;
padding: 15px 0 0 15px;
background: #09c;
background-image: url(../images/bg_head_2.gif);
background-repeat: repeat-x
}

#linkespalte {
position: absolute; 
left: 0px;
top: 90px;
width:160px;
border: solid 0px #000;
padding: 5px 5px 5px 10px;
margin: 0 5px 0 5px;
}

#rechtespalte {
position: absolute;
right: 0;
top: 90px;
width:180px;
border: solid 0px #000;
padding: 10px;
margin: 0 5px 0 5px;
}

#content {
position:relative;
left: 0;
top: 75px;
margin-left: 190px;
margin-right: 210px;
margin-bottom: 0px;
border: solid 0px #000;
border: 0;
padding: 0 20px 0;
background: #e7d5b5;
}

#content_1 {
position:relative;
left: 0;
top: 0px;
height: '80%';
border: solid 1px #000;
border: 0;
margin: 0 5px 0 5px;
padding: 0 20px 0;
background: #e7d5b5;
background: #ADE3F7;
background: #C6EBF7;
}

#content_1 a:link{
color: #304e6a;
}

#content_1 a:visited{
color: #304e6a;
}

#content_1 a:hover{
color: #304e6a;
}

#content_1 a:active{
color: #304e6a;
}

#content_1 table td{
empty-cells: show;
spacing: 0 0 0 5;
padding: 0 0 0 3;
text-align:top;
font-size: 0.8em;
font-weight:normal;}

#content_2 {
position:relative;
left: 0;
top: 0px;
height: '80%';
border: 0;
margin: 0 5px 0 5px;
padding: 0 20px 0;
background: #e7d5b5;
background: #ADE3F7;
background: #C6EBF7;
}

#content_2 table th{
empty-cells: show;
background-color: #09c;
padding: 0 0 0 3;
text-align:left;
font-size: 0.8em;
color: #C6EBF7;
}

#content_2 table td{
border: 0;
empty-cells: show;
background-color: #1ad;
padding: 0 2 0 5;
text-align:left;
font-size: 0.7em;
font-weight:normal;
color: #000;
}

#content_2 select{
  FONT-FAMILY: Tahoma, Arial, Helvetica;
	FONT-SIZE: 1em;
}


#content_3 {
position:relative;
left: 0;
top: 0px;
height: '80%';
border: solid 1px #000;
border: 0;
margin: 0 5px 0 5px;
padding: 0 5px 0;
background: #e7d5b5;
background: #ADE3F7;
background: #C6EBF7;
}

#content_3 table th{
empty-cells: show;
background-color: #09c;
padding: 3;
text-align:center;
font-size: 0.8em;
font-weight:normal;
color: #C6EBF7;
}

#content_3 table td{
border: 0;
empty-cells: show;
background-color: #1ad;
padding: 0 2 0 5;
text-align:left;
vertical-align: top;
font-size: 0.7em;
font-weight:normal;
color: #000;
}

#content_500 {
position:relative;
left: 0;
top: 0px;
height: '80%';
border: solid 1px #000;
margin: 0 5px 0 5px;
padding: 0 20px 0;
background: #e7d5b5;
background: #ADE3F7;
background: #C6EBF7;
}

#content_500 a{
color: blue;
}

#content_500 a:hover{
color: orangered;
}

#content_500 a:active{
color: blue;
}

#content_500 a:visited{
color: purple;
}

#content_500 table td{
empty-cells: show;
spacing: 0 0 0 5;
padding: 0 0 0 3;
text-align:top;
font-size: 0.8em;
font-weight:normal;
}

#footer {
position:relative;
left: 0;
border: solid 1px #000;
border: 0;
height: 20px;
margin: 0px 5px 5px;
background: #09c;
}

