﻿@import url(tabelle.css);

.katalogbutton{
    position: absolute;
    top: 250px;
    left: 350px;
}

body,html{
	background-color: black;
	margin: 0px;
   	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td{
/*	color: #82B7D6; */
   	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img{
   border: solid red 0px;
}

a{
   text-decoration: none;
   color: white;
}

ul,li{
   padding: 0px;
   margin: 0px;
   margin-left: 5px;
}

.linie{
    width: 460px;
    height: 1px;
    color: #7DB3D7;
}

.under_link{
   text-decoration: underline;
}

.navi_act{
   border: solid red 0px;
   width: 146px;
   height: 42px;
   background-image: url(pics/bg_schalter_act.jpg);
   color: white;
   text-align: center; 
   line-height: 42px;
}

.navi_no{
   border: solid green 0px;
   width: 146px;
   height: 42px;
   color: #7DB3D7;
   text-align: center;
   line-height: 42px;
   cursor: pointer;
}

td.zelle:hover {
	background-image: url(pics/bg_schalter_ro.jpg);
}

td.kopf{
   height: 50px;
   width: 50%;
   vertical-align: bottom;
}

td.inhalt_left{
   width: 50%;
   padding: 10px 10px 10px 20px;
}

td.inhalt_right{
   width: 50%;
   padding: 10px 20px 10px 10px;
}

div.rahmen{
   padding: 20px 10px 15px 10px;
   border: solid white 1px;
   -moz-border-radius: 20px;
}

td.technical{
   font-size: 10px;
   vertical-align: top;
}

td.technical_head{
   background-color: grey;
}

/*----------------------------- LAYOUT-TABELLE -----------------------------*/
table.main{
	width: 990px;
	height: 100%;
}

table.middle_main{
	width: 100%;
	height: 100%;
}

table.fullsize{
   width: 100%;
/*   height: 100%; */
}

td.kleiner{
   font-size: 8pt;
   color: #7DB3D7;
	text-align: center;
	background-image: url(pics/bg_for_text_unten.jpg);
}

div.bildtext{
   font-size: 8pt;
   color: #7DB3D7;
	text-align: center;
}

td.flash{
	background-image: url(pics/bg_for_flash.jpg);
}

td.navi{
	background-image: url(pics/bg_for_navi_oben.jpg);
}

td.glow_left{
	background-image: url(pics/glow_links.jpg);
}

td.glow_right{
	background-image: url(pics/glow_rechts.jpg);
}
