@charset "utf-8";
body {
    background: #fff url(../images/bg.gif) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
    margin: 0;
    padding: 0;
    text-align: center;
	margin-bottom: 10px;
}

#container {
  	width: 900px;
   	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
   	text-align: justify; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		background: url(../images/bg_teaser.gif) no-repeat top left;		
}

#cRight 
{
	float: right;
	margin-left: 50px;
}

#rss {
    margin: 0 auto;
    width: 900px;
	text-align: left;
	margin-top:100px;
        }


.box, .boxQuote, .boxNews
{
	background:url(../images/bg_box_contact.gif) top left no-repeat;
	width: 230px;
	padding: 15px;
	color: #757575;
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 40px;
}


.box h2, .boxQuote h2, .boxNews h2
{
	font-size:16px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.box h3, .boxQuote h3, .boxNews h3
{
	font-size:12px;
	margin-top: -3px;
	margin-bottom: 2px;
}

.boxQuote
{
	background:url(../images/bg_box_quote.gif) top left no-repeat;
	text-align: left;
}

.boxNews
{
	background:url(../images/bg_box_news.gif) top left no-repeat;
}

.boxQuote span
{
	text-align: right;
	font-style: italic;
	display: block;
	margin-bottom: 15px;
	color: #757575;
}

.boxQuote img
{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.boxQuote a
{
	font-weight: bold;
}

#head {
   	height: 113px;
}

#nav {
	padding-top: 79px;
}

#subnav {	
	background: url(../images/bg_submenu.png) no-repeat;
	width: 500px;
	height: 28px;
	padding: 3px 10px;;
	margin-left: 240px;
}

#subnav2 {	
	background: url(../images/bg_submenu5.png) no-repeat;
	width: 500px;
	height: 28px;
	padding: 3px 10px;;
	margin-left: 255px;
}

#content {
	margin: -3px 0;
}

#teaser {
		min-height: 303px;
		height: auto !important;
		height: 303px;
		margin-bottom: 20px;
		text-align: left;
}

a {
	color: #505050;
}

a:hover {
	color: #9b142d;
	text-decoration: underline;
}

#nav a.menuActive {
	background:url(../images/linkActiveTop.png) top repeat-x;
	color: #9b142d;
	margin: 0;
}

#teaser #subnav a.menuActive {
	color: #9b142d;
}

#teaser #subnav2 a.menuActive {
	color: #9b142d;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #505050;
	font-size: 16px;
	margin: 0 4px;
	line-height: 30px;
	float: left;
	display: block;		
}

#nav a:hover {
	color: #9b142d;
	text-decoration: none;
}

#teaser #subnav a {
	text-decoration: none;
	font-weight: bold;
	color: #505050;
}

#teaser #subnav a:hover {
	color: #9b142d;
}

#teaser #subnav2 a {
	text-decoration: none;
	font-weight: bold;
	color: #505050;
}

#teaser #subnav2 a:hover {
	color: #9b142d;
}

p, span, #teaser p {
	color: #333;
}

#teaser p, #teaser span {
	color: #fff;
	font-size: 14px;
}

#teaser li {
	color: #fff;
}

h1 {
	color: #9b142d;
	font-size:18px;
	margin-top: 0;
}

* html h1 {
	margin-top: -50px;
}

h1.noSubnav {
	margin-top: -25px;	
}



#teaser h1 {
	color: #fff;
	margin-top: 15px;
}

#teaser h1.noSubnav{
	margin-top: 35px;
}

h2, #teaser h2 {
	color: #9b142d;
	font-size:14px;
	margin-top: 2em;
}

#teaser h2 {
	color: #fff;
}

h3, #teaser h3 {
	color: #9b142d;
	font-size:12px;
	margin-top: 2em;
}

#teaser h3 {
	color: #fff;
}

#teaser a {
	color: #fff;
	text-decoration: underline;
}

#teaser a:hover {
	color: #ccc;
}

ul {
	padding-left: 7px;
	margin-left: 10px;
}

li {
	list-style: square;
}

.button, .inputButton {
	color: #fff;
	background: url(../images/bg_button.gif) #9b142d top repeat-x;
	font-weight: bold;
	border: 1px solid #9b142d;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}

.button:hover, .inputButton:hover {
	color: #ccc;
	background-image: url(../images/bg_button_o.gif);	
}

form
{
	margin: 0;
	padding: 0;
}

legend
{
	color: #505050;
	font-weight: bold;
}

input, textarea, select
{
	width: 190px;	
	margin: 2px;
	border: solid #000 1px;
	background: url(../images/bg_input.gif) #fff bottom repeat-x;
	margin: 5px 0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

input[type="hidden"] /* funktioniert nicht im IE, der zu fixende Bug tritt aber auch im IE nicht auf */
{
	display: none;
	visibility: hidden;
}

input[type="radio"]
{
	width: auto;
}

input[type="checkbox"]
{
	width: auto;
}

textarea, select { width: 245px; }


label {
	float: left;
	text-align: right; 
	padding-right: 1em; 
	width: 105px;
	border: none;
	font-weight: bold;
}

.labelBlank {
	font-weight: normal;
	width: auto;
	text-align: left;
	float: none;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #9b142d;
}

.smallText {
	font-size: 10px;
	line-height: normal;
}

.screenshot
{
	clear: left;
}

.screenshotImg
{
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	/*background: url(../images/bg_screenshot.gif) bottom repeat-x;*/
	border: 0;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: url(..images/zoom.cur), pointer;
}

a.buttonRight, a.buttonLeft
{
	background:url(../images/b_right.png) top left no-repeat;
	display: block;
	width: 165px;
	height: 23px;
	text-align: center;
	color: #505050 !important;
	text-decoration: none !important;
	font-weight: bold;
	position: absolute;
	margin-left: 170px;
	padding-top: 1px;
}

a.buttonLeft
{
	background:url(../images/b_left.png) top left no-repeat;
	float: left;
	margin: 0;
}

a.buttonRight:hover, a.buttonLeft:hover {
 background:url(../images/b_right_o.png) top left no-repeat;
 color: #9b142d !important;
}

a.buttonLeft:hover {
	background:url(../images/b_left_o.png) top left no-repeat;
}

.textsmall, #copyright {
	margin-top:30px;	
	font-size: 11px;
	text-align: center;
	width:450px;
}

.facebook {
	margin-top:20px;	
	float: left;
	width:450px;
}

div.product_box{
	margin:25px 13px 10px 0px;
	width:280px;
	height:150px;
	
	border:1px solid #d8d8d8;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	
	position:relative;
	float:left;
}
div.product_box:hover{
	background-color:#f7f7f7;
}
div.product_box h1{
	color:white;
	font-size:0px;
	margin:10px 0px 0px 10px;
}
div.product_box span.img{
	height:57px;
	width:57px;
	display:block;	
	position:absolute;
	top:-10px;
	right:-10px;
}
div.product_box span.lager{
	background:url(../images/vk_Lager_logo.png) no-repeat;
}
div.product_box span.retour{
	background:url(../images/vk_Retour_logo.png) no-repeat;
}
div.product_box span.mobil{
	background:url(../images/vk_Mobil_logo.png) no-repeat;
}
div.product_box span.edit{
	background:url(../images/vk_Edit_logo.png) no-repeat;
}
div.product_box span.report{
	background:url(../images/v_report_logo.png) no-repeat;
}
div.product_box span.crm{
	background:url(../images/v_crm_logo.png) no-repeat;
}
div.product_box span.zahlungserinnerung{
	background:url(../images/v_zahlungserinnerung_logo.png) no-repeat;
}
div.product_box span.buchungsexport{
	background:url(../images/v_buchungsexport_logo.png) no-repeat;
}
div.product_box p{
	padding:10px;
}
a.noStyle{
	color:inherit;
	text-decoration:none;	
}
div.product{
	margin:10px 300px 10px 20px;
	border-bottom:1px solid #ddd;
}
div.product div.buy{
	float:right;	
	font-size:18px;
}
div.product h3{
	font-size:18px;
	font-weight:normal;
	color:#000;
}
div.product div.buy a{
	font-size:12px;
}
.bUpdate{
	width:16px;
	border:0;
}
div#basket{
	float:right;	
	width:165px;
	height:23px;
	margin-right:50px;
	line-height:23px;
	font-weight:bold;
	font-size:12px;
	background:transparent url(../images/warenkorb.png) no-repeat;
}
div#whiteout{
	background-color:#fff;
	margin-top:1px;
	padding:15px 10px 10px 30px;
	min-height: 315px;
	height: auto !important;
	height: 315px;
	color:#000;
}
div#whiteout h1, div#whiteout h2, div#whiteout h3{
	color:#9b142d;
}
div#whiteout a:link,div#whiteout a:visited, div#whiteout p, div#whiteout span{
	color:#000;
}
div#whiteout input[type=image]{
	margin:0;
}
div#whiteout table{
	width:700px;
}
div#whiteout table tr:nth-child(2n){
	background:#f0f0f0;
}
div#whiteout table tr.white{
	background:#fff;
}
.forumline{
	border:2px solid #ae485b;
	margin:10px auto;
	padding:2px;
}
.forumline tr:first-child{
	background:#ae485b;
	color:#fff;
}
.btn_warenkorb{
	background:transparent url(../images/b_warenkorb.png) no-repeat;
	width:165px;
	height:23px;
	text-indent:-9999px;
	display:inline-block;
}
/* 360° Ansicht */
#gallery{
	height:322px;
	width:500px;
	overflow:hidden;
	position:relative;
	z-index:10;
	background:#fff url(../images/ajax-loader.gif) center no-repeat;
	/*border:1px solid #000;*/
}
#gallery:hover{
	cursor:pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}
#gallery.zoomed:hover{
	cursor:pointer;
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
}
#gallery img{
	display:block;
	position:absolute;
}
h2.offset{
	/*display:block;
	position:absolute;
	top:0px;
	right:10px;	
	z-index:99;*/
	background-color:rgba(255,255,255,0.5);
	height:25px;
	line-height:25px;
	width:140px;
	text-align:center;
}

.clear
{
	clear: both;
}
