@charset "utf-8";
/*        CSS Steuerungsdatei Darstellung       */
/*   										     */
/*       copyright by IGD Manfred Roettger      */
/*        http://www.manfred-roettger.de        */
/* Entfernung des Copyrights ist nicht zulässig */
   
/* Basics */
body {
	margin:0;
	padding:0;
	font-family:verdana, sans-serif;
}

/* Background Settings */
#Container {
	margin: 0 auto;
	padding: 0; 
	width: 100%; 
	background:#ffffff ; 
	font-size: 12px; 
	font-style:normal;
}
#Container a {
	text-decoration: none; 
	color:#000;
}
#Container a:hover {
	text-decoration: underline; 
	color:#1f3d6f;
}

/* Container Basics Settings */
#ContentCont {
	margin: 0 auto; 
	width: 90%; 
	overflow: hidden; 
} 

/* Top Page settings */
#HeadCont {
	margin-top: 10px; 
	overflow: hidden; 
	position:relative;  
	
}
#LogoCont {
	width: 100%;
	height:320px; 
	float: left;  
	text-align:left; 
	background: url("http://www.informatik-grafik-design.de/kundendaten/schwarzenberger/ebayheaderGueter-gross.jpg");
	
}
#LogoCont p {
	font-size: 30px; 
	color: #1f3d6f; 
	text-transform: uppercase; 
}

/* Long Text */

div.tab:not(:target) div.content, div.tab:target div.show, div.tab div.hide {
    display: none;
	width:550px;
}
 
div.tab:target div.content, div.tab:target div.hide {
    display: block;
	width:550px;
}
        
	

/* Navigation Settings */
#NavCont {
	height: auto; 
	overflow: hidden; 
	text-align: center; 
	background: linear-gradient( #F8F8F8, #919191); 
	background: -moz-linear-gradient(top, #f8f8f8 0%, #919191 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #919191));
	background: -webkit-linear-gradient(top, #f8f8f8, #919191);
	background: -o-linear-gradient(top, #f8f8f8, #919191);
	background: -ms-linear-gradient(top, #f8f8f8, #919191);
	background: linear-gradient(to bottom, #f8f8f8, #919191);
}
div#NavCont ul {
	display: inline-block;
	list-style:none; 
	padding:0; 
	margin:0;
}
div#NavCont li {
	display: inline-block; 
}
div#NavCont li a {
	display: inline-block;
	float:left;
	padding: 12px 22px 16px 22px; 
	margin:0;
	text-decoration:none; 
	font-weight:bold;
	color:#1f3d6f; 
	font-size: 15px;
}
div#NavCont li a p {
	color:#1f3d6f; 
	padding:0; 
	margin:0;
}
div#NavCont li a:hover {
	color:#828891; 
	text-decoration:none; 
	font-weight:bold;
}
div#NavCont li:first-child a {
	color:#1f3d6f; 
	text-decoration:none;
}
div#NavCont li:first-child a:hover {
	color:#828891; 
	text-decoration:none; 
	font-weight:bold;
}
div#NavCont li a:hover p {
	color:#1f3d6f;
}



/* Container Settings */
.Main {
	height: auto; 
	background:#f8f8f8; 
	margin: 0 auto; 
	overflow: hidden; 
	border-bottom: 22px solid #1f3d6f; 
	margin-bottom: 5px; 
	text-align:left; 
}
#copy {
	width: 90%;
	height: auto; 
	margin: 0 auto; 
	overflow: hidden;  
	font-size: 11px; 
	text-align:right; 
	margin-bottom: 5px;
}


/* Container Middle Settings */

#Middle {
	float: left; 
	width:60%; 
	height:auto; 
	padding: 1%;
	margin: 1%;
}

.midContent {
	font-size:14px;
	float: left; 
	width:100%; 
	height:auto;
	text-align: left;
}

.midContent p {
	text-align: left;
}

.midContent strong {
	color: #1F3D6F;
}

.midContent h1 {
	font-size: 16px; 
	color:#000; 
	padding-left: 5px;
}

.midTheme {
	float: left; 
	width:100%; 
	height:30px; 
	margin: 5px 0; 
	color: #1f3d6f; 
	text-align:center; 
	font-size:15px; 
	font-weight: bold;
	padding-top: 15px; 
	padding-left: 5px; 
}

.midTheme p {
	padding: 0 5px; 
	margin: 0;
}

/* Boxes Right - Left Settings */
#Left, #Right {
	float: left; 
	font-size:11px; 
	position:relative; 
	z-index: 1500;
	width: 18%; 
	height:auto; 
}

.lContent {
	float: left;  
	width:100%; 
	height:auto; 
	margin-bottom: 10px; padding-bottom: 5px; 
	background: #f2f2f2; 
}

.rContent {
	float: left;  
	width:100%; 
	height:auto; 
	margin-bottom: 10px; padding-bottom: 5px; 
	text-align:center; 
	background: #f2f2f2; 
}

.lContent p, .rContent p  {
	padding: 7px; 
	margin: 0;
	text-align: center;

}

.lContent strong, .rContent strong {
	color: #828891;
	font-size: 12px;
}

.blue strong{
	color: #1f3d6f;
	font-size: 12px;
}

.lContent h1, .rContent h1{
	color:#000; 
	padding-left: 5px;
}

.lContent img {
	margin: 1px;
}

.lTheme {
	float: left; 
	width:100%; 
	min-height:30px;
	background:linear-gradient( #F8F8F8, #919191); 
	background: -moz-linear-gradient(top, #f8f8f8 0%, #919191 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #919191));
	background: -webkit-linear-gradient(top, #f8f8f8, #919191);
	background: -o-linear-gradient(top, #f8f8f8, #919191);
	background: -ms-linear-gradient(top, #f8f8f8, #919191);
	background: linear-gradient(to bottom, #f8f8f8, #919191);
	margin: 5px 0; 
	color: #1f3d6f; 
	font-weight:bold;
	text-align:left;  
	font-size:15px;  
}

.rTheme {
	float: left; 
	width:100%;
	min-height:30px; 
	background:linear-gradient( #F8F8F8, #919191); 
	background: -moz-linear-gradient(top, #f8f8f8 0%, #919191 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #919191));
	background: -webkit-linear-gradient(top, #f8f8f8, #919191);
	background: -o-linear-gradient(top, #f8f8f8, #919191);
	background: -ms-linear-gradient(top, #f8f8f8, #919191);
	background: linear-gradient(to bottom, #f8f8f8, #919191);
	margin: 5px 0; 
	color: #1F3D6F; 
	font-weight:bold; 
	text-align:center;  
	font-size:15px;  
	
}

.lTheme p, .rTheme p {
	margin: 5px 0; 
	padding: 0 10px;
	text-align: center;
}


/* Gallery Settings */
#pic-gallery {
	position: relative; 
	z-index:1000;
	width: 100%; 
	margin:0 10px; 
	padding:5px 4px;
}
#pic-galleryPreview {
	float: right; 
	width: auto;
	margin: 0; 
	padding: 0;
	position: relative; 
	left: -50%; 
	text-align: left;
}
#pic-galleryPreview ul {
	list-style: none; 
	position: relative; 
	left: 50%;
	width: 100%; 
	height:auto;
	margin: auto; 
	padding: 0;
	text-align:center;
}
#pic-galleryPreview li {
	display:block; 
	float: left;
	width: 100px; 
	height:95px;
	padding: 0; 
	margin: 5px;
}
#pic-galleryPreview a {
	display:table-cell;
	width: 90px; 
	height:75px;
	margin: 0; 
	padding: 0;
	text-align:center;
	vertical-align: middle;
	border: solid 5px #f4f4f4;  
	background:#f4f4f4;
}
#pic-galleryPreview img {
	max-height:75px; 
	max-width:80px;
	margin: 0; 
	padding: 0;
	border:none;
}

/* IE8 Specials */	
.lte-ie8 img {
	width:80px !important; 
	height:75px;
}
.lte-ie8 ul {
	margin: 0 !important;
	width: 660px !important;
}

#pic-galleryPreview a:hover {
	border: 5px solid #f4f4f4;
}

#pic-galleryFull {
	float: left;
	height: auto; 
	width: 100%;
	text-align:center;
}
#pic-galleryFull img {
	max-width: 94.6%; 
	max-height: 500px;
	margin: 5px;
	border: solid 10px #f4f4f4; 

}

/* IE8 Specials */
.lte-ie8-full img {
	max-height: 100% !important;
	width: 500px !important;
}

#pic-galleryPreview a * {
	vertical-align: middle;
}
	
/* Categorie Settings */
#CatCont {
	float: left; 
	margin: 0; 
	padding: 0; 
	list-style:none;
}
#eBayCat {
	float: left;
	width: 95%; 
	margin: 4px;
}
#eBayCat ul {
	float: left; 
	margin: 0; 
	padding: 0;
}
#eBayCat ul li {
	list-style: none;
}
#eBayCat a {
	text-decoration:none !important;
	padding: 1px 5px;
}
	
ul.cat-tree {
	float: left; 
	margin: 0; 
	padding: 0; 

}
ul.cat-tree li {
	list-style: none; 
	position: relative; 
	float:left; 
	display:block; 
	height: auto; 
	min-height:27px;
	color:#303030; 
	font-weight:bold; 
}
ul.cat-tree li:first-child {
	border-top: 1px solid #c1c1c1;
}
ul.cat-tree li a {
	display:block; 
	padding: 5px 5px 5px 20px; 
	margin: 0;
	background:;
	border-bottom: 1px solid #aaaaaa;	
	font-weight:bold; color:#303030 !important;
}
ul.cat-tree li a:hover {
	background:; 
	border-bottom: 1px solid #aaaaaa; color:#ae0107 !important;
}

/* Menu Level one */

#Menu{}

.MenuItem a {
background: #f4f4f4; 
line-height: 38px; 
color: #668a8a; 
padding-left:12px;  
text-decoration: none; 
display: block;
border-top: 1px;
border-bottom: 1px;
}

.MenuItem a:link, .MenuItem a:visited, .MenuItem a:active {
color: #668a8a; 
text-decoration: none;
}

.MenuItem a:hover {
color: #668a8a; 
font-weight:bold;
}

.MenuItem .aktiv {
color: #668a8a !important;
}


span.navpop span {
display:none;
border: 5px;
}

span.navpop:hover span, span.navpop:active span {
display:block
}


/* @media */





@media (max-width:767px){
.hidden-xs{
display:none !important;
}

#copy {
	font-size: 8px;
	
}

#ContentCont {
width: 100%; 
}
div#NavCont li {
	width: 100%
}

#Left, #Right {
	width: 96%;
	padding: 1%;
	margin: 1%;
}

#Middle {
	width: 98%;
}


#LogoCont {
background: url("http://www.informatik-grafik-design.de/kundendaten/schwarzenberger/ebayheaderGueter-xs.png");
height:121px; 
}

#HeadCont{
	height:121px; 
}

.rContent, .rTheme {
	text-align: left;
}

.rContent p, .rTheme p {
	text-align: left;
}

}





@media (min-width:768px) and (max-width:991px){
.hidden-sm{
display:none !important;
}

#copy {
	font-size: 9px;
	
}

#ContentCont {
width: 98%; 
}
div#NavCont li {
	width: 100%
}

#Left, #Right {
	width: 96%;
	padding: 1%;
	margin: 1%;
}

#Middle {
	width: 98%;
}



#LogoCont {
background: url("http://www.informatik-grafik-design.de/kundendaten/schwarzenberger/ebayheaderGueter-sm.jpg");
height:160px; 
}

#HeadCont{
	height:160px; 
}

.rContent, .rTheme {
	text-align: left;
}

.rContent p, .rTheme p {
	text-align: left;
}

}


@media (min-width:992px) and (max-width:1199px){
.hidden-md{
display:none !important;
}

#copy {
	font-size: 10px;
	
}

#Left {
	width: 25%;

}

#Right {
	width: 96%;
	padding: 1%;
	margin: 1%;
}

#Middle {
	width: 70%;
}

#LogoCont {
background: url("http://www.informatik-grafik-design.de/kundendaten/schwarzenberger/ebayheaderGueter_md.jpg");
height:175px;
}

#HeadCont{
	height:175px; 
}

}


@media (min-width:1200px) and (max-width:1499px) {
	.hidden-lg{
		display:none !important;
	}
	
#LogoCont {
background: url("http://www.informatik-grafik-design.de/kundendaten/schwarzenberger/ebayheaderGueter-lg.jpg");
height:216px; 
}

#HeadCont{
	height:216px; 
}	
	
}
@media (min-width:1500px) and (max-width:2000px){
	.hidden-till-xl{
		display:none !important;
		}
}

@media (min-width:2001px) and (max-width:6000px){
	.hidden-till-xxl{
		display:none !important;
		}
		
		#LogoCont {
		background: url("http://www.informatik-grafik-design.de/kundendaten/schwarzenberger/ebayheaderGueter-gross.jpg")no-repeat ;
		background-position: center;
		}
		
		
		#HeadCont {
			background-color: #f8f8f8;
			background:linear-gradient( #fff, #F8F8F8); 
		}
}
