/* mod .Product 31.07.2015 U.  */

body 
{
	font-family: Arial, Verdana;
	font-size: 19px;
	background-color: #EEEEEE;
}

.DisabledButton,
A.Button, A.Button:link, A.Button:visited, A.Button:active
{
	font: 11px Verdana, Arial; 
	--color: #000000; 
	color:#01487b;
	font-weight: bold;
	text-decoration: none;
}

.CreditsButton
{
	font: 11px Verdana, Arial; 
	color:GREEN;
	font-weight: bold;
	text-decoration: none;
}

A.Button:hover
{
	font: 11px Verdana, Arial; 
	color: #4d4f53; 
	font-weight: bold;
    text-decoration: underline;
}

A.MailButton, A.MailButton:link, A.MailButton:visited, A.MailButton:active
{
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}

A.MailButton:hover
{
	color: #4d4f53; 
	font-weight: bold;
    text-decoration: underline;
}

A.HeaderButton, A.HeaderButton:link, A.HeaderButton:visited, A.HeaderButton:active
{
	color: #fff; 
	text-decoration: none;
}

A.HeaderButton:hover
{
    text-decoration: underline;
}

.ContentHeadline 
{
	font-size: 18px;
	font-weight: bold;
	--color: #880000;
	color: #01487b; 
}

.StandardText
{
	font: 11px Verdana, Arial; 
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

.StandardLabel
{
	font: 11px Verdana, Arial; 
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}

.StandardTextBold
{
	font: 11px Verdana, Arial; 
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}

.StandardError
{
	font: 11px Verdana, Arial; 
	color: #ff0000; 
	font-weight: bold;
	text-decoration: none;
}

.Exception
{
	color: #ff0000; 
	font-weight: bold;
	text-decoration: none;
}

.ReportButton
{
	margin-top: 10px;
}

.StandardButton
{
	color: #FFFFFF;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 12px;
    background-color: #0084C8;
    border-color: #01487b; 
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

.StandardButtonOver
{
	color: #FFFFFF;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 12px;
    background-color: Red;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

.StandardButtonControls
{
	margin-top: 5px;
	color: #FFFFFF;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 10px;
    --background-color: #01487b;
    background-color: #0084C8;
    border-color: #01487b; 
    border-style: solid;
    border-width: 1px;
}

.StandardTextControls
{
	--color: #FF0000;
	color: BLACK;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 13px;
}

.MandatoryInformation
{
	font: 11px Verdana, Arial; 
	color: #FF0000; 
	font-weight: normal;
	text-decoration: none;
}

.DataGridHeader
{
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	--background-color: #880000;
	background-color: #049cdb;
}

.DataGridFooter
{
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	--background-color: #880000;
	background-color: #049cdb;
}

.DataGridItem
{
	height: 20px;
	font-size: 11px;
	color: #000000;
	--background-color: #cecdcd;
	background-color: #E8E8E8;
}

.RedDataGridItem 
{
    height: 20px;
    font-size: 11px;
    color: #000000;
    --background-color: #cecdcd;
    background-color: red;
}

.RedDataGridAlternatingItem 
{
    height: 20px;
    font-size: 11px;
    color: #000000;
    --background-color: #c4c4c4;
    background-color: red;
}

.DataGridEditItem
{
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	--background-color: #cecdcd;
	background-color: #CCDFF2;
	border: solid 1px #880000;
}

.DataGridAlternatingItem
{
	height: 20px;
	font-size: 11px;
	color: #000000;
	--background-color: #c4c4c4;
	background-color: #FBFBFA;
}

.CustomPrices
{
	color: #880000;
}

.DataGridItemBasket
{
	font-size: 11px;
	color: #000000;
	background-color: #cecdcd;
}

.DataGridFooterBasket
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #049cdb;
	height: 20px;
}

.TopContent 
{
    --background-image :url('../images/bg1.jpg');
    background-color:#0064c8;
    background-repeat:repeat-x;    
    width:100%;
    height: 120px;
    margin:0;   

    border-radius: 10px 10px 0 0;
    border: 1px solid #322f75; 
}

.Logo1 
{
	--margin:10px;
	float:left;
   left: 10px;
   top:5px;  
}


.Logo
{
	margin:10px;
	float:left;
   height: 100px;
}

.m_banner_hide
{
	display:none;
	margin:15px;
	float:right;
}
.m_banner_show
{
	display:block;
	margin:15px;
	float:right;
}

#container 
{
    width: 100%;
    --margin: 5px auto;
}



#StartpageLogo
{
   position: relative;
   left: 5px;
   top:5px;  
} 

#DefaultLogo
{
   position: relative;
   left: 7px;
   top:20px;  
   /*
   width: 256px;
   height: 134px;
   text-align: left;
   */
} 

.DefaultIntro
{
  position: absolute;
  text-align: right;
  right: 30px;
  top:35px; 
} 

#News
{
   position: relative;
   --left: 200px;
   --top:15px;  
   --width: 450px;
   --height: 96px;
   text-align: left;
} 

.divNews
{
	color: #fff;
	font: 15px Verdana, Arial; 
	--height: 80px;
	width: 450px;
}

.HeadBanner 
{
    --position:relative;
	--float:right;
}

.BottomLine 
{  
    background: #0064C8;
    color:#ffffff;
    width:100%;
    height: 20px;
    margin:0;    
	padding-top: 7px;
	font-size: .9em;
	border-bottom-left-radius: 40px 80px;
    border-bottom-right-radius: 40px 80px;
    border-top-left-radius: 40px 80px;
    border-top-right-radius: 40px 80px;
    border: 1px solid #322f75; 
   margin-top: 35px;
}

.LeftColumn 
{
	width: 200px;
	vertical-align: top;
	background-color: #EEEEEE;
}

.LeftColumn .LeftMenu 
{
	margin-left: 5px;
	margin-right: 5px;
	color: #FF0000;
	width: 190px;
}

.LeftMenu .MenuItem 
{
	font-size: .9em;
	font-weight: bold;
	height: 25px;
	color: darkblue;

	background-color: #F5F5F5;
    background: url(../images/bg3.jpg) repeat;
	padding: 2px 5px 2px 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.LeftMenu .DynamicLeftMenu 
{
    background-color: #F5F5F5;	
	padding: 1px 2px 0 2px;
}

.LeftMenu .MenuHoverStyle
{
  color: blue;
  --color: #322f75;
}

.LeftMenu .MenuSelectedStyle
{
  color: red;
}

.CentralColumn 
{
    margin-left: auto;
    margin-right: auto;
    
	--margin-left: 0px;
	--margin-right: 0px;
	--padding: 1px 5px 0 5px;
	--background-color: #F5F5F5;
}
.CentralColumn .Default h4
{
	color: #880000;  
}

.CentralColumn .Default p,
.CentralColumn .Default span,
.CentralColumn .Default table
{
	font-size: .9em;
	font-weight: normal;
}

.LeftColumn .AuthControl 
{
	margin: 5px;
}

.AuthControl .ForgottenPassword 
{
	margin-top: 5px;
}

.AuthControl h3 
{
	padding: 0;
	margin: 0;
	font-size: .7em;
}
.AuthControl .bgModuleTop 
{
	padding-left: 1px;
	width: 200px;
	height: 20px;
	color: #f1ef07;
	background-color: #0064C8;
	text-align: left;
	color:white;
    border-radius: 5px 5px 0 0;
    border: 1px solid #322f75;
    vertical-align:middle;
    padding-top: 4px;
}
.AuthControl .bgModuleContent 
{
	padding-left: 1px;
	padding-bottom: 3px;
	width: 200px;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	--background: url(../images/bg.jpg) repeat;
	background-color: #F5F5F5;
	text-align: left;
	font-size: .8em;
}

.AuthControl .bgModuleBanner 
{
    padding-left: 1px;
	padding-bottom: 0px;
	width: 200px;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	text-align: left;
	font-size: .8em;
}


#container 
{
    width: 100%;
    --margin: 5px auto;
}

#primary 
{
    float: left;
    margin-top:15px;
    margin-left:10px;
}

#content 
{
    float: left;
    margin-top:10px;
    margin-left:15px;
    --width:350px;
    height:70px;
}

#secondary 
{
    float: right;
    margin-top:0px;
    margin-left:25px;
    width:300px;
    height:70px;
}

.ProductContent
{   
    float:left;
    position:relative;
    margin-left: 32px; 
    margin-top:32px;
    width: 167px;
    height: 125px;  
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #AAAAAA;
}


.ProductGroupContent 
{
    float: left;
    position: relative;
    margin-left: 32px;
    margin-top: 32px;
    background-color: white;
    width: 167px;
    height: 185px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #888888;
    padding: 2px 2px 2px 2px;
}


.ProductGroupItem 
{
    float: left;
    position: relative;
    margin-left: 3px;
    margin-top: 3px;
    width: auto;
    height:auto;
    border: 1px solid #AAAAAA;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding: 3px 3px 3px 3px;
}

.GroupButton {
    position: relative;
    width: auto;
    height: 18px;
    color: black;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    padding: 0px 0px 10px 0px;
    background-color: transparent;
    border: none;
}

.UnavailableProductGroupItem
{   
	float:left;
	position:relative;
    margin-left:3px;
    margin-top:3px;
    width:  25px;
    height: 20px;
    border: 1px solid #AAAAAA;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size:0.7em;
	font-weight: bold;
	vertical-align: middle;
    text-align: center;  
    background-color:#D3D3D3;  
}

.ButtonProductGroupItem
{
   vertical-align: middle;
   text-align: center;  
}

.ProductGroupItem:hover
{
    background-color:#0064c8;
    color: YELLOW;
    cursor: pointer;
}


.Product {
    float: left;
    position: relative;
    margin-left: 3px;
    margin-top: 3px;
    width: 160px;
    /*height: 116px;*/
    background-color: WHITE;
    border: 1px solid #ECECEC;
}


.ProductLink
{   
  --display: block; 
  text-align:center;
  font-size:0.7em;
  font-weight: bold;
  height: 25px;
  --font-family: Tahoma,Arial,Helvetica,sans-serif;
  background-color: #CECECE; 
}

.ProductLink:hover
{
    --background-color: #E3E3E3;
    --background-color:#0064c8;
    background-color:#0064c8;

}

.modalPopup 
{
 background-color:White;
 border-width:2px;
 border-style:solid;
 border-color:#880000;
 padding:3px;
 width:300px;
}

.modalBackground 
{
 background-color:Blue;
 filter:alpha(opacity=70);
 opacity:0.7;
}    

.Bereich, .Feld 
{ 
  background-color:#F0FFFF; width:100px; border:1px solid #0000FF; 
}

.Product a, 
.Product a:link,
.Product a:visited, 
.Product a:active
{

    --color: #f1ef07;
    display: block;
    color: BLACK;
    text-decoration: none;
}
.Product a:hover
{
    color: WHITE;
    --text-decoration: underline;
}

.ProductUnavailable a, 
.ProductUnavailable a:link,
.ProductUnavailable a:visited, 
.ProductUnavailable a:active
{
    color: GRAY;
    text-decoration: none;
  text-align:center;
}

.ProductImage
{   
    border:0;
    width: 160px;
    /* height: 90px;*/
    position:relative;
    height:100%;
}

.ProductUnavailable
{      
	float:left;
	position:relative;
    margin-left:3px;
    margin-top:3px;
    background-color: #878787;   
    width: 160px;
    height:90px;
    border: 1px solid #ECECEC;
}


.ProductBuyImage
{   
    border:0;
}

.ProductPager
{
	clear:both;
	text-align:center;
	--padding: 40px 20px 40px 0px;
	font-size: 0.8em;
   margin-top: 35px;
}

.ProductPager a
{
	color: #880000;
}

.CardBackside
{
	padding: 5px;
	font: 11px Verdana, Arial; 
	width: 246px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
}

.CardBacksideFooter
{
	padding: 5px;
	font: 8px Verdana, Arial; 
	text-align: center;
	width: 246px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
}

.DisableSelection
{
/* Gecko-based, Mozilla */
-moz-user-select:none;
/* Safari */
-khtml-user-select: none;
}

  .AreaHyperLink
  {	
	color: #FFFFFF;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 12px;
    background-color: #01487b;
    --background-color: #880000;
    --border-color: #000000;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
	text-align: center;
	text-decoration: none;
  }

  .ModUserInfo
  {	
	color: #FFFFFF;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 10px;
    background-color: gray;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
	text-align: left;
	text-decoration: none;
  }
  
  
 --------------------------------------------------------------
 .ProductImage
 {   
    background-color: WHITE; 
 }

 .DataHeader
 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #049cdb;
	height:auto;
 }

 .HelpHeader
 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
    float:left;
	position:relative;
    margin-left:3px;
    margin-top:5px;
    width: 100%;
    --border: 1px solid #ECECEC;
    background-color: #049cdb;
    height:auto;
    
    border-bottom-left-radius: 40px 80px;
    border-bottom-right-radius: 40px 80px;
    border-top-left-radius: 40px 80px;
    border-top-right-radius: 40px 80px;
 }
 
 #ProductLinkContainer
 {
    width:100%;
    text-align:center;
 }

 #ProductLinkContainerLeft 
 {
    float:left;
    margin-left:3px;
    margin-top:3px;
    --width:100px;
 }

#ProductLinkContainerCenter 
{
    display: inline-block;
    margin-top:3px;
    --margin:0 auto;
    --width:100px;
}

#ProductLinkContainerRight
{
    float:right;
    margin-right:3px;
    margin-top:3px;
    --width:100px;
}

.LetterButton 
{
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 11px;
    color: blue;
    width: 10px;
    height: 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px 0px 15px 0px;
}


.SortLink 
{
    background-color:transparent; 
    border:none; 
    cursor:pointer; 
    color:white; 
    font-weight:bold; 
    font-size:10px;
}

.KassaStandard 
{
    color: green;
}

.KassaAlarm 
{
    color: red;
}

.LetterLinks {
    text-align: center;
    padding: 10px 0 10px 0;
    font-weight: bolder;
}

.CustomPrices {
    color: #ffffff;
    background-color: #808080;
}

.ProductImageItem 
{
    width: 160px;
    height: 90px;
}

/*************************** Mobile  *****************************************/

.mobileUserInfo 
{
    display: none;
}

.navbar {
    display: none;
}

.MobileContentItem {
    float: left;
    position: relative;
    margin-left: 32px;
    margin-top: 32px;
    width: 95%;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #888888;
}

.MobileProductItem {
    float: left;
    position: relative;
    margin-left: 3px;
    margin-top: 3px;
    margin-right: 15px;
    width: 97%;
    height: auto;
    background-color: WHITE;
    border: 3px solid #ECECEC;
}

    .MobileProductItem a,
    .MobileProductItem a:link,
    .MobileProductItem a:visited,
    .MobileProductItem a:active {
        display: block;
        color: white;
        text-decoration: none;
        margin-top: 5px;
    }

MobileProductItem a:hover {
    color: WHITE;
}

.MobileProductLink {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    background-color: #0064c8;
}

    .MobileProductLink:hover {
        background-color: #01487b;
    }

.MobileProductImage 
{
    border: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.btn-group .button 
{
    background-color: #049cdb;
    border: 2px solid blue;
    margin-bottom: 5px;
    cursor: pointer;
    width: 100%;
    height: 150px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
}

.btn-group .button:not(:last-child) 
{
        border-bottom: none; /* Prevent double borders */
}

.btn-group .button:hover 
{
        background-color: #01487b;
}