/*
Theme Name:  Twenty Fourteen Child
Theme URI:   https://mett-t.com/twentyfourteen-child
Author:      Joerg Landmann
Author URI:  http://rappcon.de/
Template:    twentyfourteen
Version:     1.0.0
Description: Assition to standard twenty fourteen theme
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twenty_fourteen_child

*/


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.post-navigation,
.image-navigation,
.comments-area {
max-width: 100%;
}

blockquote.alignleft {
	margin:0px;
	padding:0px;
	
}

.nobordertable { 
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
	cellspacing:0px;
	cellpadding:0px;
	}
.nobordertable td { 
	border-collapse:collapse;
	border-width:0px 0px 0px 0px;
	cellspacing:0px;
	cellpadding:0px;
	}
.nobordertable tr { 
	border-collapse:collapse;
	border-width:0px 0px 0px 0px;
	cellspacing:0px;
	cellpadding:0px;
	}
.nobordertable tr td { 
	border-collapse:collapse;
	cellspacing:0px;
	cellpadding:0px;
	}

.tablists {
  position: relative;   
  min-height: 1500px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tablist {
  float: left;
}
.tablist label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tablist [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  margin-top: 22px;
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #ccc; 
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

.shieldtable {
	font-size: 16px;
	margin:0px;
	padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.shieldtable a {
	color: #24890d;
	text-decoration: none;
}
.shieldtable a:focus {
	outline: thin dotted;
}

.shieldtable a:hover,
.shieldtable a:active {
	outline: 0;
}

.shieldtable a:active,
.shieldtable a:hover {
	color: #41a62a;
}
.shieldtable table {
  border-collapse: collapse;
  border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.shieldtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.shieldtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.shieldtable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.shieldtable tr:last-child td:first-child {
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.shieldtable tr:hover td{ 
	background-color:#ffffff;
}
.shieldtable td {
	vertical-align:middle;
	background-color:#e5e5e5;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.shieldtable tr:last-child td {
	border-width:0px 1px 0px 0px;
}
.shieldtable tr td:last-child {
	border-width:0px 0px 1px 0px;
}
.shieldtable tr:last-child td:last-child {
	border-width:0px 0px 0px 0px;
}
.shieldtable tr:first-child td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	
	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.shieldtable tr:first-child:hover td {
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	
	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	background-color:#cccccc;
}
.shieldtable tr:first-child td:first-child {
	border-width:0px 0px 1px 0px;
}
.shieldtable tr:first-child td:last-child {
	border-width:0px 0px 1px 1px;
}

#productbody {
	margin:0px;
	padding:0px;
	width:100%;
}

#productleft {
	margin:0px;
	padding:0px;
	width:50%;
	float:left;
}

#productright {
	margin:0px;
	padding:0px;
	width:50%;
	float:left;
}

#productbottom {
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
