﻿body {
    margin:0px;
    font-family:Tahoma;
    font-size:12px;
}

select {font-size:11px;}

a {
   text-decoration:none;
   color:#666;
}

.mainFrame {
    background-repeat:repeat-y;
    position:absolute;  
    width:100%;
    min-width:25em;
    left:180px;
    max-width:1173px;
    top:5px;
}

#img.url(../grafik/mainFrameBack.png) {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mainFrameHeader {
    margin-left:10px;
    background-image:url(../grafik/mainFrameHeaderBack.png); 
    background-size:100%;
    position:relative; 
    height:20px;
    width:100%;
    min-width:25em;
    padding-top:12px;
    padding-left:18px;
    border:1px solid #B4B4B4;
    border-radius:0.3em;
    box-shadow:0.4em 0.4em 0.4em #AAAAAA;
}

.mainContent {
    position:relative;
    padding:12px 10px 12px 18px;
    margin-left:6px
}

.menu {
    width:15.5em;
}

.menuHeader {
    width:184px;
    height:149px;
    position:relative;
    background-image:url(../grafik/menuTop.png);
}

.windowFrame {
   background-image:url(../grafik/windowBack.png);  
   background-repeat:repeat-y;
   border:solid 1px #B4B4B4;
   background-color:White;
   background-size:100%; 
   margin:0 1em;
   min-width:25em;
   border-radius:0.3em;   
}

.windowFrameDefault {
   background-image:url(../grafik/windowBack.png);  
   background-repeat:repeat-y;
   border:solid 1px #B4B4B4;
   background-color:White;
   background-size:100%; 
   margin:0 1em;
   min-width:25em;
   border-radius:0.3em;   
}

.windowHeaderBalken {
    background-image:url(../grafik/mainFrameHeaderBack.png);
    background-repeat:repeat-y;
    border-bottom:solid 1px #b4b4b4;
    background-size:100%;
    padding: 0;
    width:100%;
    height:2.5em;
}

.MenuButton {
    width:184px;
    height:2.8em;
    text-align:center;
    background-image:url(../grafik/MenuButtonBack.png);
    background-size:100%;
    border-bottom: solid 1px #b4b4b4;
    font-weight:bold;
    letter-spacing:1px;
    color:#666;
    border-radius:0.3em;
}

.MenuLink 
{
    display: inline-block;
    padding-top:0.75em;
    width:100%;
    height:100%;
}

.MenuUpdate {
    width:100%;
    height:100%;
}

.MenuButtonHover {
    width:184px;
    height:2.8em; 
    text-align:center;
    background-image:url(../grafik/MenuButtonBackHover.png);
    border-bottom: solid 1px #b4b4b4;
    background-repeat:repeat-x;
    cursor:pointer;
    font-weight:bold;
    letter-spacing:1px;
    color:#666;
    border-radius:0.3em;
}

.button {
    width:auto;
    height:21px;
    text-align:center;
    background-image:url(../grafik/buttonBack.png);
    background-repeat:repeat-x;
    border:solid 1px #b4b4b4;
    cursor:pointer;  
    letter-spacing:1px;
    font-size:11px;
    color:#000;
    margin:8px;
    border-radius:0.3em;
}

.buttonHover {
    width:auto;
    height:21px;
    text-align:center;
    background-image:url(../grafik/buttonBackHover.png);
    background-repeat:repeat-x;
    border:solid 1px #b4b4b4;
    cursor:pointer;
    letter-spacing:1px;
    font-size:11px;
    color:#000;
    margin:8px;
    border-radius:0.3em;
}

.textfeld {
    border:solid 1px #b4b4b4;
}

.lineClearer {
    clear:both;
    height:0px;
}


/*** Masked Edit ***/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
	color: #ff0000;
	font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

/*** Versteckt die Tabellen Linien im Firefox ***/
.gridviewRowkiller table {
	border: none 0px #f7f7f7;
	border-spacing:0px;
}

.gridviewRowkiller tbody {
	border: none 0px #f7f7f7;
	border-spacing:0px;
}

.gridviewRowkiller tr {
	border: none 0px #f7f7f7;
	border-spacing:0px;
}

.gridviewRowkiller td {
	border: none 0px #f7f7f7;
	border-spacing:0px;
}
    
.gridviewRowkiller th {
	border: none 0px #f7f7f7;
	border-spacing:0px;
}