/* blackice_index.css */
* {
margin:0;
padding:0;
}

body {
background-color:#666666;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
text-align:left;
margin:0.2em;
}

p {
margin:1em;
}

p.note {
font-size: x-small;
font-weight: normal;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:120%;
font-weight:bold;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:medium;
}

h3, h4, h5, h6 {
 font-size:small;
}

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

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

a:active {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
text-decoration:underline;
}
	
td {
vertical-align:top;
text-align:left;
}

td.links {
width:40%;
}

td.impressum {
text-align:left;
}

td.notes {
width:35%;
}

ul {
list-style-type: none;
}
	
ul li {
margin-left: 2em;
}

img {
border: 1px solid #A1998B;
/*border: 0;*/
}

table
{	width:100%;
}

table.top td
{
text-align: center; }

table.top td.left, td.right
{	width: 35%;
}	

table.top td.center
{	width: 30%;
}

#ctr_img_txt p {
text-align:center;}

#ctr_img_txt ul {
text-align:center;
font-weight:normal;
}

#horizontal ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#horizontal ul li { 
display: inline; }

#horizontal img { 
border: 0; }

table.Static {
text-align:center;
font-size:x-small;
width:100%;
border-top:1px solid;
border-top-color:#999

}