/*
 *
 * Allgemeines Zeug
 *
 */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/rga_Datentechnik-Background_red.gif") ##EEEEEE;
  
  background: url("images/rga_Datentechnik-Background_grey.gif") #EEEEEE;
  background: #EEEEEE;
}


html {
  height: 100%;
}

body, table {
	/*font-family: Broadway;  Test Schriftart */
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	
}

img {
  border: none;
}

/*fieldset {
  padding: 5px;
}*/

a,
a:hover,
a:visited,
a:active {
  color: #7A1F1A;
  color: black;
}

font {
  line-height: 1.2em;
}



/*
 *
 * COMMON
 *
 */

.l {
	text-align:left;
}

.r {
	text-align:right;
}

.c {
	text-align:center;
}

.j {
	text-align:justify;
}

.hide {
	display:none;
}

.floatDummy {
	clear:both;
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
	display: block;
}



/*
 *
 * Global Layout
 *
 */

#globalwrap {
	margin: 5px auto 5px auto;
	text-align: left;
	width: 770px;
	border: solid 0px black;
}



/*
 *
 * Page Header
 *
 */

#pageHeaderwrap {
	background: url("images/muengstener_bruecke_Header.gif") #D99177;
	height: 75px;
}

h1#pageHeader span {
	display: none;
}

h1#pageHeader a {
	display:block;
	width: 347px;
	height:50px;
	position: relative;
	text-decoration: none;
	color: #164072;
	top: 15px;
	left: 422px;
	
}



/*
*
*   MainmenuPlain Menü
*
*/
ul#mainmenuplain {
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	
}

ul#mainmenuplain li {
	background: none;
	display:inline;
	position: relative;
	float: center;
	list-style-type: none;
	padding: 0 6px;
	height:15px;	
	
}

ul#mainmenuplain li.first {
}
ul#mainmenuplain li.rgafirst {
}
ul#mainmenuplain li.rgamiddle {
}
ul#mainmenuplain li.rgalast {
}

ul#mainmenuplain a  {	
	color: #FFFFFF;
	font-size: 10px;
  text-decoration: none;
}

ul#mainmenuplain a:hover {
  text-decoration: underline;
}

ul#mainmenuplain a.active {
	text-decoration: underline;
}


/*
 *
 * Menu Layout
 *
 */

.mainmenuwrap a {
  text-decoration: none;
  color: #7A1F1A;
}

.mainmenuwrap .ebene1 a.activ {
  text-decoration: underline;
}

.mainmenuwrap .ebene2 a.activ {
  text-decoration: underline;
}
 
.mainmenuwrap ul {
	padding				: 0 0 0 5px;
	list-style-type		: none;
}

.mainmenuwrap ul a {
	color: #FFFFFF;
	font-size: 7.5pt;
  text-decoration: none;
}

.mainmenuwrap ul a:hover {
  text-decoration: underline;
}


.mainmenuwrap .ebene1 {
  font-weight: bold;
  margin: 15px 0 1px 0;
  _margin: 15px 0 2px 0;
}

.mainmenuwrap .ebene2 {
  font-weight: normal;
  margin: 5px 0 0px 0;
  _margin: 5px 0 2px 0;
}

.mainmenuwrap li.rgafirst {
	/*background: yellow;*/
}

.mainmenuwrap li.rgamiddle {
	/*background: aqua;*/
}

.mainmenuwrap li.rgalast {
	/*background: pink;*/
}





/*
 *
 * Submenu
 *
 */
 
#submenuwrap {

}
 
#submenuwrap ul{
	padding				: 0 0 0 10px;
	list-style-type		: none;
}

/*
 *
 * Page Footer Menu
 *
 */
 
ul#footermenu li {
	display:inline;
	float: center;
	list-style-type: none;
	padding: 0 10px;

}

ul#footermenu a  {	
	color: black;
	font-weight: bold;
	text-decoration: none;
}

ul#footermenu a:hover {
	color: grey;
}

ul#footermenu a.active {
	text-decoration: underline;

}



/*
 *
 * Page Body
 *
 */
 
#pageBodywrap {
  padding: 0px;
  padding-top: 10px;
	margin: 0px;
	height: 100%;
	min-height: 650px;
}



/*
 *
 * Content 2 Col
 *
 */
.pageBodywrap_2col {
  background: url("images/rga_Datentechnik-2col_Background.gif") repeat-y  #FFFFFF;
}
 
#leftwrap_2col {
	float: left;
	width: 120px;
	padding: 5px;
	margin: 0;
}

#contentwrap_2col {
	width: 615px;
	float: left;
	padding: 5px;
	margin: 0 5px 0 5px;
}

#contentwrap_2col table {
  width: 614px;
}


/*
 *
 * Content 3 Col
 *
 */
.pageBodywrap_3col {
  background: url("images/rga_Datentechnik-3col_Background.gif") repeat-y  #FFFFFF;
  
}
 
#leftwrap_3col {
	width: 130px;
	height: 100%;
	padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
	margin: 0;
	margin-top: -15px;

}


#contentleft_3col {
  margin-left:140px;
  margin-right:0;
}

#contentwrap_3col {
  float:right;
  width:480px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;

	/*
  height: 100%;
  width: 490px;
	padding: 20px;
	margin: 0px 0px 0px 120px;*/
	
}

#contentwrap_3col h1 {
  color: #001B92;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#contentwrap_3col h2 {
  color: #001B92;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-top: 5px;
}

#contentwrap_3col table {
  width: 470px;
}


#rightwrap_3col {
  float:right;
  width:120px;
  padding: 2px 5px 5px 5px;
  color: #FFFFFF;
  height:100%;
  margin-left: 10px; 
  
  /*color: #FFFFFF;
	float: right;
	width: 120px;
	height: 100%;
	padding: 2px 5px 5px 5px;
	margin: 0;*/
}




/*
 *
 * CONTENTSTYLE
 *
 */
 
/*h2 {
  font-size: 13pt;
  font-weight: normal;
}
*/
.news_more {

}
.line {
  color:#4C70CF;
}
.lineClear {
  color:#4C70CF;
  clear: both;
}
.clearBoth{
  clear: both;
  /*clear: both;*/
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
  margin-top: 10px;
}




.contentstyle p {
  padding: 5px 0 5px 0;
  line-height: 125%;
}

.contentstyle ol{
  padding: 5px 0 5px 40px;
}

.contentstyle ul{
  padding: 5px 0 5px 20px;
}

.contentstyle blockquote{
  padding: 5px 0 5px 20px;
}

.contentstyle ul li{
  background: url("images/rga_Datentechnik-ul.gif") no-repeat 0 3px #FFFFFF;
  list-style-type: none;
  padding: 0 0 0 20px;  
}

.csc-header {
  margin: 20px 0 5px 0;
} 

.csc-header-n1 {
  margin: 0px 0 5px 0;
} 

.csc-frame-frame1 {
  background-color: #EDEBF1;
  border: 1px solid #333333;
  margin-top: 3px;
  margin-bottom: 3px;   
  padding: 5px !important;
}

.csc-frame-frame2 {
  background-color: #F5FFAA;
  border: 1px solid #333333;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px !important;
}

.csc-frame-invisible {
  display:none;
}

.csc-textpic {
  margin: 5px 0 5px 0;
}
.csc-textpic-clear {
  height: 10px;
}

.csc-textpic-center {
  text-align:center;
}

.rga-frame-50 {
  margin-top: 3px;
  border-bottom: solid 2px #D99177;
}
/*
.rga_seitenueberschrift {
  color: #7A1F1A;
  font-size: 16pt;
}
*/


/*
 *
 * PAGEFOOTER
 *
 */

#pageFooter {
	background: /*url(images/footer.jpg)*/ #9BD3EC;
	width: 100%;
	margin: 0px 0px;
	margin-top: 0px;
	padding: 0px 0px;
	color: black;
	border-top: solid 1px black;
	display:none;
}
#pageFooterTop {
	display: block;
	width: 100%;
	text-align:center;
	/*padding-top: 14px;*/
	font-size: 10pt;
}
#pageFooterBottom {
	text-align:center;	
/*	padding-top: 28px;
	_padding-top: 14px;*/
	
	padding: 4px 0;
	font-size: 9pt;

}



/*
*
*   Breadcrumb Menü
*
*/
#breadcrumbwrap {
  display: none;
}






/* 
*
* default styles for extension "tt_news"
* 
*/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #FFFFFF;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	/*border:1px solid #333;
	background-color:#BBE53A;*/
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:0px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK,
.news-latest-gotoarchive A:VISITED,
.news-latest-gotoarchive A:HOVER {
	color:#fff;
	color:black;
}

.news-latest-gotoarchive A {
	color:#fff;
}

.news-latest-container H3 A:LINK,
.news-latest-container H3 A:VISITED,
.news-latest-container H3 A:HOVER {
	/*color:#fff;*/
	color: black;
	padding-left:2px;
}
.news-latest-container H3 A:HOVER {
	/*color:#fff;*/
	color: black;
	padding-left:2px;
	text-decoration: underline;
}
.news-latest-container H3 A {
  text-decoration: none;
	color:#fff;

}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border: 0px solid #666;
	background-color:#FFFFFF;
	 border-bottom: solid 1px #D99177;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:0px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,
.news-latest-morelink,
.news-latest-category {
	font-size:9px;
}

.news-latest-date {
	float: right;
	color: black;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #FFFFFF;
	}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:left;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
/*
  border:1px solid #000;
	background-color:#BBE53A;
	*/
	
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	/*border:1px solid #666;
	background-color:#FFFFFF;*/

  border-bottom: solid 1px #FFE0CE;
  border-bottom: solid 1px #D99177;
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#FFFFFF;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	/*border-bottom: 1px solid #769024;
	background-color: #769024;*/
}
.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED,
.news-list-container H3 A:HOVER {
	/*color:#fff;*/
	color: black;
	padding-left:2px;
}
.news-list-container H3 A:HOVER {
	/*color:#fff;*/
	color: black;
	padding-left:2px;
	text-decoration: underline;
}
.news-list-container H3 A {
  text-decoration: none;
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: black;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #FFFFFF;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:0px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#FFFFFF;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	/*background-color: #BBE53A;
	border:1px solid #666;*/
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:0px solid #666;
	background-color:#FFFFFF;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: black;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	font-size: 10.5pt;
	color: #7A1F1A;
}



.news-single-img {
	float: right;
	margin-left:5px;
  border: 0px;
}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#FFFFFF;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#FFFFFF;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#FFFFFF;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}





/* 
*
*   S i t e m a p
* 
*/

.tx-flseositemap-pi1 ul{
  /*list-style-type: none;*/
  padding: 0 0px;
}

.tx-flseositemap-pi1 ul{
  /*list-style-type: none;*/
  margin: 0 20px;
}

.tx-flseositemap-pi1 .deep0 {
  margin: 0 0 0 20px;
}

.tx-flseositemap-pi1 .deep1 {
  margin: 0 0 0 40px;
}

.tx-flseositemap-pi1 .deep2 {
  margin: 0 0 0 60px;
}




/*KONFIGURATION tt_products*/


/*LIST*/
.tt_products_item_list{
}

h2.item_single_product_title  {
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;
}

.products_single_content {

}

.item_single_image {
  * margin-top: 10px;
  margin-right: 5px;
  float: left;
}

.item_list_image {
  * margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  display:block; 
}

.item_list_image:after {
   content:"clear"; 
   clear:both; 
   display:block; 
   height:0; 
   overflow:hidden; 
   visibility:hidden; 
}

.item_single_image_note_wrap {
  overflow:hidden;
}

.subheader {
  margin-top: 20px;
  margin-left: 80px;
}

.product_note_single {
  /*clear: both;*/
}
.product_note_list {
  /*float: right;*/
  margin-top: 10px;
  overflow:hidden; 
}

.details_shop {
  line-height: 1.7;
  float: right;
  width: 125px;
  height: 75px;
  text-align: left;
  margin-left: 10px;
  /*padding-bottom:5px;
  padding-right:10px;
  */
}
.details_shop_warenkorb{
  /**margin-left:-230px;*/
  width:115px;
  height:20px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

.product_note {
  float: none;
}
.floatDummy {
  clear: right;
}
.text_mwst {
  font-size:0.9em;
}

/*SINGLE*/
.tt_products_item_single_display{

}

.single_details_shop {
  line-height: 1.7;
  width: 125px;
  height: 75px;
  text-align: left;
  margin-left: 10px;
  margin-top: 60px;
  /*padding-bottom:5px;
  padding-right:10px;
  */
}
.single_details_shop_table {

}

.single_details_shop_warenkorb{
  * margin-left:-10px;
  margin-top: 5px;  
  width:125px;
  height:25px;
}


/*Warenkorb*/

#button_basket {
  width: 25%;
}
.button_basket {
  width: 25%;
}
#quantity {
  width: 10%;
}
.quantity {
  width: 10%;
}
#product {
  width: 40%;
}
.product {
  width: 40%;
}
#product_numb {
  width: 10%;
}
.product_numb {
  width: 10%;
}
#price {
  width: 15%;
  vertical-align: middle;
  text-align:right
}
.price {
  width: 15%;
    vertical-align: middle;
  text-align:right
}
#total {
  width: 20%;
  vertical-align: middle;
  text-align:right
}
.total {
  width: 20%;
  vertical-align: middle;
  text-align:right
}
/*FORMULAR ANSCHRIFTEN anpassen*/

.billing_address label{
  display: block;
  float: left;
  width: 150px;
}
.billing_address input{
  display: block;
  /*float: right;*/
}
#billing_zip {
  display: inline;
  float: left;
  margin-right: 5px;

}
#billing_city {
  margin-left: 210px;
  margin-top: -13px;
  * margin-top: -13px;
  * width: 138px;  
}

.delivery_address label{
  display: block;
  float: left;
  width: 150px;
}
.delivery_address input{
  display: block;
  /*float: right;*/
}
#delivery_zip {
  display: inline;
  float: left;
  margin-right: 5px;

}
#delivery_city {
  margin-left: 210px;
  margin-top: -12px;
  * margin-top: -12px;
  * width: 138px;  
}

legend {
  color: #000000;
}
