* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #005FAE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img{
	display: block;
	border: 0px none;
}

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


h1, h2, h3, h4, h5, h6 {
	color: #;
    font-style: normal;
    font-weight: normal;
}

h1 {
    font-size: 22px;
    line-height: 23px;
}

h2 {
	font-size: 18px;
    line-height: 23px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 10px;
}

input, select, textarea {
	color:#46565E;
	font-size:11px;
	line-height:11px;
}

textarea{
    font-family: "Lucida Grande",Arial,san-serif;
}

input{
	background-color: white;
}
#container #content  textarea.error,
#container #content  input.error{
	border: 1px dotted #B71C24;
}

html {
    height: 100%;
}

body {
    font-family: "Lucida Grande",Arial,san-serif;
    font-size: 11px;
    height: 100%;
    line-height:12px;
    position: relative;
    text-align: center;
	color: #46565E;
	background: #fff url(../img/background.jpg) repeat-x top left;
}
body #container .clearer {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
	float: none;
}

.inline {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.upclearer {
    clear: both;
}

.bottomSpace {
    margin-bottom: 16px;
}

.topSpace {
    margin-top: 16px;
}

.rightSpace {
    margin-right: 16px;
}

.leftSpace {
    margin-left: 16px;
}

.centerText {
    text-align: center;
}

input.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.none{
	display: none;
}

p.smallertext{
	font-size: 0.85em;
}


#container{
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

#container #header{
	padding-top: 20px;
	padding-bottom: 19px;
}

#container #menu{
	background: url(../img/navigationBkg.gif);
	height: 30px;
}

#container.login #menu #menuContainer,
#container.login #menu #search{
	display: none;
}

#container #menu #search{
	float: right;
	padding-right: 8px;
	padding-top: 5px;
}

#container #menu #search .text{
	border: 0 none;
	padding: 1px;
	position: relative;
	top: 1px;
	width: 70px;
	background-color: #FFFFFF;
	/*background-color: #EAF7CE;*/
}
#container #menu #search .submit{
	background-color: #E9E7E7;
	border: 0 none;
	margin: 0px 3px 0px;
	padding: 0 3px;
	position: relative;
	top: 1px;	
}

#container #menu #menuContainer{
	float: left;
}

#container #menu #menuContainer a{
	color:#46565E;
		
}

#container #menu #menuContainer .item{
	background-image:url(../img/menuItemSpacer.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	float:left;
	position: relative;	
	padding-right: 2px;
	height:30px;
}

#container #menu #menuContainer .item a{
	padding: 9px 18px 8px;	
	display: block;
	text-decoration: none;
}

#container #menu #menuContainer .item a.active,
#container #menu #menuContainer .item a:hover{
	background-image:url("../img/menuItemHOver.jpg");
	background-position:left top;
	background-repeat:repeat-x;	
}

#container #menu #menuContainer .item .dropdownContainer{
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #C5CCD3;
	width:160px;
	display: none;
}

#container #menu #menuContainer .item .dropdownContainer .dropdownIetm{
	height: 21px;
}

#container #menu #menuContainer .item .dropdownContainer .dropdownIetm a{
	padding-bottom:5px;
	padding-top:5px;
}

#container #menu #menuContainer .item .dropdownContainer .dropdownIetm a.active,
#container #menu #menuContainer .item .dropdownContainer .dropdownIetm a:hover{
	background-image:url("../img/menuItemHOverSub.jpg");	
}

#container #rootMenu{
	padding-top: 19px;
	padding-bottom: 12px;
	font-size: 11px;		
}
#container #rootMenu a{

}

#container #rootMenu .item{
	padding-left: 10px;
}

#container #rootMenu .item.first{
	padding-left: 0px;
}


#container #content{
	min-height:378px;	
	_height:378px;	
}

#container #content .button{
	padding-bottom: 16px;
}

#container .button input{
	border: 0px none;
	background:#F1F1F1 url(../img/tollgerHedlineIcon.gif) no-repeat scroll 6px 7px;
	padding: 4px 4px 4px 21px;	
	cursor: pointer;
}

#container #footer{
	border-top: 1px solid #8c9ba5;
}

#container #footer .inside{
	padding-top:6px;
	padding-bottom:7px;
	text-align:right;
}

#container #footer .inside, #footer a{
	
	color:#8c9ba5;
}

.toggler{
	padding-bottom: 31px; 
}

.toggler .head{
	background-color: #f1f1f1;
	padding-top: 4px;
	height: 17px;
	_height: 21px;	
}

.toggler .head .headline{
	padding-left: 21px;
	float: left;	
	color:#005FAE;
	background: url(../img/tollgerHedlineIcon.gif) no-repeat 6px 0px;
}

.toggler .head .functions{
	float: right;
}

.toggler .head .functions a {
	color: #46565E;
}

.toggler .head .functions a:hover {
	color: #005FAE;
}

.toggler .head .functions .linkList{
	float: left;
}

#content .toggler .head .functions .linkList .new{
	display: none;
}

.toggler .functions .cancel{
	display: none;
}

.toggler .functions .save{
	display: none;
	font-weight: bold;
}


.toggler .head .functions .togglerButtons{
	padding: 0 8px 0 16px;
	float: left;
}

.toggler .head .functions .togglerButtons .buttons{
	height: 11px;
	width: 11px;
	background: no-repeat top left;
	float: left;
	cursor: pointer;
}

.toggler .head .functions .togglerButtons .close{
	background-image: url(../img/minusIcon.gif);
}

.toggler .head .functions .togglerButtons .open{
	background-image: url(../img/plusIcon.gif);
}

.toggler .head .functions .togglerButtons .spacer{
	width: 5px;
}

.toggler .head .functions .togglerButtons .status{
	display: none;
}

.toggler .content{
	padding-top: 16px;
}

.loginBox{
	text-align: center;
	font-size: 12px;
}

.loginBox input{
	font-size: 12px;
	line-height:12px;
	border: 1px solid #939393;
}

.loginBox table{
	text-align: left;
	margin: auto;
	margin-top: 150px;
}

.mod_navigation p{
	font-weight: normal;
	padding: 0px;
	cursor: pointer;
}

.list .header div,
.list .content .item div {
	float: left;
}

.list .header div a{
	padding-right: 12px;
	background-position: right 3px;
	background-repeat: no-repeat;
	background-image: url(../img/sortIcon.gif);
	color:#46565E;
	cursor: pointer;
}

.list .header div a.sortUp{
	background-image: url(../img/sortUpIcon.gif);
}

.list .header div a.sortDown{
	background-image: url(../img/sortDownIcon.gif);
}

.list .header{
	padding-bottom: 4px;
}

.list .content{
	padding-top: 0px;
	min-height: 135px;
	_height: 135px; 
}

.list .content .pager{
	border-top:1px solid #DDDDDD;
	height:11px;
	padding-bottom:7px;
	padding-top:8px;	
}

.list .content .pager .pageInfo{
	float: left;
}

.list .content .pager .paging{
	float: right;
}

.list .content .pager .paging *{
	padding-left: 3px;
}

.toggler .center{
	float: none;
	text-align: center;
	padding: 130px 0;
	border-top: 1px solid #DDDDDD;		
}

.toggler .center img{
	margin: 0 auto;
}

.list.todo{
	display: none;
}

.list .id{
	width: 96px;
}

.list .firstName{
	width: 120px;
}

.list .dealName{
	width: 200px;
}

.list .date{
	width: 128px;
}

.list.todo .date{
	width: 116px;
}

.list .endDate{
	width: 170px;
}

.list .name{
	width: 130px;
}
.list .phoneNumber{
	width: 100px;
}

.list.user .name{
	width: 200px;
}

.list .username{
	width: 140px;
}

.list.user .header .email,
.list.user .content .email{
	width: 250px;
}


.list .header .email,
.list .content .email{
	width: 150px;
}

.list .status{
	width: 100px;
}

.list .vcard{
	width: 120px;
}

.list.myproject .name{
	width: 576px;
}


.list .category{
	width: 135px;
}

.list.todo .category{
	width: 148px;
}

.list.todo .description{
	width: 218px;
	overflow-x: hidden;
}

.list.todo .functions{
	width: 72px;
}

#content.search .list.todo .functions{
	display: none;
}

.list.todo .functions a{
	/*display: block;*/
	float: right;
	height: 14px;
	width: 14px;
	margin-left: 4px;
	background: transparent no-repeat top left;	
}

.list.todo .functions a.save{
	background-image: url(../img/saveIcon.gif);
	display: none;
}

.list.todo .functions a.edit{
	background-image: url(../img/editIcon.gif);
}
.list.todo .functions a.delete{
	background-image: url(../img/delIcon.gif);
}
.list.todo .functions a.cancel{
	background-image: url(../img/cancelIcon.gif);
	display: none;
}


.list .owner{
	width: 103px;
}

.list .todosCount{
	width: 45px;
}

.list .status{
	width: 93px;
}

.list .functions img{
	display: inline;
	margin-left: 15px;
}

.list .functions{
	width: 67px;
	text-align: right;
}

.list.todo .status{
	width: 93px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 14px;
}

.list.todo .status.aktiv{
	background-image: url(../img/todoStatusEditingIcon.png);
}

.list.todo .status.inaktiv{
	background-image: url(../img/todoStatusOpenIcon.png);
}

.list.todo .status.offen{
	background-image: url(../img/todoStatusOpenIcon.png);
}

.list.todo .status.inbearbeitung{
	background-image: url(../img/todoStatusEditingIcon.png);
}

.list.todo .status.pausiert{
	background-image: url(../img/todoStatusPausedIcon.png);
}

.list.todo .status.abgeschlossen{
	background-image: url(../img/todoStatusReadyIcon.png);
}

.list .rating{
	width: 90px;
}

.list .todos{
	width: 45px;
}

.list .e-mail{
	width: 450px;
}

.list .edit{
	width: 50px;
}

.list .delete{
	width: 50px;
}


.list .subject{
	width: 471px
}

.noItems,
.list .item{
	border-top: 1px solid #DDDDDD;
	min-height: 11px;
	_height: 26px;
	padding-top: 8px;
	padding-bottom: 7px;
}

.details .title{
	float: left;
	width: 200px;
}

.details .description{
	float: right;
	width: 550px;
}

.details .item{
	padding-top: 4px;
	padding-bottom: 4px;
}


.ce_accordion .toggler{
	cursor:auto;
}

.list.comments .name{
	float: left;
	padding-bottom: 4px;
}

.list.comments .date{
	float: right;
	width: auto;
}

.list.comments,
.list.todo{
	padding-top:4px;
}

.mod_navigation{
	margin-bottom: 12px;
}

.mod_breadcrumb{
	padding-bottom: 12px;
}

.right{
	float: right;
}

.form{
	width: 420px;
}

.form input,
.form textarea{
	width: 300px
}

.form select,
.form option{
	width:305px;
}

.form .item{
	padding-bottom: 4px;
}

.form .item .label{
	float: left;
}

.form .item .input{
	float: right;
}



.infoTable{
	border-top:1px solid #DDDDDD;
}

#content_todo .infoTable{
	border: 0px none;
}

.infoTable input,
.infoTable textarea{
	border: 0px none;
	display: none;
}

.infoTable select{
	display: none;	
	width: 160px;
}

#content_todo .infoTable select{
	width: auto;
}

.infoTable.inputOnly{
	display: none;		
}

.infoTable.inputOnly.block{
	display: block;
}
	
.infoTable.inputOnly input,
.infoTable.inputOnly textarea,
.infoTable.inputOnly select{
	display: inline;
}

.infoTable textarea{
	width: 608px;
	height: 100px;
	display: none;	
}

.infoTable .line{
	border-bottom:1px solid #DDDDDD;
}

.infoTable .line .label,
.infoTable .line .value{
	padding: 9px 11px 6px 11px;
	min-height: 8px;
	_height: 23px;	
	float: left;
	
}

.infoTable .line.twoCol .value input{
	width: 233px;
}

.infoTable .line.oneCol .value input{
	width: 608px;
}

.infoTable .line .label{
	background-color: #f6f6f6;
	width: 98px;
	_width: 120px;
	text-align: right;	
	color:#005FAE;	
}

.infoTable .line .label .additionalInfo{
	color: #a0a0a0;
}

.infoTable .line.twoCol .value{
	width: 233px;
	_width: 255px;	
}

.infoTable .line.twoCol .value .vcard{
	background: url(../img/vcardIcon.gif) no-repeat top left;
	padding-left: 18px;
	padding-top: 2px;
}

.infoTable .line.oneCol .value{
	width:608px;
	_width:630px;	
}

.infoTable .line.oneCol{
	background: url(../img/infoTableOneColBkg.gif) repeat-y top left;
}

.infoTable .line.twoCol{
	background: url(../img/infoTableTwoColBkg.gif) repeat-y top left;
}

#contactContainer .item{
	padding-bottom: 18px;
}

#commentContainer.item{
	padding-bottom: 8px;
}

#commentContainer .item .functions,
#contactContainer .item .functions{
	text-align: right;
	padding: 4px 0px;
}

#contactContainer .loading{
	height: 233px;
}

.nobold{
	font-weight: normal;
}