/* Nur f�r die Index-Seite */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color:#777777;
}

.navigation {
background:url(../../image/nav_bg.gif);
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
height:21px;
color:#000000;
}

a, a:link, a:visited, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

form {
margin:0px;
padding:0px;
}

.header {
height:100px;
border-top:1px solid #515151;
border-bottom:1px solid #515151;
height:100px;
background-color:#FFFFFF;
padding:0px;
margin:0px;
}

li {
margin:0px;
padding:0px;
}

.agenturnews {
padding:0 0 20px 0;
border-right:1px dotted #FFFFFF;
width:450px;
vertical-align:top;
}

.agenturnews ul a {
color:#fff;
}
.agenturnews ul a:hover {
color:#c0c0c0;
}

.neusteprodukte {
padding-left:15px;
padding-bottom:20px;
vertical-align:top;	
}

.neusteprodukte table td{
line-height:1.5;
padding: 0 0 0 0px;
}
.neusteprodukte table td a:hover {
color:#c0c0c0;
}

.5produkliste {
color:#FFFFFF;
font-size:12px;
padding:0px;
margin-left:5px;
}
.suche {
width:250px;
}
.suche #search_input_field {
width:110px;
}
.SpaceTd {
border-left:1px dotted #FFFFFF;
width:50px;
}

/* IMAGE POPUP STARTSEITE */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 3px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

ul.produktestartseite {
color:#fff;
margin:0 0 0 15px;
padding:0px;
}
ul.produktestartseite li {
padding-bottom:5px;
}

.masken {
    color: white;
}