@charset "utf-8";
/* CSS Document */

#price{
	text-align: center;
	position: relative;
	padding: 10px 5px 5px 5px;
	text-shadow: -2px -2px 4px #ffffff; 
	filter: dropshadow(color=#ffffff, offx= -2, offy=-2);
	}
	
.big {
	color: #fdc300;
  	font-size: 34pt;
}

.middle {
	color: #fdc300;
  	font-size: 20pt;
}

.mid {
	color: #fdc300;
  	font-size: 16pt;
}

.mx {
	color: #fdc300;
  	font-size: 14pt;
}

.small {
  	font-size: 7pt;
}

.old {
  	font-size: 16pt;
    color: #cc0041;
	text-decoration:line-through;
}

.setupprice {
  	font-size: 48pt;
    color: #cc0041;
}

#startprice{
	text-align: center;
	color: #ffffff;
	position: relative;
	background: url(../images/preis/bg_rot_start.png) repeat-x 0 0px;
	padding: 20px 5px 10px 5px;
	height: 200px;
	width: 184px;
	margin-top:0px;
	}
	
#redprice{
	text-align: center;
	color: #ffffff;
	position: relative;
	background: url(/images/preis/bg_rot.png) repeat-x 0 0px;
	padding: 10px 5px 10px 5px;
	}

.gr_halb {
  	font-size: 16pt;
}
	
.gr {
  	font-size: 32pt;
	text-shadow: -1px -1px 1px #000000; 
	filter: dropshadow(color=#000000, offx= -1, offy=-1);
}

/* .nav .nav-tabs */
#domain ul{
	height:22px;
}
#domain .nav {
  padding-left: 0;
  list-style: none;
}
#domain .nav > li {
  position: relative;
  display: block;
}
#domain .nav > li > a {
  position: relative;
  display: block;
  padding: 2px 5.5px;
}
#domain .nav > li > a:hover,
#domain .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
#domain .nav-tabs {
  border-bottom: 1px solid #ddd;
}
#domain .nav-tabs > li {
  float: left;
  margin-bottom: 5px;
}
#domain .nav-tabs > li > a {
  margin-right: 1px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
#domain .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
#domain .nav-tabs > li.active > a,
#domain .nav-tabs > li.active > a:hover,
#domain .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#domain .nav > li.disabled > a {
  color: #777;
}
#domain .nav > li.disabled > a:hover,
#domain .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

#domain .tab-content > .tab-pane {
  display: none;
}

#domain .tab-content {
	clear: both;
}

#domain .tab-content > .active {
  display: block;
}

/* table */ 
#domain .table .center {
	text-align:center;
}

#domain .table {
	border-collapse: collapse !important;
	width: 100%;
	max-width: 100%;
	text-align:left;
	margin-bottom:55px;
}

#domain .table > thead > tr:first-child  > th{
	border-top:none;
} 

#domain .table th.th_domain {
	vertical-align:middle;
	width:30%
}

#domain .table th.price {
	vertical-align:middle;
	width:20%
}

#domain .table th.description {
	vertical-align:middle;
	width:50%;
}

#domain .table > thead > tr > th,
#domain .table > tbody > tr > th,
#domain .table > thead > tr > td,
#domain .table > tbody > tr > td {
	padding: 5px 8px;
	border-top: 1px solid #ddd;
	font-weight:normal;
	line-height:1.6;
}

#domain .table > tbody > tr > td {
	height:40px;
}

#domain .table > tbody > tr:last-child > th {
	border-bottom:1px solid #ddd;
}

#domain .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	font-weight:bold;
	font-size:13px;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}

#domain .table-striped > tbody > tr:nth-child(odd) > td,
#domain .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f7f7f7;
} 

#domain .table-hover > tbody > tr:hover > td,
#domain .table-hover > tbody > tr:hover > th {
  background-color: #E2E2E2;
}


#domain .table > tbody > tr > td.Domain {
	font-size:14px;
	font-weight:bold;
}

#domain .table > tbody > tr > td.price {
	font-weight:bold;
}
	

