﻿body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9px;
}

div.contextmenu {
    margin-top: 8px; 
    padding: 3px; 
    border: 1px solid #6f88c3; 
    background-color: #BCDBEF;
    left: 50px;
}

div.contextmenuentry {
    margin: 3px;
    padding: 0px;
}

div.layeritem {
    border: 0px; 
    padding: 0;
    margin: 0;
}

img.layericon {
    position: relative;
    top: 3px;
}

div.separator {
    background-image: url(../images/pixelw.jpg);
    background-repeat: repeat-x;
	line-height: 0; /* due to problem with IE */
    margin: 0px 3px 0px 3px;
    width: 134px;
    height: 1px;
}

label.layeritem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
    margin-left: 5px;
}

a.tab {
    cursor: pointer;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

a:visited {
	text-transform: none;
	text-decoration: none;
	color: #666666;
}

a:link {
	text-transform: none;
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-transform: none;
	text-decoration: none;
	color: #666666;
}
a:active {
	text-transform: none;
	text-decoration: none;
	color: #666666;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

#menubar {
    background-image: url(../images/hintergrund.jpg);
}

#imprint {
    background-color: transparent;
}

#layers {
    padding-top: 10px;
    padding-left: 6px;
}

#progress-bar.complete {
    background-color: #858ea9;
}

#progress-bar.running {
    background-color: #041A40;
}

#progress-container { 
	border: 1px solid #858ea9;
}

#tabs.left {
    background-image: url(../images/l_aktiv.jpg);
}

#tabs.right {
    background-image: url(../images/r_aktiv.jpg);
}

#tabs a.tab {
    /*text-align: center;*/
}