﻿body
{
    border-width: 0px;
    padding: 0px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px;
}

#ContentBereich
{
    border: 10px none #FFFFFF;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    background-color: White;
    margin-top: 100px;
}

#LogoBereich
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}

#Logo
{
    padding: 0px;
    margin: 0px;
}

#AnmeldeStatus
{
    top: 8px;
    right: 10px;
    width: 300px;
    height: 80px;
    position: absolute;
}

#MenueBereich
{
    border-style: solid none solid none;
    border-width: 1px 0px 1px 0px;
    border-color: #000000; /*position: fixed;*/
    padding: 0px 20px 0px 20px;
    margin: 0px;
    top: 80px;
    left: 0px;
    right: 0px;
    background-color: #F3F3F3;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    vertical-align: top;
    line-height: normal;
    font-variant: normal;
    text-decoration: none;
    z-index: 10;
    height: 30px;
    position: absolute; /* this works */ /*position: fixed; /* not working */
}

.MenueTop
{
    background-color: White;
    padding: 0px 20px 0px 10px;
    position: inherit;
    top: 0px;
    width: 100%;
    height: 30px;
    left: 0;
}


.HoriMenu
{
    top: 0px; /* this works */
    z-index: 10;
    position: absolute;
}


.DynamicMenuStyle
{
    background-color: #F3F3F3;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.DynamicMenuItemStyle
{
    background-color: #F3F3F3;
    border-style: ridge;
    border-color: ButtonFace;
    border-top: inset 0px Silver;
    border-left: inset 0px Silver;
    border-right: groove 3px black;
    border-bottom: groove 3px Silver;
}

p
{
    margin: 1px;
}


#UpdatePanel
{
    position: absolute;
}

.UpdateProgress
{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    position: absolute;
}

.UpdateProgressBackground
{
    width: 100%;
    background-color: #dddddd;
    bottom: 0px;
    vertical-align: middle;
    text-align: center;
    left: 0px;
    top: 0px;
    right: 0px;
    position: absolute;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 20;
}

.EditDocumentPanel
{
    border: 1px dotted gray;
    margin: 10px;
}

.EditDocumentButtonPanel
{
    border: 1px dotted gray;
    background-color: #EEEEEE;
    padding: 5px;
    margin: 10px;
    width: 100%;
}

.UpdateProgressForegroundPanel
{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 21;
}

.UpdateProgressForeground
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    width: 650px;
    height: 150px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background-color: White;
    vertical-align: middle;
    text-align: center;
    z-index: 22;
}

.input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid Gray;
    padding: 4px;
    background: #FFFFF5;
}

.inputDropDown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid Gray;
    padding-left: 4px;
    background: #FFFFF5;
}


/*
#FooterBereich
{
	padding: 0px 30px 0px 30px;
	margin: 0px;
	position: fixed;
	bottom: 0px;
	height: 30px;
	right: 0px;
	left: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	font-weight: bold;
}*/

/*Ajax ModalPopupExtender start */

.popupModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 20;
    width: 100%; /*position:absolute;*/
}

.PopupPanel
{
    position: inherit;
    height: 100%;
    border: 5px solid #C9DCFF; /*border-style:outset;*/
    width: auto;
    position: fixed;
    z-index: 21; /*position:absolute;*/
}

.PopupControlsOnParent
{
    text-align: left;
    background-color: White;
    height: 100%; /*height:500px; */ /*width:auto;    */
}

.PopupHeader
{
    background-color: #C9DCFF;
    height: 20px;
}

.PopupIframe
{
    /*position:relative;*/
    height: 100%;
    width: 100%; /*width:auto;*/ /*position:absolute;*/ /*position:relative;*/
}

.popupButtons
{
    margin: 10px;
    text-align: center;
}

.popupBody
{
    padding: 5px;
}

.PopupTitlebarLeft
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}
.PopupTitlebarRight
{
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 0px;
}

#PanelArtikelAuswahl
{
    top: 100px;
}

/*Ajax ModalPopupExtender ende */

.Login
{
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: fixed;
}

.Login
{
    background-color: #000000;
}

/*
a.LinkWithoutUnderline:link
{
    color: Black;
    text-underline: none;
    font-size: 14px;
    font-weight: bold;
}
a.LinkWithoutUnderline:hover
{
    color: Black;
    text-underline: none;
    font-size: 14px;
    font-weight: bold;
}
*/

.StandardKnopfx
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-style: normal;
    font-size: 10px;
    background-color: Transparent;
    border-color: #759FD9;
    border-width: 1px;
    width: 100%;
}

.StandardButton
{
    /*font-family: Arial, Helvetica, sans-serif; 	font-style: normal; 	font-size: 10px; 	background-color:Transparent;	 	border-color:#759FD9; 	border-width:1px;		*/
    width: 120px;
}

.StandardButtonPager
{
    width: 40px;
}

.GridviewHeader
{
    padding: 2px;
    background-color: #F3F3F3;
}

.Gridview
{
    border-bottom-style: none;
}

/* Autocomplete */

.AutocompleteList
{
    width: auto;
    border-bottom: black thin solid;
    border-left: black thin solid;
    border-top: black thin solid;
    border-right: black thin solid;
    text-align: left;
    text-indent: 0%;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    list-style-type: none;
    margin: 3px;
    padding-top: 3px;
    background-color: white;
    overflow: auto;
    height: 80%; /*visibility:hidden;*/
}

.AutocompleterListItem
{
    width: 1000px;
    background-color: Red;
}

.AutocompleterHighlight
{
    width: 500px;
    background-color: Yellow;
}

.WarningPanel
{
    border: 1px dotted gray;
    color: Red;
    font-weight: bold;
    font-size: medium;
    background-color: #EEEEEE;
    padding: 25px;
    margin: 10px;
    width: 95%;
}




