/***********************************************/
/*          Copyright by AV-Media              */
/*           www.meinetopliste.de              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
 
body{
	background-color:#f6f7f6;
    font-family: Tahoma;
    font-size: 12px;
    color: #233a20;
    line-height: 1.166; 
    margin: 0px;
    padding: 0px;
}

a{
    color: #d41210;
    text-decoration: none;
}

a:link{
    color: #d41210;
    text-decoration: none;
}

a:visited{
    color: #d41210;
    text-decoration: none;
}

a:hover{
    color: #ff6600;
    text-decoration: underline;
}

h2{
 font-family: Tahoma;
 font-size: 100%;
 color: #920200;
 padding: 0 0 0 10px;
}

h1{
 font-family: Tahoma;
 font-size: 110%;
 color: #cc0e02;
 padding: 0 0 0 10px;
 font-weight: bold;
}


ul a:link, #Main ul a:visited {display: block;}
ul{
 list-style-image:url(../images/ul.gif); margin: 0px; padding: 5px 20px 10px 20px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
li {border-bottom: none;}

/* fix for browsers that don't need the hack */
html>body li {border-bottom: none;}

input,textarea
{
    font-family:Tahoma; 
    color:#658903; 
    font-size:100%; 
    border-color:#c8c8c8; 
    border-style:solid; 
    background-color:#ffffff;
    scrollbar-face-color:#ffffff;
    scrollbar-shadow-color:#c8c8c8;
    scrollbar-highlight-color:#d7dbd5;
    scrollbar-track-color:#ffffff;
    scrollbar-arrow-color:#8a8b8a;
    border-width:1px;
    margin:5px;
    padding:3px;
    border-collapse: collapse;}
    
/*Einstellungen für alle Tabellen*/
th.main {
color: #0f6d03;
font-weight: bold; 
padding:6px;
background-color:#e1ede0;
}

td.main {
color: #233a20; 
padding:6px;
padding:3px 6px 3px 6px;
background-color:#f6f7f6;
}

table.main{
background-color:#b3c6b0;}


.navigation {
    background-image: url(Bilder/_test/button_gruen.jpg);
    background-repeat: no-repeat;
}

/*Subnavi*/
    div.menue {
    background: url(../Bilder/button_gruen.jpg) no-repeat;
    width:195px;
    height:21px;
    margin:1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
    div.menue a { padding-left:20px; display:block; text-decoration:none; }
    div.menue a:link, div.menue a:visited {
    color:#FFFFFF;
}
    div.menue a:hover {
    color:#000000;
    background-image: url(../Bilder/button_grauverlauf.jpg);
    height:21px;
	text-decoration:none; 
}
    div.menue a:active {
    color:black;
    background-image: url(../Bilder/button_grauverlauf.jpg);
	height:21px;
}
    * html div.menue a { width:100%; }
  body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}



