/** ************************************************************/
/** AbstractBoxBeamn                                           */
/** ************************************************************/

.AbstractBoxBeam {
	margin-bottom: 1em;
	background-color: #FFFFFF;
}

.AbstractBoxBeam h2 {
	background: #FFFFFF;
	color: #333333;
        border-bottom: 1px solid #333333;
}

.AbstractBoxBeam .content {
	display: block;
	width: 100%;
}

/** ************************************************************/
/** AbstractStdBoxLightBackground                              */
/** ************************************************************/

.AbstractStdBoxLightBackground {
	background: #F5F6F9;
	padding: 0px;
	margin-bottom: 1em;
}

.AbstractStdBoxLightBackground h2 {
	border-bottom: 1px solid gray;
        margin-top: 0px;
        margin-bottom: 0px;
}

.AbstractStdBoxLightBackground .content {
	padding-left: 1px;
	padding-right: 1px;
	display: block;
	width: 100%;
}

.AbstractStdBoxLightBackground .AbstractBoxBeam {
   background: transparent;
}

.AbstractStdBoxLightBackground .AbstractBoxBeam h2 {
   background: transparent;
   border: none;
}


/** ************************************************************/
/** OrganisationList                                           */
/** ************************************************************/


ul.OrganisationList {
   padding-left: 20px;
   margin-left: 20px;
}

ul.OrganisationList li {
   list-style-type: none;
}

/** ************************************************************/
/** PictureUrlCompanyList                                           */
/** ************************************************************/
.CompanyList .PictureUrlCompanyListElement, .CompanyList .odd .PictureUrlCompanyListElement { 
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted black;
}


.CompanyList .PictureUrlCompanyListElement .Picture {
float: left;
padding-right: 10px;
/** diese Border braucht man fuer den Abstand */
border-top: 1px solid #FFFFFF;
width: 70px;
}
   
.CompanyList .PictureUrlCompanyListElement .Title{

}

.CompanyList .PictureUrlCompanyListElement .clear {
clear: both;
}
.CompanyList .Detail {


}

.CompanyList .PictureUrlCompanyListElement .Description {
   border: 1px solid red;
   display: none;
}

.CompanyList .PictureUrlCompanyListElement a {
}



/** ************************************************************/
/** .AddressCompanyListElement                                */
/** ************************************************************/

tr.AddressCompanyListElement td {
    border-top: 1px dotted black;
}

.AddressCompanyListElement .titleContainer {
  padding-left: 15px;
  padding-top: 10px;
}

.AddressCompanyListElement .title {
  font-size:  1.3em;
  font-weight: bold;
  width: 100%;
}


.AddressCompanyListElement .address {
   border-width: 0px;
   padding: 10px 0 10px 15px;
}


.AddressCompanyListElement .AddressTable td {
  border-width: 0px;
  background-color: #FFFFFF;
}




/** ************************************************************/
/** .DescriptiveCompanyListViewElement                   */
/** ************************************************************/
.CompanyList .DescriptiveCompanyListViewElement {
padding: 10px 0 0 0;
}

.CompanyList .DescriptiveCompanyListViewElement img {
float: left;
margin: 0 10px 10px 0;
border: 1px solid silver;
}

.CompanyList .DescriptiveCompanyListViewElement .right {
float: right;
width: 80%;
}

.CompanyList .DescriptiveCompanyListViewElement .title {
font-weight: bolder;
font-size: 1.5em;
}

.CompanyList .DescriptiveCompanyListViewElement .label {
font-weight: bold;
}

.CompanyList .DescriptiveCompanyListViewElement .website {
margin: 5px 0 0 0;
}

.CompanyList .DescriptiveCompanyListViewElement .description {
margin: 5px 0 0 0;
}





/** ************************************************************/
/** AbstractStdBoxFrame                                        */
/** ************************************************************/

.AbstractStdBoxFrame {
	border: none;
}

/** ************************************************************/
/** AbstractBoxInfo                                            */
/** ************************************************************/

.AbstractBoxInfo {
        margin-bottom: 0.1em; 
	border: 1px solid Silver;
        overflow: hidden;
}

.AbstractBoxInfo h2 {
	color: #CCCCCC;
        background-color: #333333;
	border-bottom: 1px solid Silver;
        margin-top: 0px;
        margin-bottom: 0px;
}

.AbstractBoxInfo .content {
	display: block;
}


/** ************************************************************/
/** AbstractBoxStatus                                            */
/** ************************************************************/
.AbstractBoxStatus {
	background-color: #F5F6F9
}	


/** ************************************************************/
/** Editor                                                     */
/** ************************************************************/

table.Editor {
	background-repeat: no-repeat;
	background-position: center;
        background-color: #FFFFFF;
	width: 520px;
}

table.Editor th {
	background: #CCCCCC;
	text-align: left;
	padding-left: 2px;
	color: #FFFFFF;
}

.Editor-Input {
	background: transparent;
}

table.Editor-Input td {
	font-weight: bold;
}

.Editor-HelpText {
	background: transparent;
	color: Black;
}

input.Search-Input {
	height: 1.4em;
	font-size: 0.8em;
	width: 100px;
}

input.Search-SubmitButton {
	margin-left: 10px;
}

table.EditLayout {
	margin-left: 0;
 	background-color: #FFFFFF;
}

.EditLayout-TitlePane {
	font-size: 1.2em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5A6F9E;
	background-color: #FFFFFF;
	padding-top: 1px;
	letter-spacing: 0px;
	word-spacing: 1px;
	vertical-align: text-bottom;
}

/** ************************************************************/
/** CalendarViews                                              */
/** ************************************************************/

.CalendarViews-Month {
	background-color: #FFFFFF;
}

table.CalendarViews-Month {
	text-align: center;
	border-right: 4px solid #FFFFFF;
	width: 100%;
}

.CalendarViews-Month-Title {
	font-weight: bold;
}

.CalendarViews-Month-Title-Weekday {
	border: 2px solid #333333;
	background: #333333;
	color: #FFFFFF;
}

.CalendarViews-Month-Title-Weekend {
	border: 2px solid #333333;
	background: #333333;
	color: #FFFFFF;
}

.CalendarViews-Month-Title-KW {
	border-top: 2px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 2px solid #333333;
	background: #333333;
	color: #CCCCCC;

}


td.CalendarViews-Month-KW {
	border-right: 1px solid #333333;
	color:silver;
}

A.CalendarViews-Month-KW {
	color:silver!important;
}

.CalendarViews-Month-Days {
	text-align: center;
	padding-left: 1px;
}

.CalendarViews-Month-AktDay {
	border: 1px solid red;
}

A.CalendarViews-Month-Days:hover {
	text-align: center;
	background: #D3D3D3;
}


.CalendarViews-Month-Weekend {
	text-align: center;
	background: transparent;
	color:#DC143C;
	padding-left: 1px;
}

A.CalendarViews-Month-Weekend {
	text-align: center;
	background: transparent;
	color:#DC143C!important;
}

A.CalendarViews-Month-Weekend:hover {
	text-align: center;
	background: #D3D3D3;
	color:#DC143C;
}

.CalendarViews-Month-Seleted {
	background: #DBE0EC!important;
}

/** ************************************************************/
/** Appointment                                                */
/** ************************************************************/

.Appointment-Calendar-Header-Title, .Appointment-Calendar-Header-Next, .Appointment-Calendar-Header-Last {
	font-weight: bold;
}

.AppointmentGroupTitle {
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 10px solid #FFFFFF;
	padding-left: 1px;
}

.AppointmentWeek {
	background-color: #DBE0EC;
	text-align: left;
}


.WeekList tr.even td.Time {
	background-color: #F5F6F9;
	text-align: left;
	width: 100px!important;
}

.WeekList tr.odd td.Time {
	background-color: #FFFFFF;
	text-align: left;
	width: 100px!important;
}

.WeekList tr.even td.Title {
	background-color: #F5F6F9;
	text-align: left;
}

.WeekList tr.odd td.Title {
	background-color: #FFFFFF;
	text-align: left;
}

.WeekList tr.even td.Relation {
	background-color: #F5F6F9;
	text-align: left;
}

.WeekList tr.odd td.Relation {
	background-color: #FFFFFF;
	text-align: left;
}

.AppointmentList-Small {
	
}

.AppointmentList tr.odd {
	background-color: #FFFFFF;
	text-align: left;
}

.AppointmentList tr.even {
	background-color: #F5F6F9;
	text-align: left;
}

/** ************************************************************/
/** AdressList                                                 */
/** ************************************************************/

hr.AddressList {
	font-size: 6px;
}

.AddressList table table {
	border-bottom: 1px dotted #333333;
	padding-bottom: 2px;
	padding-top: 2px;
}

/** ************************************************************/
/** PersonList                                                 */
/** ************************************************************/

.PersonList img.Picture {
	margin: 5px;
}

.PersonList tr td {
        padding-left: 0;
}


.PersonList tr.odd .ElementTable *, .PersonList tr.odd * {
	background:#FFFFFF;
/*	border: 1px solid #FFFFFF;
	border-spacing: 2px;*/
	border-collapse: collapse;
	
}

.PersonList tr.even .ElementTable *, 
.PersonList tr.even,
.PersonList tr.even td.cellDetail {
	background:  #F5F6F9;	
}

.PersonList tr.odd td.cellPicture, .PersonList tr.odd td.cellDetail {
padding-top: 5px;
padding-bottom:5px;
}
.PersonList .cellDetail {
padding-left: 10px;
}

.PersonList td.Name {
	text-align: left;
}

.PersonList td.Phone {
	text-align: right;
padding-right: 5px;
}

.PersonList td.Email {
	text-align: left;
	padding-left: 5px;
}

.PersonList td.Company {
	text-align: left;
	padding-left: 0px;
}

.PersonList td.Company ul {
        padding: 0;
        list-style-position: inside;
}

.PersonList .Team {
	text-align: left;
	padding-left: 15px;
}





/** ************************************************************/
/** PersonDescriptionList          */
/** ************************************************************/
.PersonList .PictureDescriptionPersonListElement {
	
}

.PersonList .PictureDescriptionPersonListElement .Picture, 
.PersonList .PictureDescriptionPersonListElement .PictureFactory {
    float: left;
    padding-right: 10px;
    padding-bottom:10px;
}

.PersonList .PictureDescriptionPersonListElement .Picture .empty {
    background: Url("/generated/person_empty_245_246_249.gif") no-repeat;
}

.PersonList .PictureDescriptionPersonListElement .Detail {

}

.PersonList .PictureDescriptionPersonListElement .Detail .Title {
   display: block;
}

.PersonList .PictureDescriptionPersonListElement .Detail .Description {
   display: block;
}
/** ************************************************************/
/** MainProjectList                                            */
/** ************************************************************/


.MainProjectList tr.odd * {
 	background:#FFFFFF;
}

.MainProjectList tr.even * {
	background:  #FFFFFF;
}

.MainProjectList .expandButton {
  margin-left: 1px;
  margin-right: 2px;
}

.MainProjectList div.currentTopic * {
   background-color: #F5F6F9;
}

.MainProjectList div.currentTopic {
   background-color: #F5F6F9;
   padding: 2px 2px 2px 2px;
   border: 1px solid #333333;   
   margin-bottom: 5px;
}

.PictureProjectListElement td.Content {
	padding-left:10px;
	padding-top: 5px;
	width:100%;
}

.PictureProjectListElement td {
	padding-bottom: 5px;
}
/** ************************************************************/
/** NewsList                                                   */
/** ************************************************************/

.ListView h4.RubricTitle {
border: none;
padding:0px;
margin:0px;
display:inline;
}

.NewsList tr.odd img.Picture,
.NewsList tr.odd img.PictureFactory
 {
	text-align: left;
	float: left;
	padding-right: 10px;
	border: 0px;
	width: 100px;
}

.NewsList .RubricTitle {
	font-weight: bold;
}

.NewsList tr td {
        padding-left: 0;
}

.NewsList tr.even img.Picture, 
.NewsList tr.even img.PictureFactory {
	text-align: right;
	float: right;
	padding-left: 10px;
	border: none;
	width: 100px;
}

.NewsList td {
	border-bottom: 1px dotted #333333;
	padding-bottom: 5px;
	padding-top: 5px;
}

.NewsList A.Title {
	font-weight: bold;
	
}

.NewsList tr.FooterRow td {
	border: 0px;
        padding-left: 0;
}

.NewsAbstract {
	font-weight: bold;
}


/*****************************************************/
/*** Chronicle                                              ****/
/*****************************************************/

td.chronicleGrp {
padding-top:10px;
font-size:3em;
color:silver;
font-weight:bolder;
font-style:italic;
line-height:1.3em;

}
.chronicle .ColumnNewsListElement, .chronicle .ChronicleCollage {
padding:10px;
padding-left:20px;
}


.chronicle .ChronicleCollage .collage .PictureFactory {
width:200px;
margin-right:20px;
float:left;
overflow:hidden;
}

.chronicle .ChronicleCollage div.Content div {
margin-top:5px;
}

.chronicle .ColumnNewsListElement .Title, .chronicle .ChronicleCollage .Title{
font-weight: bold;
}


/** ************************************************************/
/** BigNewsList                                                 */
/** ************************************************************/

.BigNewsList tr.odd img.Picture,
.BigNewsList tr.odd img.PictureFactory {
	text-align: right;
	float: right;
	margin-left: 10px;
	width:100px;
        padding: 4px 4px 4px 4px;
        background: white;
}

.BigNewsList tr.even img.Picture, 
.BigNewsList tr.even img.PictureFactory {
	text-align: left;
	float: left;
	margin-right:10px;
	width: 100px;
        padding: 4px 4px 4px 4px;
        background: white;
}

.BigNewsList td.TeaserElement,
.BigNewsListTeaserElement {
	border-bottom: 1px dotted #333333;
	padding-bottom: 5px;
	padding-top: 5px;
}

.BigNewsList td.TeaserElement .RubricTitle,
.BigNewsListTeaserElement .RubricTitle {
	font-weight: bold;
	height: 20px;
}
 
.BigNewsList td.TeaserElement A.Title,
.BigNewsListTeaserElement A.Title {
        font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: bold;
	font-size: 1.4em;
        line-height: 100%;
	color: #5A6F9E;
}

.BigNewsList td.TeaserElement A.odd-MoreButton,
.BigNewsListTeaserElement A.odd-MoreButton {
	font-weight: normal;
	font-size: 1em;
}

.BigNewsList td {
	border-bottom: 1px dotted #333333;
	padding-bottom: 5px;
	padding-top: 5px;
}

.BigNewsList .FooterRow td{
	border: 0px;
        padding-left: 0;
}

.BigNewsList .RubricTitle {
	font-weight: bold;
}
 
.BigNewsList A.Title {
	font-weight: bold;
	color: #5A6F9E;
}

.BigNewsList td p {
	padding-top: 5px;	
}

/** ************************************************************/
/** PictureNewsListElement                                     */
/** ************************************************************/

.BigNewsList tr.even .PictureNewsListElement img.Picture,
.BigNewsList tr.even .PictureNewsListElement img.PictureFactory
 {
	width:100%;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}

.BigNewsList tr.odd .PictureNewsListElement img.Picture, 
.BigNewsList tr.odd .PictureNewsListElement img.PictureFactory 
{
	width:100%;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}


.BigNewsList .PictureNewsListElement a.Title {
    font-size: 12pt;
}

.BigNewsList .PictureNewsListElement .Content {
      margin-bottom: 15px;
}

.NewsList tr.even .PictureNewsListElement img.Picture,
.NewsList tr.even .PictureNewsListElement img.PictureFactory {
	width:100%;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}

.NewsList tr.odd .PictureNewsListElement img.Picture,
.NewsList tr.odd .PictureNewsListElement img.PictureFactory {
	width:100%;
	margin: 0 0 0 0;
        padding: 0 0 0 0;
}


.NewsList .PictureNewsListElement a.Title {
    font-size: 12pt;
}

.NewsList .PictureNewsListElement .Content {
      margin-bottom: 15px;
}

.PictureNewsListElement > .Content {
  padding-top: 15px;
}


/** ************************************************************/
/** PictureNewsListElement                                     */
/** ************************************************************/

.PictureNewsListElement2 .Picture,
.PictureNewsListElement2 .PictureFactory {
padding-bottom: 5px;
}


/** ************************************************************/
/** ColumnNewsListElement                                      */
/** ************************************************************/

.ColumnNewsListElement {
    
}

.ColumnNewsListElement .PictureFactory {
   float: left ! important;
   padding-left: 0 ! important;
   padding-right: 0 ! important;
   margin: 0;
   padding: 0;
   width: 100px
}




.ColumnNewsListElement .Content {
        padding-left: 110px;
        display: block;
}

.BigNewsList tr.odd .ColumnNewsListElement img.Picture,
.BigNewsList tr.odd .ColumnNewsListElement img.PictureFactory {
        background: green;
        padding: 0px;
}

.BigNewsList tr.even .ColumnNewsListElement img.Picture,
.BigNewsList tr.even .ColumnNewsListElement img.PictureFactory {
        background: grey;
        padding: 0px;
}

/** ************************************************************/
/** SimpleDateNewsList                                         */
/** ************************************************************/


.SimpleDateNewsList .Date {
   display: block;
   width: 60px;
   float: left;
}

.SimpleDateNewsList .Title {
   display: block;
   padding-left: 60px;
}

/** ************************************************************/
/** ActionList                                                 */
/** ************************************************************/

.ActionlistList td {
   border-bottom: 1px dotted #333333;
}

.Actionlist-LoginBox {
	border: 1px solid gray;
	width: 146px;
	padding:2px;
	margin-bottom:3px;
}

.ActionlistElement .LoginForm {
   padding: 5px;
}

.ActionlistElement .SearchForm {
   padding: 5px;
}

/** ************************************************************/
/** CompanyList                                                */
/** ************************************************************/

.CompanyList {
       padding-left: 0;
}

.CompanyList .SelectorRow {
}

.CompanyList tr.odd{
	background-color: #F5F6F9;
}

/** ************************************************************/
/** CombinationCompanyList                                     */
/** ************************************************************/


.CombinationCompanyList tr.odd * {
 	background: #FFFFFF;
}

.CombinationCompanyList tr.even * {
	background:  #F5F6F9;
}

/** ************************************************************/
/** CombinationOrganizationProject                             */
/** ************************************************************/


.CombinationOrganizationProject li li {
        background: #F5F6F9;
}

/** ************************************************************/
/** Url                                                        */
/** ************************************************************/


.UrlGroupTitle, .ActionListGroupTitle {
	background: #FFFFFF!important;
	color: #333333;
	border-top: 10px solid #FFFFFF;
        border-bottom: 1px solid #333333;
        font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}

.urlEntry  {
  border-bottom: 1px dotted black;
}

.urlEntry .title, .urlEntry .description {
  display: block; 
}

.urlEntry .externalhttp {
  display: block; 
  margin-left: 20px;
}




.urlList td {
   width:100%;
}



.UserList td{
	vertical-align: middle;
} 


/** ************************************************************/
/** Calendar                                                   */
/** ************************************************************/

#showCalendar_birthDate_cal {
margin-left:5px;
}

.INPUTcpYearNavigation,
	.INPUTcpMonthNavigation
			{
			background-color:#333333;
			text-align:center;
			vertical-align: middle;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.INPUTcpDayColumnHeader,
	.INPUTcpYearNavigation,
	.INPUTcpMonthNavigation,
	.INPUTcpCurrentMonthDate,
	.INPUTcpCurrentMonthDateDisabled,
	.INPUTcpOtherMonthDate,
	.INPUTcpOtherMonthDateDisabled,
	.INPUTcpCurrentDate,
	.INPUTcpCurrentDateDisabled,
	.INPUTcpTodayText,
	.INPUTcpTodayTextDisabled,
	.INPUTcpText
			{
			font-family: arial, sans-serif;
			font-size:8pt;
			}
	TD.INPUTcpDayColumnHeader
			{
			border-left:0px solid #333333; 
   border-right:0px solid #333333; 
   border-top:0px solid #333333; 
   border-bottom:1px solid #333333; text-align:right;
			
			}
	.INPUTcpCurrentMonthDate,
	.INPUTcpOtherMonthDate,
	.INPUTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.INPUTcpCurrentMonthDateDisabled,
	.INPUTcpOtherMonthDateDisabled,
	.INPUTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.INPUTcpCurrentMonthDate
			{
			color:#333333;
			font-weight:bold;
			}
	.INPUTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.INPUTcpOtherMonthDate
			{
			color:#808080;
			}
	TD.INPUTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #333333;
			border-width: 1px;
			border:solid thin #000000;
			}
	TD.INPUTcpCurrentDateDisabled
			{
			border-width: 1px;
			border:solid thin #FFAAAA;
			}
	TD.INPUTcpTodayText,
	TD.INPUTcpTodayTextDisabled
			{
			border-left:0px solid #333333; 
   border-right:0px solid #333333; 
   border-top:1px solid #333333;
   border-bottom:0px solid #333333; 
			}
	A.INPUTcpTodayText,
	SPAN.INPUTcpTodayTextDisabled
			{
			height:20px;
			}
	A.INPUTcpTodayText
			{
			color: #333333;
                        background: #FFFFFF;
			font-weight:bold;
			}
	SPAN.INPUTcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.INPUTcpBorder
			{
			border:solid thin #333333;
			}
			
/** ************************************************************/
/** TaskList                                                   */
/** ************************************************************/

.TaskList tr.odd {
	background: #F5F6F9;
	border: 1px solid #F5F6F9;
}

.TaskGroupTitle {
	background: #333333;
	color: #CCCCCC;
	padding-left: 2px;
	border-top: 10px solid #FFFFFF;
}

.TaskGroupTitle a{
	color: #CCCCCC!important;
}

/** ************************************************************/
/** BirthdayList                                               */
/** ************************************************************/

.BirthdayListMonth {
	background: #333333;
	color: #CCCCCC;
	padding-left: 2px;
	border-top: 10px solid #FFFFFF;
}			

/** ************************************************************/
/** Event-/AppointmentList */
/** ************************************************************/

.EventListMonth {
	background: #333333;
	color: #CCCCCC;
	padding-left: 2px;
	border-top: 10px solid #FFFFFF;
}

.EventList td.EventListMonth a{
color: #CCCCCC;
}

.EventList td.EventListMonth a:hover{
text-decoration: none;
}

.EventList .odd {
   border-bottom: 1px dotted #333333;
   padding-bottom: 5px;
   padding-top: 5px;
}

.EventList .even {
  border-bottom: 1px dotted #333333;
  padding-bottom: 5px;
  padding-top: 5px;
}



.EventList .Title {
   padding-left: 15px;  
display: block;
}


.EventList .Location {
 padding-left: 30px;
display: block;
}

.EventList .Origin {
   padding-left: 15px;
   font-weight: bold;
display: block;
}

.EventList .Description {
   padding-left: 15px;
   display: block;
}

/** ************************************************************/
/** ProductList                                                  */
/** ************************************************************/


.ProductList {
   clear: both;
   list-style: none;
   padding-left: 0px;
}

.ProductView {
   height: 80px;
   width: 100%;
   display: block;
   padding-bottom: 2px;
   border-bottom: 1px dotted black;
   margin-bottom: 5px;
   clear: both;
}

.ProductView .image {
   width: 50px;
   height: 50px;
   padding-right: 5px;
   display: inline;
   float: left;
}

.ProductView .title {
   display: block;
}

.getbuttons {
   margin-top: 10px;
}

.clear {
   clear: both;
}

/** ************************************************************/
/** AddressList                                                */
/** ************************************************************/

.AddressList {
    padding-left: 0;
}

/** ************************************************************/
/** AddressBox                                                 */
/** ************************************************************/


.AddressBox {
   display: block;
   width: 200px;
   float: left;
}

.AddressBox ul {
   list-style: none;
   margin-left: 0px;
   padding-left: 0px;
}

.AddressBox ul li {
   padding-left: 0px;
}



/** ************************************************************/
/** StyleList                                                  */
/** ************************************************************/

.StyleList {
        clear: both;
}


.StyleList .StyleButton {
        display: block;
        float: left;
        width: 150px;
        min-height: 160px;
}

/** ************************************************************/
/** ProductList                                                  */
/** ************************************************************/


.ProductList {
   clear: both;
   list-style: none;
   padding-left: 0px;
}

.ProductView {
   height: 80px;
   width: 100%;
   display: block;
   padding-bottom: 2px;
   border-bottom: 1px dotted black;
   margin-bottom: 5px;
   clear: both;
}

.ProductView .image {
   width: 50px;
   height: 50px;
   padding-right: 5px;
   display: inline;
   float: left;
}

.ProductView .title {
   display: block;
}

.getbuttons {
   margin-top: 10px;
}

.getbuttons .actionbutton {
   color: #FFFFFF;
   background: #5A6F9E;
   padding: 2px 5px 2px 5px;
   margin: 5px 0px 5px 0px;
   border: 1px solid #333333;
}


.clear {
   clear: both;
}

/** ************************************************************/
/** AddressBox                                                 */
/** ************************************************************/


.AddressBox {
   display: block;
   width: 200px;
   float: left;
}

.AddressBox ul {
   list-style: none;
   padding-left: 10px;
}

/** ************************************************************/
/** LargePicturePersonListElement                              */
/** ************************************************************/
tr.LargePicturePersonListElement {
}

tr.LargePicturePersonListElement .even, tr.LargePicturePersonListElement .odd  {
background-color: #FFFFFF;
}



tr.LargePicturePersonListElement td.rightCell {
}

tr.LargePicturePersonListElement td.leftCell {
width: 110px;
padding-bottom: 10px;
}

table.AddressTable td.Description {
width: 50px;
}


/** ************************************************************/
/** HeadlineNewsListElement                                    */
/** ************************************************************/

.HeadlineNewsListElement .Title {
   display: block;
   color: #5A6F9E;
   font-size: 1.3em;
   padding: 5px 0 5px 0;
}

.HeadlineNewsListElement .Date {
   border-left: 2px solid black;
   padding-left: 5px;
   float: left;
   font-weight: bold;
}

.HeadlineNewsListElement .RubricTitle {
   display: block;
   margin-left: 90px;
   padding-left: 5px!important;
   border-left: 2px solid black;
}

/** ************************************************************/
/** HeadlineDateNewsList                                        */
/** ************************************************************/


.HeadlineDateNewsList .Date {
   margin-left: 15px;
   padding-left: 5px;
   border-left: 2px solid black;
   width: 60px;
   float: left;
   font-weight: bold;
}



.HeadlineDateNewsList .Title {
   margin-left: 90px;
   display: block;
   color: #5A6F9E;
   border-left: 2px solid black;
   padding-left: 5px;
}

/** ************************************************************/
/** HeadlinePersonListElement                                  */
/** ************************************************************/


.HeadlinePersonListElement td {
  border-bottom: 1px dotted black;
}

.HeadlinePersonListElement .leftCell {
   width: 180px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 0;
}


.HeadlinePersonListElement .midCell {
   width: 150px;
   padding-top: 5px;
}

.HeadlinePersonListElement .midCell .PersonTitle {
   font-size: 1.3em;
   font-weight: bold;
   color: #5A6F9E;
}


.HeadlinePersonListElement .rightCell {
   padding-top: 5px;
}



.HeadlinePersonListElement .AddressTable td {
border-bottom:0;
}

.HeadlinePersonListElement .AddressTable .odd {
   background: #FFFFFF;
}

.HeadlinePersonListElement .AddressTable .even {
   background: #FFFFFF;
}

/** ************************************************************/
/** PictureTeamListElement                                     */
/** ************************************************************/
.PictureTeamListElement {
}
.PictureTeamListElement .Picture img{
  width: 200px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.PictureTeamListElement .Detail .Title {
  display: block;
  font-size: 1.4em;
}


/*************************************************************************************/
/**     PersonTeamListElement                                                             ****/
/************************************************************************************/
.TeamPersonList {
margin-bottom:15px;
}
.TeamPersonList .title {
font-size:1.2em;
line-height:1.5em;
font-weight:bold;
}


/*************************************************************************************/
/**     ADDRESS                                                                                   ****/
/************************************************************************************/
.address .left {
float:left;
width:49%;
margin-right:0.5%;
text-align:left;	
}
.address .right {
text-align:left;
width:49%;
}
.address .right table {
 width:100%;
}

/********************************************/
/* PictureTeaserProjectlist                 */
/********************************************/
td.PictureTeaserProjectlist a.title {
display:block;
font-size: 1.6em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
}
td.PictureTeaserProjectlist img.image {
max-width: 550px;
max-height: 200px;
display: block;
padding: 5px 0;
}
td.PictureTeaserProjectlist abstract {
}
td.PictureTeaserProjectlist {
}
td.PictureTeaserProjectlist ul.newslist {
   margin-top: 15px;
 padding-left:0px;
 margin-left: 0px;
}
td.PictureTeaserProjectlist a.addNews {
margin-left:10px;
}
td.PictureTeaserProjectlist  .Magi {
   display: block;
}
td.PictureTeaserProjectlist ul.newslist li img.Magi{
float:left;
display:block;
}
td.PictureTeaserProjectlist ul.newslist li span.abstract {
display:block;
}
td.PictureTeaserProjectlist ul.newslist li{
display:block;
clear:both;
}
td.PictureTeaserProjectlist a.addNews {
display:block;
clear:both;
}


/********************************************/
/* NewsPictureTeaserProjectlist             */
/********************************************/
td.NewsPictureTeaserProjectlist a.title {
display:block;
font-size: 1.6em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
}
td.NewsPictureTeaserProjectlist img.image {
max-width: 550px;
max-height: 200px;
display: block;
padding: 5px 0;
}
td.NewsPictureTeaserProjectlist abstract {
}
td.NewsPictureTeaserProjectlist {
}
td.NewsPictureTeaserProjectlist ul.newslist {
 margin-top: 15px;
 padding-left:0px;
 margin-left: 0px;
}
td.NewsPictureTeaserProjectlist a.addNews {
margin-left:10px;
}
td.NewsPictureTeaserProjectlist  .Magi {
   display: block;
}
td.NewsPictureTeaserProjectlist ul.newslist li img.Magi{
float:left;
display:block;
}
td.NewsPictureTeaserProjectlist ul.newslist a.newsTitle {
display:block;
font-size:1.5em;
}
td.NewsPictureTeaserProjectlist ul.newslist li span.abstract {
display:block;
}
td.NewsPictureTeaserProjectlist ul.newslist li{
display:block;
clear:both;
}
td.NewsPictureTeaserProjectlist a.addNews {
display:block;
clear:both;
}

/********************************************/
/* LeftPictureNewsList                      */
/*******************************************/
.LeftPictureNewsListElement,
.LeftPictureNewsListElement tr td,
.LeftPictureNewsListElement .Right {
padding: 0;
}

.LeftPictureNewsListElement .Right {
padding-left: 5px;
}

.LeftPictureNewsListElement table tr td {
border-bottom: 0;
}

/********************************************/
/* MainTeamList                                */
/*******************************************/
.MainTeamList a {
font-size:1.3em;
}
.MainTeamList div {
margin-top:10px;
}
.MainTeamList div ul {
list-style: none;
}

/********************************************/
/* BirthdayList                                    */
/*******************************************/
.PersonBirthdayList span.today {
color: red;
font-weight: bold;
}
.PersonBirthdayList span.after {
font-weight:bold;
}
.PersonBirthdayList span.before {
font-weight: lighter;
}


.birthdayReminder .row {
	clear: both;
}
.birthdayReminder .date {
	width: 80px;
	display: block;
	float: left;
}


/********************************************/
/* Sonstiges                                       */
/*******************************************/
.CompilationList tr td {
   padding-left: 0;
}

.activityreport {
	width: 486px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 10px;
	text-align: left;
                margin:15px;
}

.actionButton {
    border: 1px solid #5A6F9E;
    background: #F5F6F9;
    padding: 4px;
}

/** intranet2admin CreateClientWizard */

.BlueprintSelector {
margin: 0 25px 25px 25px;
}

.BlueprintSelector .caption {
font-weight: bolder;
font-size: 1.5em;
line-height: 1.8em;
}

