/* Stylesheet fuer www.schwarweissdia.de */

a {
/*color:#000000;*/
text-decoration:none;
}

body {
background: #dddd22; 
}

/* Der Rahmen um alles */
table.all {
width:80%;
min-height:600px;
margin-left:10%;
margin-top:10px;
border-collapse:collapse;
padding:0px;
}

/* Der Kopf */
th.head {
height:80px;
border:1px solid #000000;
text-align:center;
padding:3px;
font-size:xx-large;
/*background: #eeeeee;*/
}

/* Zelle des Menu */
td.menu {
border:1px solid #000000;
width:16.7%;
text-align:center;
font-size:normal;
height:30px;
padding:0px;
/*background: #eeeeee;*/
}

/* Zelle des Menu */
td.main {
border:1px solid #000000;
padding:3px;
text-align:left;
vertical-align:top;
font-size:normal;
background: #ffffff;
}

/* Der Fusz */
td.foot {
border:1px solid #000000;
padding:3px;
height:20px;
text-align:left;
font-size:small;
background: #eeeeee;
}

/* Alle Links in der Tabelle */
td.menu a {
position:relative;
width:100%;
height:20px;
/*background: #eeeeee;*/
}

/* Links, ueber denen der Pfeil ist */
td.menu a:hover {
background: #aaaaee;
}

# a:hover {
# background: #dddddd;
# }

a.extern:before {
   content		: "\2197\A0";
}

ul {
 margin-left:20px;
 margin-top:0px;
 margin-bottom:0px;
}