html
{
  background-color: white;
}

body, html
{
  font-family: sans-serif;
  font-size: 11px;
  background-color: #FFFFFF;
  padding-bottom: 20px;
  background-image: url(../images/body_background.png);
  background-repeat: repeat-x;
  background-position: 0% 0%;
  color: #535353;
}



div.upload_preview
{
  margin-bottom: 10px;	
}

p.list
{
	display:block;
  margin: 10px;
  margin-left: 30px;
  margin-bottom: 0px;
}
div.overview p.list
{
	margin-left: 17px;
}


a:hover.arrow, a:active.arrow, a:focus.arrow
{
  text-decoration: underline;
}

p.hinweis
{
  font-size: 11px;
}

p.info
{
  font-size: 11px;
  color: #333;
}

p.copyright
{
  color: #666666;
  float: right;
}

p.forward a,
p.back a
{
  background-image: url(../images/arrow-grey-small.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 10px;
  color: #666666;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block;
}

p.back
{
  margin: 0;
}

p.back a
{
	background-image: url(../images/arrow-grey-small-back.png);
}

div.page_bottom_border
{
	margin: auto;
  width: 800px;
  /*border-bottom: 1px solid #EEEEEE;*/
  /*border-right: 1px solid #EEEEEE;*/
  border-left: 1px solid #F9F9F9;
  background-color: transparent; 
  background-image: url(../images/page_bottom_border.png);
  background-position: 0 100%;
  background-repeat: repeat-x;
  padding-bottom: 3px;
  padding-right: 2px;
}

div.page_bottom_border.shop
{
  width: 955px;
}

div.page_right_border
{
  width: 800px;
  /*background-color: white;*/
  background-image: url(../images/page_border.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
  padding-bottom: 3px;
  padding-right: 3px;
}

.shop div.page_right_border
{
  width: 955px;
}

div.page
{
background-color: white
}

div.head
{
  background-color: #FFFFFF;
    float: left;
    width: 100px;
}

img.header
{
  vertical-align: bottom;
  width: 100%;
}

#headernav
{
  padding: 6px 0 5px;
  float: right;
}

#headernav ul,
#headernav li
{
  display: inline;
}

#headernav li
{
  background: url('../images/trennstrich.png') no-repeat 0 50%;
  padding-left: 5px;
}

#headernav li.first
{
  background-image: none;
}

#headernav a
{
  text-decoration: none;
  color: #6E6F70;
  padding: 0 8px;
}

#headernav a:hover
{
  color: #c30a37;
}

#headernav .sozialmedia, #headernav .sozialmedia a
{
  padding: 0;
}

#headernav .sozialmedia img {
    margin: -4px 5px -6px 0;
}

div.infobar
{
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 12px;
  
}

div.infobar ul li
{
  display: inline;
  margin-left: 20px;
  width: 400px;
}

div.infobar ul li a
{
  background-image: url(../images/arrow-grey-small.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 10px;
  color: #666666;
}

div.content
{
  background-color: white;
  padding: 30px;
  position: relative;
  clear: both;
  margin-bottom: 10px;
  zoom: 1;
}

.shop div.content
{
  padding: 15px;
}

div.above_content
{
  background-color: white;
  background-image: url(../images/userpanel_background.png);
  background-repeat: repeat-x;
  background-position: 0% 100%;
  padding-left: 15px;
  padding-right: 30px;
  clear: both;
}

div.cms
{
  margin-bottom: 20px;
  zoom: 1;
}

div.karte
{
  text-align: center;
}

div.contentbox
{ 
*zoom: 1;
}

div.contentbox_justify_spacearound
{
  display: flex;
  justify-content: space-around;
}


p.requiredfield
{
  float: right;
  width: 15%;
  text-align: right;
  font-size: 11px;
  color: #666;
}

/* MEINEABOS */

div.contracts
{
  border: solid 1px #DADBDC;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  zoom: 1;
}

div.customer_product-reportLoss div.contracts,
div.customer_product-terminate div.contracts
{
  margin-top: 30px;
  margin-bottom: 20px;
}


div.contracts div.left
{
  float: left;
  width: 340px;
}

div.contracts div.right
{
  float: right;
  width: 340px;
}

div.personal_data div.left
{
	float:left;
	width: 338px;
	padding-right: 22px;
	margin-bottom: 10px;
}
div.personal_data div.right
{
	/*left;*/
	width: 338px;
	margin-bottom: 10px;
}

#legal_agent
{
	margin-bottom: 10px;
}

div.contracts h1
{
  margin-bottom: 10px;
}
div.contracts h2
{
  font-size: 17px;
  margin-bottom: 10px;
}
div.contracts h3
{
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: normal;
}

div.contracts p
{
  /*margin-bottom: 1.5em; wird das benutzt?*/
}

table.contracts tr
{
  height:23px;
  font-size:12px;
}

table.contracts tr.price,
table.contracts tr.price th,
table.contracts tr.price td
{
  height:50px;
  font-size: 13px;
  font-weight: bold;
}

table.contracts tr.price th,
table.contracts tr.price_change th
{
	vertical-align: middle;
}

table.contracts span
{
  margin-right:10px;
  font-size:12px;
}

table.contracts tr.price span
{
  font-size:11px;
}


p span
{
  font-size: 11px;
}

div.left-border
{
  float: left;
  width: 318px;
  border: solid 1px #DADBDC;
  padding: 20px;
}

div.right-border
{
  float: right;
  width: 318px;
  border: solid 1px #DADBDC;
  padding: 20px;
}

div.contracts-height
{
  height: 120px;
}

div.emphasize h3.legal_agent
{
  margin-bottom: 0px;
}

div.emphasize h3.legal_agent
{
  margin-bottom: 0px;
}

div.application-legal input
{
  vertical-align: text-top
}

div.application-legal label
{
  width: 670px;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-top;
}

div.application-legal ul.error-list label
{
  vertical-align: top;
  color:#c30a37;
  margin-left: 0px;
  display: inline;
  width: inherit;
  font-size: inherit;
}

div.application-legal label span
{
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}

div.application-legal .contentbox
{
  margin-top: 20px;
  margin-bottom: 20px;
}

/* STARTSEITE */

div.productlist
{
  /*background-color: #E4E4E4;
  border: solid 1px #B00035;
  padding: 20px;
  height: 295px;
  width: 318px;
  float: left;
  margin-bottom: 20px;
  background-image: url(../images/productlist-bg.png);
  background-repeat: repeat-y;*/
}

div.login,
div.productlist
{
	height: 295px;
  background-color: #E4E4E4;
  border: solid 1px #C2C4C5;
  padding: 20px;
  background-image: url(../images/login-bg.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  overflow:hidden;
}

div.business_partner_customer
{
  border: solid 1px #DADBDC;
  padding: 20px;
  margin-bottom: 20px;
  overflow:hidden;
}
div.business_partner_customer
{
  width: 696px;	
}

div.productlist
{
	float: left;
  width: 318px;
}

div.productlist h1,
div.productlist h2
{
  margin-bottom: 15px;
}

div.productlist h3
{
  margin-top: 15px;
}
/*
div.productlist a
{
  color: white;
  background-image: url(../images/arrow-white-big-red-box.png);
  font-size: 13px;
  padding-bottom: 2px;
}
*/

div.productlist ul
{
  margin-bottom: 20px;
}

div.productlist ul li
{
  display: block;
  border-top: solid 1px #D94D78;
  padding: 2px 0 2px 0;
}

div.productlist ul li.last
{
  border-bottom: solid 1px #D94D78;
}

div.productlist ul li a
{
  color: white;
  display: block;
  font-weight: bold;
  padding: 3px 3px 3px 30px;
  background-image: url(../images/arrow-white-big.png);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  margin-bottom: 0px;
}

div.productlist ul li a span
{
  font-weight: normal;
  font-size: 11px;
  display: block;
}

div.productlist ul li a:hover, div.productlist ul li a:active, div.productlist ul li a:focus
{
  background-color: #A00030;
}


div.home-index div.login
{
  padding: 20px;
  height: 295px;
  width: 318px;
}

div.login h1
{
  margin-bottom: 15px;
}

div.login form
{
  padding-top: 10px;
  position: relative;
  *zoom:1;
}

div.login p.access
{
  line-height: 18px;
  margin-top: 25px;
}

div.login div.button-container
{
  float:right;
}

div.sfGuardAuth-signin div.login div.button-container
{
	position: absolute;
  right: 0;
  bottom: 14px;
}

div.login form
{
  padding-top: 0px;
}

div.login div.form
{
  width: 322px;
}

div.sfGuardAuth-signin div.login div.form
{
	width:205px;
}

div.login div.form p
{
  line-height:normal;
  margin:0;
}

div.login input#signin_username, 
div.login input#signin_password,
div.login input#signin_captcha_value,
div.login input#password_username,
div.password_request-content input#password_username
{
  width: 200px;
  padding: 2px;
  font-size: 12px;
  color: #666;
}
img#captcha
{
  margin: 1px;	
}
span#captcha_new_image_link
{
	color: #c30a37;
}

div.login input#signin_username
{
  /*margin-bottom:20px;*/
}

div.login table.data-display
{
  margin-bottom:5px;
}

div.login a.password-reset
{
  color: #666;
  font-size: 11px;
  float: right;
  padding-top:2px;
}

div.login label a:hover, div.login label a:focus, div.login label a:active
{
  color: #c30a37;
}

ul.arrow-list li
{
  line-height: 22px;
}


/* PRODUCTNAVI */
div.productnavi
{
  background-color: #E4E4E4;
  width: 328px;
  float: left;
  *zoom: 1;
  border: 1px solid #C3C4C6;
  padding: 15px;
  background-image: url(../images/productnavi-background.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  height: 170px;
}

div.productnavi ul
{
  width: 160px;
  float: left;
  padding-left: 4px;
  font-size: 12px;
}

div.productnavi ul li
{
  padding: 2px 0 2px 0;
}


div.productnavi ul li a
{
  padding: 5px;
  color: #545454;
  font-weight: bold;
  background-image: url(../images/arrow-grey.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 16px;
  display: block;
}

div.home-productList .cms
{
  border: solid 1px #DADBDC;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
}

div.schnellkontakt
{
  position: relative;
  height: 250px;
}

div.advantage
{
  position: relative;
}

div.advantage img
{
  position: absolute;
  right: 5px;
  bottom: 0px;
}

div.advantage ul li
{
  padding: 5px;
  background-image: url(../images/point-red-big.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  padding-left: 16px;
  display: block;
}

div.advantage ul li span
{
  font-weight: bold;
}

table.contracts tr.price_change,
table.contracts tr.price_change th,
table.contracts tr.price_change td
{
  font-size:11px;
}
table.contracts tr.price_change th
{
  background-image: url(../images/attention.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 18px;
  margin-bottom: 4px;
}


table.block td,  /*data-entry ??*/
table.block th
{
	/*display:block;*/
}

div.submit-container
{
  float: left;
  padding-right: 30px;
}
div.cancel-container
{
  float:left;	
}

div.password_request-content div.button-helper,
div.photo-cut-out div.button-helper
{
    background: none;
}

div.sfGuardAuth-resetPassword div.login div.button-helper a.button:before
{
    background-color: #f2f2f2;
    content: " ";
    height: 20px;
    margin-left: -2px;
    position: absolute;
    width: 2px;
}


div.button-link-container
{
  background:url("../images/button_grey_left_part.png") no-repeat scroll 0 0 transparent;
  height: 20px;
  padding-left: 1px;
  display: inline-block;
}
div.button-link-container a
{
  background:url("../images/button_grey_right_part.png") no-repeat scroll 100% 0 transparent;
  padding-left: 10px;
  padding-right: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 11px;
  overflow: visible;
  width: auto;
  color: white;
  font-weight: bold;
  border: none;
  text-align: left;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0px;
}
div.home-productList div.right
{
  width: 348px;
}

h3.termination
{
	display: inline-block;
	padding-right: 63px;
}
table.data_transfer tr caption, 
table.data_transfer tr th
{
  vertical-align: top;
  width: auto;
}
div.right_password_padding
{
	padding-top: 24px;
}

span.day_hidden,
span.month_hidden,
table.contracts span.day_hidden,
table.contracts span.month_hidden
{
  color: grey;
  margin-right: 0px;
  margin-left: 0px;
}

select.date-part.years
{
  width: 80px;
}

div.day_month_disabled_day
{
  float:right;
}
div.upload_file_show
{
  margin-bottom: 10px;
}
div.upload_file_show a
{
  text-decoration: underline;
}
