html {
height: 100%;

}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C3EAFB;
	background-image: url(styles_FILES/bg_body.jpg);
	background-repeat: repeat-x;
	color: #111111;
	margin: 40px 0px 10px 0px;
	height: 100%;

}
h1 {
	font-size: 14px;
	color: #009EE0;
	border-bottom: 2px #009EE0 dotted;
	line-height: 20px;
}
.csc-header h1 {
	font-size: 12px;
	font-weight: bold;
	border: 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #EF7F00;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	background: url(styles_FILES/bg_button_orange.gif);
	height: 19px;
	padding-bottom: 1px;
	//padding: 0;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px #000000 solid;
/*	margin-top: 5px;*/
}

.clear {
	clear: both;
	visible: hidden;
}

.clear2 {
	clear: both;
	visible: hidden;
	//clear:none;	
	//padding-bottom:50px;
	
}

/* rahmen+schatten */
#border_top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	align: center;

}
#border_top_l {
	float:left;
	height: 21px;
	width: 21px;
}
* html #border_top_l {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.carcopy.com/fileadmin/carcopy/templates/img/border_top_l.png', sizingMethod='scale');
}
html>body #border_top_l {
	background: url(styles_FILES/border_top_l.png) no-repeat;
}
#border_top_main {
	float:left;
	height: 20px;
	width: 940px;
}
* html #border_top_main {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.carcopy.com/fileadmin/carcopy/templates/img/border_top.png', sizingMethod='scale');
}
html>body #border_top_main {
	background: url(styles_FILES/border_top.png) repeat-x;
}
#border_top_r {
	float:left;
	height: 21px;
	width: 21px;
}
* html #border_top_r {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.carcopy.com/fileadmin/carcopy/templates/img/border_top_r.png', sizingMethod='scale');
}
html>body #border_top_r {
	background: url(styles_FILES/border_top_r.png) no-repeat;
}
#container_shadow {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	align: center;
/*	height: 99%;*/
}

* html #container_shadow {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.carcopy.com/fileadmin/carcopy/templates/img/shadow1.png', sizingMethod='scale');
}
html>body #container_shadow {
	background: url(styles_FILES/shadow1.png)  repeat-y;
}

#border_bottom {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	align: center;

}
#border_bottom_l {
	float:left;
	height: 21px;
	width: 21px;
}
* html #border_bottom_l {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.carcopy.com/fileadmin/carcopy/templates/img/border_bottom_l.png', sizingMethod='scale');
}
html>body #border_bottom_l {
	background: url(styles_FILES/border_bottom_l.png) no-repeat;
}
#border_bottom_main {
	float:left;
	height: 20px;
	width: 940px;
}
* html #border_bottom_main {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.carcopy.com/fileadmin/carcopy/templates/img/border_bottom.png', sizingMethod='scale');
}
html>body #border_bottom_main {
	background: url(styles_FILES/border_bottom.png) repeat-x;
}
#border_bottom_r {
	float:left;
	height: 21px;
	width: 21px;
}
* html #border_bottom_r {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.carcopy.com/fileadmin/carcopy/templates/img/border_bottom_r.png', sizingMethod='scale');
}
html>body #border_bottom_r {
	background: url(styles_FILES/border_bottom_r.png) no-repeat;
}

/* Ende Rahmen+Schatten */

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	align: center;
/*	height: 99%;*/
	background-color: #ffffff;
}
#header {
	background-color: #ffffff;
	background: url(styles_FILES/bg_logo.jpg);
	background-repeat: repeat-x;
	height: 260px;
}
#logo {
	float: left; 
}
#languages {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#loginframe {
	height: 26px;
	background: url(styles_FILES/bg_login.gif);
	font-size: 11px;

}
#loginframe img {
	position: relative;
	margin-right: 5px;
	top: -1px;
}

#welcome {
	float: left;
	padding-top: 6px;
	padding-left: 20px;
	color: #ffffff;
}
#loginform {
	float: right;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	color: #ffffff;
}
#logintitle {
	float: left;
	padding-top: 6px;
}
#loginform input {
	float: left;
	border: 1px #000000 solid;
	font-size: 11px;
	text-indent: 6px;
	color: #000000;
	width: 70px;
	margin-left: 7px;
	margin-top: 4px;
}
/* Opera-Hack */
html:first-child #loginform input {
	width: 64px;
	padding-left: 6px;
}

#loginform input#loginsubmit {
	background: url(styles_FILES/bg_button_orange.gif);
	text-indent: -2px;
	width: 29px;
	height: 15px;
	padding-bottom: 1px;
	//padding: 0;
	color: #ffffff;
	font-weight: bold;
	margin-right: 9px;
	cursor: pointer;
	border: 0;
	margin-top: 5px;
}
/* Opera-Hack */
html:first-child #loginform input#loginsubmit {
	padding-left: 7px;
}
#loginform a:link, #loginform a:visited {
	float: left;
	padding-top: 6px;
	text-decoration: none;
}

#loginform a:hover {
	text-decoration: underline;
}

#headerpicture {
	//margin-right: -1px;
}

#mainmenu {
	line-height:normal;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 209px;
	height: 26px;
	padding: 0;

}
#mainmenu ul {
	margin: 0;
    padding: 0 0 0 13px;
	list-style: none;
}

#mainmenu li {
	float:left;
	background: url(styles_FILES/mmenu_background_l.gif) no-repeat left top;
	margin: 0 0px 0 2px;
	padding: 0 0px 0 5px;
}
#mainmenu a {
	float:left;
	display:block;
	background: url(styles_FILES/mmenu_background_r.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 0 2px 0 0;
	color: #000000;
	text-decoration: none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainmenu a {float:none;}
/* End IE5-Mac hack */

#mainmenu a:hover {
	text-decoration: underline;
}

#mainmenu #current {
	background: url(styles_FILES/mmenu_background_current_l.gif) no-repeat left top;
}
#mainmenu #current a {
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(styles_FILES/mmenu_background_current_r.gif) no-repeat right top;
}

#submenuframe {
	//margin-top: -2px;
	height: 26px;
	background: url(styles_FILES/smenu_background.gif) repeat-x;
}
#submenu {
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
}
#submenu img {
	float: left;
	margin-top: 7px;
}
#submenu a {
	float: left;
	display: block;
	color: #ffffff;
    padding: 5px 7px 3px 7px;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}

#submenu #current {
    padding-bottom: 8px;
	background: url(styles_FILES/smenu_background_current.gif) repeat-x;
}


#searchform img {
	position: relative;
	margin-right: 5px;
	top: -1px;
}
#searchframe {
	float: right;
	padding: 0;
	margin: 0;
	margin-right: 8px;
	color: #ffffff;
	height: 26px;
	background: url(styles_FILES/smenu_background.gif) repeat-x;
	font-size: 11px;
}
#searchform {
	padding: 0;
	margin: 0px;
}
#searchtitle {
	float: left;
	padding-top: 5px;
}
#searchform input {
	float: left;
	border: 1px #EF7F00 solid;
	font-size: 11px;
	text-indent: 6px;
	color: #000000;
	width: 70px;
	margin-left: 4px;
	margin-top: 4px;
}

#searchform input#searchsubmit {
	background: url(styles_FILES/button_los.gif);
	text-indent: -3px;
	width: 32px;
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 9px;
	cursor: pointer;
	border: 0;
	margin-top: 2px;
}
/* FF-/Opera-Hack */
html>body #searchform input#searchsubmit {
	padding-bottom: 2px;
}
#content {
	margin: 0px 0px 0px 0px;
	background: url(styles_FILES/background_rightframe.gif) repeat-y right;
	background-color: #ffffff;
	height: 100%;	
}


#main {
	float: left; 
	 /* removed because menu-overlapping */
	/*background: url(styles_FILES/bg_content.gif) repeat-x;*/
	line-height: 18px;
	width: 746px;
	padding-top: -14px;
	padding: 2px 4px 20px 11px;
	color: #111111;
}

/* Opera-Hack */
html:first-child #main {
	margin-top: 0;
}


body:nth-of-type(1) #main
{
	margin-top: 0;
}

/* Safari hack */
body:first-of-type #main
{
	margin-top: 0;
}

#breadcrumb {
	padding: 4px 0 0 0;
	margin: 0 0 3px 0;
	font-size: 11px;

}
#breadcrumb a {
	color: #EF8207;
}
#breadcrumb .seperator {
	color: #000000;
}
#main p {
	text-align: justify;
}
#main table tr th {
	text-align: left;
}
.error {
	border: 1px #ff0000 dotted;
	background-color: #F7F8F9;
	padding: 10px;
	margin: 10px;
}

.infotext {
	border: 1px #EF8207 dotted;
	background-color: #F7F8F9;
	padding: 10px;
	margin: 10px;
}
.time {
	font-size: 13px;
	font-weight: bold;
	align: right;
	margin-right: 6px;
}

#rightframe {
	float: left;
	margin-top: -14px;
	width: 166px;
	background: url(styles_FILES/shadow_rightframe.gif) repeat-y;
	background-color: #CCECF9;
	padding: 10px 3px 10px 10px;
}
#rightframe #shadow {
	float: left;
	position: absolute;
	background: url(styles_FILES/shadow_rightframe_top.gif) repeat-y ;
	left: 761px;
	width: 7px;
	top: 260px;
	height: 40px;
}

#AGBBOX{
position:relative;
width:100%;
height:200px;
border:1px solid #009EE0;
overflow:auto;
text-indent: 4px;
}

.box {
	border: 1px #009EE0 solid;
	border-bottom: 0;
	margin: 0 3px 0 3px;
	width: 158px;
	background-color: #ffffff;
	
}
.box .title {
	height: 21px;
	background: url(styles_FILES/boxes_title.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0px 0 4px;
	margin: 0;
}
.box .title img {
	position: relative;
	margin-right: 4px;
	top: -1px;
}

.box .main {
	padding: 4px;
}
.box .main img {
	margin-bottom: 6px;
}
.box .main a {
	text-decoration: none;
}
.box .main a:hover {
	text-decoration: underline;
}

.box .main ul {
	padding: 0 0 0 14px;
	margin: 0;
	font-size: 12px;
	color: #9C9E9F;
	list-style-image: url(styles_FILES/list_gray.gif);
}

.box .main ul li.sel {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	list-style-image: url(styles_FILES/list_black.gif);
}

.box .main ul.small {
	font-size: 10px;
	color: #9C9E9F;
	list-style-image: url(styles_FILES/list_gray_small.gif);
}

.box .main ul.small li.sel {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	list-style-image: url(styles_FILES/list_black_small.gif);
}


.boxbottom {
	height: 5px;
	margin: 0 3px 10px 3px;
	margin-top: -9px;
	background: url(styles_FILES/boxes_bottom.jpg) no-repeat left bottom;
}

html>body .boxbottom {
	height: 5px;
	margin: 0 3px 10px 3px;
	margin-top: -9px;
	background: url(styles_FILES/boxes_bottom.jpg) no-repeat left bottom;
	padding-bottom:7px;
}

#footer {
	height: 53px;
	background: url(styles_FILES/bg_footer.gif);
	color: #ffffff;
}
#footer_text {
	float: left;
	margin-top: 8px;
	margin-left: 18px;
	//margin-left: 10px;
	line-height: 16px;
	font-size: 11px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer_links {
	float: right;
	margin-top: 18px;
	margin-right: 18px;
	//margin-right: 10px;
	font-size: 11px;

}
#footer_links img {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

/* Button orange */
.button_orange ul.but {
	margin: 6px 0 0 0;
    padding: 0 0 0 0px;
	list-style: none;
}

.button_orange .but li {
	float:left;
	background: url(styles_FILES/button_orange_background_l.gif) no-repeat left top;
	margin: 10px 2px 0 2px;
	padding: 0px 0px 0 5px;
	height: 32px;
}
.button_orange .but a {
	float:left;
	height: 32px;
	display:block;
	background: url(styles_FILES/button_orange_background_r.gif) no-repeat right top;
	padding: 7px 7px 5px 2px;
	margin: 0 2px 0 0;
	color: #ffffff;
	text-decoration: none;
}
.button_orange .but img {
	margin-right: 3px;
}

.button_orange2 ul.but {
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	list-style: none;
}

.button_orange2 .but li {
	float:left;
	background: url(styles_FILES/button_orange_background_l.gif) no-repeat left top;
	margin: 0px 2px 0 2px;
	padding: 0px 0px 8px 5px;
	height: 32px;
}
.button_orange2 .but a {
	float:left;
	height: 32px;
	display:block;
	background: url(styles_FILES/button_orange_background_r.gif) no-repeat right top;
	padding: 7px 7px 5px 2px;
	margin: 0 2px 0 0;
	color: #ffffff;
	text-decoration: none;
}
.button_orange2 .but img {
	margin-right: 3px;
}

.smalltext {
	font-size: 10px;
	color: #9C9E9F;
}

.smalltext_blue {
	font-size: 10px;
	color: #009EE0;
	font-weight: bold;
}

#newsletter .name{
	float:left;
	font-size: 10px;
	color: #009EE0;
	font-weight: bold;
	margin-top:10px;
	//margin-top:-3px;
}
#newsletter .name input{
	border: 1px #009EE0 solid;
	width: 140px;
	height: 16px;
	text-indent: 4px;
	margin-top:2px;	
	font-weight: normal;
}

textarea{
	border: 1px #009EE0 solid;
	width: 316px;
	text-indent: 4px;
	margin-top:2px;	
	font-weight: normal;
}

#newsletter .email{
	float:left;
	font-size: 10px;
	color: #009EE0;
	font-weight: bold;
	margin-top:5px;
}
#newsletter .email input{
	border: 1px #009EE0 solid;
	width: 140px;
	height: 16px;
	text-indent: 4px;
	margin-top:2px;
	font-weight: normal;
}


#newsletter .vorwahl{
	float:left;
	font-size: 10px;
	color: #009EE0;
	font-weight: bold;
	margin-top:5px;
	margin-right:2px;
}
#newsletter .rufnummer{
	float:left;
	font-size: 10px;
	color: #009EE0;	
	font-weight: bold;
	margin-top:5px;
}

#newsletter .vorwahl input{	
	border: 1px #009EE0 solid;
	width: 50px;
	height: 16px;
	text-indent: 4px;
	margin-top:2px;	 
	font-weight: normal;
	
}
#newsletter .rufnummer input{
	border: 1px #009EE0 solid;
	width: 80px;
	height: 16px;
	text-indent: 4px;
	margin-top:2px;
	font-weight: normal;
}
#companydata .name{
	float:left;
	margin-top:5px;
}
#companydata .name input{
	border: 1px #009EE0 solid;
	width: 140px;
	height: 16px;
	text-indent: 4px;
	margin-top:2px;	
}
#companydata .vorwahl{
	float:left;
	margin-top:5px;

}
#companydata .rufnummer{
	float:left;
	margin-left:10px;
	margin-top:5px;
}

#companydata .vorwahl input{	
	border: 1px #009EE0 solid;
	width: 50px;
	height: 16px;
	text-indent: 4px;
	margin-top:2px;	 
	
}
#companydata .rufnummer input{
	border: 1px #009EE0 solid;
	width: 80px;
	height: 16px;
	text-indent: 4px;
	margin-top:2px;
}

#registration input#searchsubmit {
	background: url(styles_FILES/button_los.gif);
	text-indent: -3px;
	width: 32px;
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 9px;
	cursor: pointer;
	border: 0;
	margin-top: 2px;
}
/* FF-/Opera-Hack */
html>body #test input#searchsubmit {
	padding-bottom: 2px;
}

/* TYPO3-Spezifisch *

/* Hervorhebung Suchwörter in Seiten */
.csc-sword {
  font-weight: bold;
}

input#none_button {
 	background-color:#FFFFFF;
	text-indent: -45px;
	width: 112px;
	height: 22px;
	color: #EF7F00;
	cursor: pointer;
	border: 0;
	margin-top:-5px;
}

/* kontakt */

#contact {
	border: 1px #009EE0 solid;
}

#contact .title {
	text-align: left;
	font-weight: bold;
	background-color: #D3EBF6;
	padding: 2px 6px 2px 6px;
	margin-bottom: 8px;
	color: #009EE0;
}
#contact .title .text {
	float: left;
	width: 200px;
}
#contact .title .goto_top {
	float: left;
	margin-left: 464px;
	//margin-left: 334px;
	font-weight: normal;
	text-align: right;
}
#contact .picture {
	float: left;
	width: 130px;
	text-align: center;
}
#contact .info {
	float: left;
	width: 606px;
/*	margin-left: 6px;*/
	//border: 1px  #ffffff solid;
}
#contact .info .col1 {
	float: left;
	width: 176px;
	font-weight: bold;
	margin-top: 10px;
}
#contact .info .col2 {
	float: left;
	width: 430px;
	margin-top: 10px;
}
#contact .smalltext {
	padding: 6px;
	color: #000000;
}
#contact .button_orange ul {
	list-style: none;
	margin: 0 4px 4px -2px;
}
#contact .button_orange li {
	margin-bottom: 10px;
	//margin-bottom: -10px;
}

#contact .button_orange img {
	margin: 0 8px 0 0;
}

/* Kontakt-Formular */
#contactdata table {
	border: 1px #009EE0 solid;
}

#contactdata th {
	text-align: left;
	background-color: #D3EBF6;
	padding: 2px 6px 2px 6px;
	color: #009EE0;
}
#contactdata td {
	padding: 2px 6px 2px 6px;
}
#contactdata .info {
	color: #009EE0;
	font-size: 11px;
}
#contactdata .firstrow {
	padding-top: 10px;
}
#contactdata .lastrow {
	padding-bottom: 10px;
}
#contactdata input {
	border: 1px #009EE0 solid;
	width: 276px;
	height: 16px;
	text-indent: 4px;
}
#contactdata select {
	border: 1px #009EE0 solid;
	width: 278px;
	//width: 280px;
	//margin-left: 4px;
	height: 18px;
	//height: 22px;
}
#contactdata textarea {
	border: 1px #009EE0 solid;
	width: 328px;
	//width: 328px;
	//margin-left: -4px;
	height: 161px;
}
#contactdata #zipcode {
	width: 70px;
}
#contactdata #city {
	width: 149px;
}

#contactdata #row_zipcode {
	width: 74px;
}

#contactdata #row_city {
	width: 180px;
	//width: 279px;
}

#contactdata .buttons .button_orange ul {
	list-style: none;
}
#contactdata .buttons .button_orange li {
	margin-bottom: 5px;
	//margin-bottom: -5px;
}

#contactdata .buttons .button_orange li#button_send {
	margin-left: 114px;
}

#contactdata .buttons .button_orange img {
	margin: 0 8px 0 0;
}

/* Callback-Formular */
#callbackdata table {
	border: 1px #009EE0 solid;
}

#callbackdata th {
	text-align: left;
	background-color: #D3EBF6;
	padding: 2px 6px 2px 6px;
	color: #009EE0;
}
#callbackdata td {
	padding: 2px 6px 2px 6px;
}
#callbackdata .info {
	color: #009EE0;
	font-size: 11px;
}
#callbackdata .firstrow {
	padding-top: 10px;
}
#callbackdata .lastrow {
	padding-bottom: 10px;
}
#callbackdata input {
	border: 1px #009EE0 solid;
	width: 328px;
	height: 16px;
	text-indent: 4px;
}
#callbackdata select {
	border: 1px #009EE0 solid;
	width: 330px;
	//width: 332px;
	//margin-left: 4px;
	height: 18px;
	//height: 22px;
}
#callbackdata textarea {
	border: 1px #009EE0 solid;
	width: 328px;
	//width: 328px;
	//margin-left: -5pxpx;	
	height: 161px;
}
#callbackdata .col1 {
	float: left;
	width: 156px;
	font-weight: bold;
	margin-top: 10px;
}
#callbackdata .col2 {
	float: left;
	width: 120px;
	margin-top: 10px;
}

#callbackdata .buttons .button_orange ul {
	list-style: none;
}
#callbackdata .buttons .button_orange li {
	margin-bottom: 5px;
	//margin-bottom: -5px;
}

#callbackdata .buttons .button_orange li#button_send {
	margin-left: 110px;
}

#callbackdata .buttons .button_orange img {
	margin: 0 8px 0 0;
}

/* Partnerbörsen */
html>body #vehiclepartners #headline{
  		border-top:1px #009EE0 solid; 
		border-left:1px #009EE0 solid;
		border-right:1px #009EE0 solid;
		border-bottom:1px #009EE0 solid;
		
		margin-left:-1px;		
		margin-top:-3px;		
		width:733px;
		
		text-align: left;
		background-color: #D3EBF6;		
		color: #009EE0;
		padding: 2px 0 2px 6px;
		font-weight:bold;
		position:relative;		
 }
* html #vehiclepartners #headline{
  		border-top:1px #009EE0 solid; 
		border-left:1px #009EE0 solid;
		border-right:1px #009EE0 solid;
		border-bottom:1px #009EE0 solid;
		
		margin-left:-2px;		
		margin-top:1px;		
		width:733px;
		
		text-align: left;
		background-color: #D3EBF6;		
		color: #009EE0;
		padding: 2px 0 2px 6px;
		font-weight:bold;
 }
 
 
#vehiclepartners #item{
		float:left;
		border:1px #009EE0 solid;
		margin-left:-1px; 
		margin-top:-1px;
		width:147px;
		height:45px;
		text-align:center;		
}
#vehiclepartners table {
/*	border: 1px #009EE0 solid;*/
	background-color: #009EE0;
	border-spacing: 1px;
	width: 739px;
}

#vehiclepartners th {
	text-align: left;
	background-color: #D3EBF6;
	padding: 2px 6px 2px 6px;
	color: #009EE0;
}
#vehiclepartners th .titletext {
	float: left;
	width: 200px;
}
#vehiclepartners th .goto_top {
	float: left;
	margin-left: 464px;
	//margin-left: 334px;
	font-weight: normal;
	text-align: right;
}
#vehiclepartners th a {
	font-weight: normal
}
#vehiclepartners td img {
 width: 147px;
}
#vehiclepartners td {
	background-color: #ffffff;
}





#rightframe .csc-header {
 height: 21px;
 background: url(styles_FILES/boxes_title.gif) repeat-x;
 color: #ffffff;
 padding: 5px 0px 0 4px;
 margin: 0;
 border:1px solid #009EE0;
}

#rightframe .csc-header h1 {
 color:#ffffff;
 margin:-2px;
 padding:0px;
 font-weight: bold;
}

#rightframe .csc-menu {
 margin-top:0px;
 padding-top:0px;
 background-color:#ffffff;
 padding:3px 5px;
 border:1px solid #009EE0;
 border-top:0px;
}

#rightframe .csc-menu li {
 list-style: none;
}

#webproduktvergleich {
}

#webproduktvergleich th,
#webproduktvergleich td {
	text-align:left;
	margin:0px;
	padding:0px;
	border-spacing:0px;
}

#webproduktvergleich tr.even {
	background-color:#CCECF9;
}

#webproduktvergleich tr.odd {
	background-color:#FFFFFF;
}

#webproduktvergleich tr.mainpoint th {
	font-size:14px;
	text-align: justify;
}

#webproduktvergleich tr.subpoint th {
	border-left:1px solid #009EE0;
}

#webproduktvergleich tr.subpoint th {
	padding-left:3px;
}

#webproduktvergleich .pointspacer .td {

}

#webproduktvergleich tr.subpoint td.center {
	text-align: center;
	font-weight:bold;
}
