/* DATEI: unilux.css */
html {

}
body { 
	margin:0; 
	padding:0;
	color:#666666;
	font-family: Verdana;
	font-size:10px;
	line-height:14px;
	
}
#top_body {
	background-color:#AAAAAA;
}
table {
	/*color:#032A6F;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}
table td {
	padding: 3px;
}
#uebersicht td {
	height:35px;
	padding: 3px 7px;
	font-size:10px;
}
#uebersicht th {
	background-color: #ddd;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding: 3px 7px;
	color:#000;
	font-weight:normal;
	cursor: pointer;
}

input, select {
	margin:2px;
	border:1px solid #ccc;
    color: #444444;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding: 3px;
}
input {
	border-radius: 2px;
    box-shadow: 3px 3px 5px #EEEEEE;
}
.page {
	margin: 0 auto;
	width:1140px;
	background-color:#FFF;
}
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
img {
    vertical-align: text-bottom;
}
button, input[type=button], input[type=submit] {
    background: -moz-linear-gradient(center top , #CCCCCC 0%, #CCCCCC 50%, #CCCCCC 51%, #CCCCCC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 2px;
    box-shadow: 3px 3px 5px #AAAAAA;
    color: #990066;
    cursor: pointer;
    font-weight: bold;
	height:auto;
    margin: 0 5px;
    padding: 5px 15px;
}
#loading-image {
	width: 55px;
	height: 55px;
	position: fixed;
	top: 270px;
	left: 200px;
	z-index: 1;
	display:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}
.bauteilaufbau {
	width:505px!important;
}
.serviceList {
    margin: 10px 0;
    padding-left: 15px;
}
.property_left {
    clear: both;
    float: left;
    width: 235px;
}
.energieversorger-left {
	clear:both;
	width:240px;
	float:left;
}

.energieversorger-right {
	width:390px;
	float:left;
}
.febis_logo{
	background-image: url('../images/logo.gif');
	background-repeat:no-repeat;
	float:left;
	height: 60px;
    width: 215px;
}
.caparol_logo{
	background-image: url('../images/logoCP.png');
	background-repeat:no-repeat;
	float:right;
	/*margin-left:600px;*/
	height: 100px;
    width: 100px;
}	
.caparol_header {
	clear:both;
	background-image: url('../images/header.jpg');
	background-repeat:no-repeat;
	height: 180px;
    width: 100%;
}
.header_top {
	padding-top:6px;
	padding:12px 0px 15px;
	font-weight:bold;
	font-size:18px;
	width:1140px;
}
table .sort-header  {
   cursor: pointer;
}
table .headerSortDown, table .headerSortUp {
	 background-color: #032A6F;
	 color: #fff;
}
tbody tr.odd td {
    background-color: #F0F0F6;
}
.service {
	float:left;
	width:210px;
	padding:8px;
	margin-right:10px;
	border:#EBEBEB 1px solid ;
}
.service .text03{
	font-size:10px;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:14px;
}
.hinweise {
	float:left;
	width:220px;
	padding:5px;
	margin-right:10px;
}
.logo {
	float:right;
	margin-right:10px;
}
.button {
	color:#666666;
	border:none;
	margin:2px 0;
	height:20px;
	font-size:12px;
	padding:5px 0;
	display:block;
}
a.button:link, a.button:visited {
	text-decoration:none;
}
a.button:hover
 {
	color:#990066;
}
.massnahme {
	margin-left:30px;
}
h1 {
	font-size:24px;
	color: #000;
	font-family: "VAGRoundedStd-Bold",Verdana;
	font-weight:normal;
	line-height:28px;
}
h3 {
    float: left;
    width: 180px;
    padding-right: 10px;
}
.text01 {
	font-size:8px;
}
.text02 {
	font-weight:normal;
}
.text02b {
	font-weight:bold;
	font-size: 10px;
	color: #000000;
}
.text03 {
	font-size:14px;
	font-weight:normal;
}
.text04 {
	font-size:14px;
	color: #000000;
	margin-bottom:15px;
	line-height:20px;
}
.text05 {
	border-bottom: 1px solid #000000;
	font-weight:bold;
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 15px;
	clear:both;
	width: 500px;
}
.checkbox {
	margin: 3px 10px 0 0;
}
.link {
	float:right;
	margin-top: 4px;
}
.statistik-table tbody {
	height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.inputzeile {
	width: 450px;
}
td a {
	text-align: center;	
}

#page li {
    color: #006FAB;
    cursor: pointer;
    display: inline;
	text-decoration:underline;
    font-size: 12px;
    padding: 4px;
}
#page li.selected {
    color: black;
	text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
}
.info a:link{
	border:none;
	color: #ffffff;
}
.grey {
	background-color: #F0F0F6;
}
.red {
	background-color:#e17474;
}
.inactive {
	background-color: #FF7200;
}
.nocalculate{
	background-color: #CFFFFA;
}

#textchange {
	float:right;
}
.wdb_block {
	max-height: 170px;
	overflow-y: scroll;
	border: 1px solid #000000;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.menu {
	margin-left: 50px;
}
.menu input {
	background-color: red;
	color:#ffffff;
	font-weight: bold;
}  
.value {
	background-color: #f0f0f0;
	width: 68px;
	border: 1px solid grey;
}
.bearbeitung input {
	/*border: 1px dotted red; */
}
#alertBox{

}
.alert_box {
   display:none;
   background-color: #f0f0f0;
   position:absolute;
   top:1px;
   left:1px;
   width:300px;
   border-style:solid;
   border-width:1px;
   padding:15px 20px 5px 20px;
   z-index:1;
}

.kosten {
	display:inline-block;
	width: 180px;
	margin-left: 5px;
}
#login {
	margin: 0 auto;
	width: 650px;
	text-align: left;
	padding-top: 30px;
}
.login-label {
	width: 100px;
}
.eckdaten-right {
	width: 255px;
	height: 600px;
	float:right;
	margin-left: 5px;
}
.defaultSimpleSkin table.mceLayout   {
	width: 500px!important;
}
#pretext_ifr {
	height: 180px!important;
}
.hidden {
	display:none;
}
/*****
***ADMINISTRATION.PHP
***
******/
#menu {
	width:130px;
	float:left;
	position: fixed;
	padding-top: 20px;
}
#admin {
	float:left;
	margin-left: 130px;
	width: 800px;
}
#teams {
	display:none;
}
#admin-newUser {
	float:left;
	width: 800px;
}
.newUser-text {
	width: 130px;
	display: inline-block;
}
#newTeam {
	float:left;
	width: 800px;
}
#admin-teambutton {
	clear:both;
}
#admin-team-rights {
	float:left;
}
#showTeams {
	clear:both;
}
/***
***	ECKDATEN.PHP
***
****/
#eckdaten-div {
	width: 800px;
}
.errorBox {
	clear:both; 
	color:red;
	display:none;
	font-size:95%;
	margin-bottom:5px;
}
input.delete {
	border:none;
	background-color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}

a {
	color:#990066;
	cursor:pointer; 
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:none;
}

/* Pordukte Heiztechnik */
.hiddenProduct {
	margin-left:19px;
	display:none;
}


/* GLOBAL */
* {
    margin: 0;
    padding: 0;
}

/* POSITIONIERUNG */
    /* GLOBAL */
#content {
    width: 800px;
    padding: 0 ;
}

.cb_container {
    width: 740px;
}


.cb_content {
    margin-left: 200px;
    width: 560px;
}

/*#AlertBox {
    position: absolute;
}*/

    /* EINZELNE CONTENTBLOCKS */
        /* status_der_modernisierung */
#cb_status_der_modernisierung #statusModernisierung {
    overflow: hidden;
	width:350px;
}

#cb_status_der_modernisierung .left {
    clear:both;
	float: left;
}

#cb_status_der_modernisierung .right {
	float:right;
}

#cb_status_der_modernisierung .title {
    overflow: hidden;
}

#cb_status_der_modernisierung .title input {
    float: left;
    width: 20px;
}

#cb_status_der_modernisierung .title label {
    display: block;
    margin-left: 20px;
}

/* STYLE */
    /* GLOBAL */
#content {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
.ui-widget-content{
	color:#666;
}
.ui-widget {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.cb_container {
    padding: 5px 0;
}

h3 {
    font-size: 10px;
	color:#000;
}
.headline {
	font-size:18px;
	padding-bottom: 10px;
	border-bottom:1px solid #990066;
	color:#000;
	font-family: 'VAGRoundedStd-Light';
	margin: 0 0 10px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #990066;
}
.ui-state-hover a, .ui-state-hover a:hover{
	color:#000;
}
.seite {
    
}

/*  jQuery UI */

body .ui-dialog-content {
    font-size: 12px;
}
.ui-draggable .ui-dialog-titlebar {
	font-size:12px;
}
    /* EINZELNE CONTENTBLOCKS */
        /* status_der_modernisierung */
#cb_status_der_modernisierung #statusModernisierung {
    margin-top: 10px;
    margin-left: 20px;
}

        /* massnahmen_pakete */
#cb_massnahmen_pakete #mehrereGewerke {
    margin-left: 20px;
}

        /* geplante_massnahmen */

#cb_geplante_massnahmen_heizung .subContainer {
    margin-left: 20px;
}

#cb_geplante_massnahmen_dach .subContainer {
    margin-top: 10px;
}

#cb_geplante_massnahmen_wd .subContainer {
	clear:both;
    margin-top: 10px;
}
.hiddenProduct {
	margin-left:18px;
	display:none;
}
@font-face {
    font-family: 'VAGRoundedStd-Black';
    src: url('../fonts/vagroundedstd-black-webfont.eot');
    src: url('../fonts/vagroundedstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vagroundedstd-black-webfont.woff') format('woff'),
         url('../fonts/vagroundedstd-black-webfont.ttf') format('truetype'),
         url('../fonts/vagroundedstd-black-webfont.svg#VAGRoundedStdBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VAGRoundedStd-Bold';
    src: url('../fonts/vagroundedstd-bold-webfont.eot');
    src: url('../fonts/vagroundedstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vagroundedstd-bold-webfont.woff') format('woff'),
         url('../fonts/vagroundedstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/vagroundedstd-bold-webfont.svg#VAGRoundedStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VAGRoundedStd-Light';
    src: url('../fonts/vagroundedstd-light-webfont.eot');
    src: url('../fonts/vagroundedstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vagroundedstd-light-webfont.woff') format('woff'),
         url('../fonts/vagroundedstd-light-webfont.ttf') format('truetype'),
         url('../fonts/vagroundedstd-light-webfont.svg#VAGRoundedStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VAGRoundedStd-Thin';
    src: url('../fonts/vagroundedstd-thin-webfont.eot');
    src: url('../fonts/vagroundedstd-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vagroundedstd-thin-webfont.woff') format('woff'),
         url('../fonts/vagroundedstd-thin-webfont.ttf') format('truetype'),
         url('../fonts/vagroundedstd-thin-webfont.svg#VAGRoundedStdThin') format('svg');
    font-weight: normal;
    font-style: normal;

}