@charset "UTF-8";

/* generated */ 
html, body{ 
  text-align:center; 
  background-color: #cccccc; /*#F1F5FE;  /*FCFDFE; */
  background-attachment: scroll;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto; 
  clear:both;
  
} 
 
#pagewidth{
	width:960px;
	text-align:left;
	background-color:#ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	clear:both;
	line-height: 16px;
	height:auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
	background-image:url(pictures/background-shadow.gif);
    background-repeat: repeat-y;
    background-position: 50% 0px;  
} 

 
#header{
  position:relative;
  background-color:#cccccc;
  width:100%;
  z-index:150;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  height:86px;
  clear:both;
} 

#flash_header{
	position:relative;
	background-color:#cccccc;
	width:100%;
	z-index:1;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height:1%;
	height:250px;
}

#header_shadow{
	position:relative;
	background-color:#ffffff;
	background-image:url(pictures/header_shadow.gif);
    background-repeat: repeat-x;
	width:100%;
	z-index:1;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height:1%;
	height:10px;
}

 
#leftcol{
 width:10%; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
#leftcol_menu{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-right: 1%;
    padding-left: 2%;
 }
 
#twocols_menu{
 width:77%; 
 float:right; 
 position:relative; 
 }
 
#twocols{
 width:90%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:10%; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative;/*  wurde wegen versionsvergleich ausgeklammert */
 width:90%; 
 }
 
#footer{
   height:21px;
   background-color:#CCCCCC;
   clear:both;
} 
 
#footer_shadow{
   height:10px;
   background-color:#CCCCCC;
   background-image:url(pictures/footer_back.gif);
   background-repeat:repeat-x;
   clear:both;
} 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix {
   display: inline-block;
   background-color:#ffffff;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* Eingefügte CSSes */  
#trennlinie {
	background-image:url(pictures/div_line.gif);
	background-repeat:repeat-x;
	height: 1px; 
}

.standardtext {
	color: #314250; /*#283C69;*/
	padding: 10px;
	margin: 0px;
}

.standardtext_small {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

.standardtext a{
	color: #ffa000; /*#283C69;*/
}

.logo_color {
    color: #ffa000;
}

.text_position {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 40px;
	padding-left: 10px;
	display: inline-block;
}

h1{
	color: #ffa000; /*#ffaa16; /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
}

.headline_1 h1{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

h2{
	color: #314250; /*#334E86; /* #3C589B */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.headline_2 h2{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	padding-top:  0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

h3{
	color: #314250; /* gruenblau */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.headline_3 h3{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.bilderrand {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 2px;
	margin-top: 3px;
	text-decoration:none;
	border-color:#CCCCCC;
}

.bilderrand_s {
	margin-bottom: 6px;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 6px;
	text-decoration:none;
	border-color:#CCCCCC;
}

.bilderrand_foto {
	margin-bottom: 6px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 6px;
	text-decoration:none;
	border-color:#CCCCCC;
}

.pictureborder {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration:none;
	border-color:#ffaa16;
	border-width: thin;
}

.buttonborder {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 2px;
	margin-top: 3px;
	text-decoration:none;
	background-color: #eff2f5;
	border-color: #f1f4f6;
}


.liste_ueberschrift {
	color: #314250; /* gruenblau */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	list-style-image: url(pictures/work_li.png);
	list-style-type: none;
	list-style-position: outside;
	margin: 2px;
}

.table_cfg_1 {
   background-color:#d6dce1;
}

.table_cfg_2 {
   background-color:#ffffff;
}


.pos_cb {
	position:absolute;
	right: 350px;
}

.pos_cbp {
	position:absolute;
	right: 250px;
}

.pos_cp {
	position:absolute;
	right: 152px;
}

.pos_cpp {
	position:absolute;
	right: 55px;
}

.pos_lv {
    padding-left: 10px;
	left: 10px;
	color:#F2F2F2;
 	font-weight: bold;
}

.comp_table_cfg_1 {
   background-color:#cad9e6;
   display:block;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-left: 0px;
   padding-top: 5px;
   padding-bottom: 2px;
   padding-right: 10px;
   padding-left: 10px; 
   cursor:pointer;
}

.comp_table_cfg_2 {
   background-color:#f4f8fc;
   display:block;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-left: 0px; 
   padding-top: 5px;
   padding-bottom: 2px;
   padding-right: 10px;
   padding-left: 10px;
   cursor:pointer;
}

.comp_table_content {
   background: #f1f4f6 url(../SpryAssets/tabs_bg.gif);
   background-position: bottom;
   background-repeat: repeat-x;
   display:block;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-left: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 10px;
   padding-left: 10px;
   text-decoration:none; 
}
 
#top_table a{
	position:absolute;
	right: 30px;
	background:#f1f4f6;
	background-image: url(SpryAssets/button_select.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration:none;
	color: #ffffff; /* gruenblau */
	background-color: #CCCCCC;
} 

#shopping {
	width:260px;
	height:250px;
	left: auto;
	top: auto;
	background-color:#fefefe;
 	background-image: url(pictures/shopping_back.png);  
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
    overflow:hidden;
	z-index: 1;
	float:right;
}

#shopping .upgrade_toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #3c3b3a;
 	background-image: url(pictures/cadvilla-logo.gif) repeat-x;  
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 3px;
	text-align:left;
}

#shopping .shopping_toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #3c3b3a;
	/* background-color:#D8E2FD; */
	display: block;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 3px;
	text-align:right;
}
 
#shopping .shopping_priceinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ff9000;
	/* background-color:#D8E2FD; */
	display: block;
	margin-left: 35px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align:left;
} 

#shopping .shopping_priceinfo_instead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #939393;
    margin-left: 35px;
	margin-bottom: 15px;
	margin-top: 0px;
	display: block;
} 

#shopping .shopping_zusatzinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #b5b5b5;
    margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 15px;
	line-height:  14px;
    text-decoration:none;
	display: block;
} 

#shopping .shopping_button_leer {
	width:215px;
	height:30px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #cccccc;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 4px;
	text-align:left;
	line-height:  30px;
	display: block;
}

#shopping .shopping_backup {
	width:215px;
	height:30px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #b5b5b5;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align:left;
	line-height:  14px;
	display: block;
}

#shopping .shopping_upgrade {
	width:215px;
	height:30px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #a5a5a5;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align:left;
	line-height:  14px;
	display: block;
}

#shopping .shopping_upgrade a{
	color: #ffa000; /*#283C69;*/
} 

#shopping .shopping_button a{
	width:215px;
	height:30px;
	background-color:#aaaaaa;
	background-image: url(button/button_shopping.png);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 4px;
	text-align:right;
	line-height:  30px;
	display: block;
	text-decoration:none;
} 

#shopping .shopping_button a:hover{
	color: #fafafa;
} 

/* News Boxen - Anfang */
 .ro {
 background:url(pictures/rc_ro.png) top right no-repeat;
 margin:0;
 padding:0;
 }
  
 .lo {
 background:url(pictures/rc_lo.png) top left no-repeat;
 margin:0;
 padding:0;
 }
  
 .ru {
 background:url(pictures/rc_ru.png) bottom right no-repeat;
 margin:0;
 padding:0;
 }
  
 .lu {
 background:url(pictures/rc_lu.png) bottom left no-repeat;
 margin:0;
 padding:0;
 }

.news_inhalt {
	margin:0;
	padding: 3px 10px 10px 10px; /*0.2em 1em 1em 1em; */
}

.news_inhalt p {
	margin:0;
	padding:0;
}

.news_box_left {
	width:350px;
	height:auto;
	left: auto;
	top: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 2;
float:left;
}

.news_box_right {
	width:350px;
	height:auto;
	left: auto;
	top: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 2;
float:right;
}

/* News Boxen - Ende */

 /* Ende eingefügte CSSes */  
 
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
