

body {
text-align: center; /* F�r IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
margin: 0;
font-size: 1rem;
line-height: 1.5;
padding: 0;
}

div {
  font-family: Verdana, Arial, sans-serif;  
  text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
} 

div#wrapper, div#wrapper1{
width: 800px;
margin: 0 auto; 
/* border-left: 1px solid #b8b8b8;
border-right: 1px solid #b8b8b8; */ 
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



H1 {
 /* font-family: Verdana, Arial, sans-serif;
	font-size: 2.5 rem;
	
	vertical-align: bottom;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;	*/
}




TABLE.Listing {
	border-spacing: 0px;
	cell-spacing: 0px;
	width: 800
}

  .head {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.Listing-head {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	vertical-align: top;

}

.Listing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid #DDDDDD;
	vertical-align: top;
}

.Listing-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	vertical-align: bottom;
	border-top: 1px solid #007F00;
	border-bottom: 1px solid #007F00;
}

.Listing-footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	font-style: italic;
	vertical-align: bottom;
	
}

.Entry-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	vertical-align: bottom;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-top: 1 solid #007F00;
	border-bottom: 1 solid #007F00;
}


TD.Success {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #007F00;
	background-color: #FF9933;
	vertical-align: bottom;
	border-top: 1px solid #007F00;
	border-bottom: 1px solid #007F00;
}


div.menubar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #007F00;
	vertical-align: bottom;
  padding: 2px;
  border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

.impressum {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #AAAAAA;
	vertical-align: bottom;
	border-bottom: 1px solid #AAAAAA;
}

.links {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	background-color: #FFFFFF;
	vertical-align: bottom;
}


A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #007F00;
	text-decoration: underline;
}


A.small {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: light;
	color: #007F00;
	text-decoration: underline;
}



A.menubar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: bottom;
}

A.impressum {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: bottom;
}

A.links {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	vertical-align: bottom;
}

A:hover.menubar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: bottom;
	text-decoration: underline;
}

.Text-head, .Entry-head,.Entry-head-missing {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
  padding-top: 3px;
  padding-left: 3px;
  
	float:left;
  width:250px;
  font-weight: bold;
  
}

.Entry-head {
	border-top: 1px solid #DDDDDD;
}

.Entry-head-missing {
	background-color: #FF9933;
	border-top: 1px solid #DDDDDD;
	 
}

.Text-data, .Entry-data, .Entry-data-missing {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
  padding-top: 3px;
  margin:0px 0px 0px 252px;
 /* height:20px; */
}

.Entry-data{
  border-top: 1px solid #DDDDDD;
}
 
.Entry-data-missing {
  border-top: 1px solid #DDDDDD;
	background-color: #FF9933;
	
}

.Entry-missing {
	background-color: #FF9933;
	padding-bottom: 3px;
}

.Entry-OK {	
	padding-bottom: 3px;
}


.Entry-missing-line {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #FF9933;
	border-top: 1px solid #DDDDDD;
	vertical-align: top;
	padding-bottom: 3px;
}


.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF00FF;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
}

img{
	border:0;
}


/*FORM {
	display: inline;
}  wg. Bootstrap loginseite*/




TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
	background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff00ff;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #000000;
	background-color: #f6f6f6;
}

A.headerNavigation {
	color: #000000;
}

A.headerNavigation:hover {
	color: #000000;
}

TD.conditions {
	background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
	background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #bbc3d3;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #F6F6F6;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #000000;
	height:17px;
	color: #ff00ff;
}

TD.infoBoxHeading_right {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #000000;
	height:17px;
	color: #ff00ff;
}

TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-right: 4px solid;
	background: #E6E6E6;
	border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #E6E6E6;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}


A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff00ff;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
	background: #f1f1f1;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align:center;
}
.parseTime {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align:center;
}
A.copyright {
	color: #000000;
}
A.copyright:hover {
	color: #0000ff;
	text-decoration: underline;
}


SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff00ff;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff00ff;
	text-decoration: line-through;
}
SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff00ff;
}

SPAN.productDiscountPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff00ff;
	font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-color: #E6E6E6;
	border: 1px solid;
	border-color: #E6E6E6;

}
.moduleRowOver {
	background-color: #D7E9F7;
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;

}



.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
	/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;
	background-color: #666666;
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff00ff; }

.tableShop {
	background-color: #ffffff;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #000000;
	background-image: url("../../shop/templates/xtc4/img/bg_left_column.jpg");
	width: 185px;
}
.navRight {
	border-color: #000000;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
	padding: 5px;
}

.poweredby {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.onepxwidth {
	width: 1px;
}



formAreaLeft
{
   float:left;
   width:200px;
   height:22px;
}

.formAreaRight
{
  margin:0 0 0 200px;
  height:22px;
}

/* -------------------------------*/

.area
{ 
  border:1px solid #E6E6E6;
  margin:5px 0pt;
  
}

.areahead
{
  margin:1px;
	background-color: #007F00;
	padding: 3px 2px 4px 4px;
}

.table
{
   width:100%;
   line-height:24px;
   border: 0px solid green;
      
}

.tablehead
{
   font-weight: bold;  
}

.tablegerade
{
 background:  none repeat scroll 0% 0% rgb(250, 250, 250)
}

.tableungerade
{
 background:  none repeat scroll 0% 0% #E6E6E6
}



.tablefooter
{
   font-weight: bold;  
}


/*-------------------------------------------------------------
   judoeventbox
---------------------------------------------------------------*/



div.Searchline {
}

div.Searchline div:nth-child(1) {
    float: left;
}
div.Searchline div:nth-child(2) {
    float: left;        
}

div.Searchline div:nth-child(3) {
    float: left;
    width: 70px;
    margin-right:8px;
}

div.Searchline div:nth-child(4) {
    float: left;    
}

div.Searchline div:nth-child(5) {
    float: left;
    width: 50px;
    margin-right:8px;
}

div.SearchResult {
  
}

div.SearchResult div.row:nth-child(odd) {
  wegbackground-color: #EFEFEF;    
}

div.SearchResult div.row:nth-child(even) {
  background-color: #ffffff;    
}

footer {
   border-top :1px dotted grey;    
   padding-top: 15px;
}

.bg-primary {
    color: #fff;
    background-color: #007f00;
    border-color: #007f00;
}

.btn-primary {
    color: #fff;
    background-color: #007f00;
    border-color: #007f00;
}

.btn-primary:hover, .btn-outline-primary:hover {
    color: #fff;
    background-color: #006300;
    border-color: #006300;
}


.btn-outline-primary {
    color: #007f00;
    border-color: #007f00;
}


.list-group-item.active, .list-group-item.active:hover{
     color: #000;
     background-color: #E7E7E7;
     border-color:  #E7E7E7;
}       


.navbar-default {
  background-color: #007f00;  
  color: #000;
}

.navbar-adlercup {
  background-color: #ff0000;  
  color: #000;
}


@media (max-width: 400px) {
.navbar-brand {
  padding-top: 0px;     
  color: #000000
  /*font-size: 21px;   */
  
}
}

@media (min-width: 401px) {
.navbar-brand {
  padding-top: 0px;     
  color: #FFFFFF
 /* font-size: 28px;   */
  
}
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.7);
}


.SelectBox,.Textfield 

{
  height: 38px;
  padding: 5px;   
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #EFEFEF inset;
  box-sizing: border-box;
  font-size: 1.05em;
  color: #2C2C2C;
  margin: 0 0 4px 0;
  text-align: left;
  font-family: UniversLTCYR-57Condensed, Arial, Helvetica, sans-serif;     
    
}
.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}


.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
}

.form-signin input[type="password"] {
    margin-bottom: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

h2
{
  margin-top: 2rem;  
  margin-bottom: 0.5rem;
}

.Matte {
  font-size: 24px;
  float:left;
  width:66px;
  height:66px;
  text-align: center;
  color:#000000;
  background-color:#FFFF00;
  border-style: solid;
  border-width: 15px;
  border-color:#0000FF;
  box-shadow: 4px 4px 2px #888;
  margin: 0 1rem 1rem 0;
}  

.MattenWrapper {
  background-color:#FFFFFF;
  border: 1px solid #e5e5e5;
  box-shadow: 5px 5px 3px #888;
  margin: 0 0 1.25rem 0;
}

.MattenHeaderWrapper {
  color:#FFFFFF;
  background-color:#888;
  height: 3.25rem;
}

.MattenHeader {
  font-weight: bold;
  margin: 0 0 0 1.25rem;
  line-height: 3.4rem;
}

.ErgebnisHeaderWrapper {
  color:#FFFFFF;
  background-color:#888;
 /* height: 5.25rem; */
}




@media (max-width: 576px) {
  .Siegerehrung {
  float: none !important;
}   

.ErgebnisHeader {
  font-weight: bold;
  margin: 0 0 0 1.25rem;
  line-height: 3.4rem;
  padding-bottom: 0.5rem;
}
}

@media (min-width: 577px) {
  .Siegerehrung {
  float: right !important;
}
.ErgebnisHeader {
  font-weight: bold;
  margin: 0 0 0 1.25rem;
  line-height: 5.6rem;
}
}

.GewichtsklasseWrapper {
 color:#808080; 
}

.GewinnerWrapper {    
  float:right;
  width:43px;
  margin-right:15px; 
}  

.Gewinner {      
  max-width:40px;
}

.Medaille1, .Medaille2, .Medaille3,.MedailleTN{
  margin: 0 0 0 0rem;
  padding: 0 0rem 0 0;
  border-style: solid;
  border-width: 0 0 0 10px; 
  height: 2reTeilnehmerFarbeRotm;
}

.Medaille1 {
  border-color: #FFD700; 
}

.Medaille2 {
  border-color: #C0C0C0; 
}

.Medaille3 {
  border-color: #CD7F32; 
}

.MedailleTN {
  border-color: #FFFFFF; 
}

.hoverDiv {background: #fff;}
.hoverDiv:hover {background: #f5f5f5;}

.TeilnehmerName {
 font-weight: bold;
} 

.TeilnehmerFarbeRot, .TeilnehmerFarbeBlau, .TeilnehmerFarbeSchwarz { 

vertical-align: middle;
 /*float:left;*/
}

.TeilnehmerFarbeRot {
 color:#FF0000; 
}

.TeilnehmerFarbeBlau {
 color:#0000FF;
}

.TeilnehmerFarbeSchwarz {
 color:#000000; 
}