



* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Arial, Verdana, Tahoma, sans-serif;
background-color: #FFFFCC; 
height: 100%;
}
body {
font-size: 12px;
}

.clear { clear: both; }

#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background: url(/pf/wLayout/design/img/bg_maincontainer.gif) repeat-y; /*** This is our faux columns ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header { 
height:40px;
background-image: url(/pf/wLayout/design/img/bg_top_seamless.gif); 
background-repeat:repeat-x;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 220px;  
}
* html .outer {
/*padding-right: 120px;  Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 540px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 80px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -220px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 540px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 220px;
padding: 0;
font-size:11px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 120px;
padding: 5px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -120px; /*** IE gets this margin. ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
width: 100%;
height: 80px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -80px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
background-image: url(/pf/wLayout/design/img/bg_bottom_seamless.gif); 
background-repeat:repeat-x;
}

#toolbox_wrap {
position:absolute;
width:100%;
left:0px;
}
#toolbox {
margin-left:auto;
margin-right:auto;
width:300px;
position:relative;
top:-20px;
text-align:left;
}

#footer_home {
width: 100%;
height: 80px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: 0px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
background-image: url(/pf/wLayout/design/img/bg_bottom_seamless.gif); 
background-repeat:repeat-x;
}





/**************************
2 Spalten im Content
**************************/

.blockContent {
float:left;
width:320px;
}

.blockContentLeft {
float:left;
width:310px;
padding:5px;
padding-bottom:30px;
}

.blockContentRight {
float:right;
width:180px;
padding:10px;
}


.blockContentFull {
float:left;
width:520px;
padding:5px;
padding-bottom:30px;
}




/*
#############################################################################
##########      WEBLICATION   SHEET   #######################################
#############################################################################
*/


p                    {margin:0;padding:0;}

td                   {margin:0;padding:0;}
th                   {margin:0;padding:0;}

form                 {margin:0;padding:0;}

input                {font-size:1.0em; font-family:Arial, Verdana, sans-serif; border:1px solid #FEE867; background-color:#FFFF99; margin-top:3px;}
select               {font-size:1.0em; font-family:Arial, Verdana, sans-serif; border:1px solid #FEE867; background-color:#FFFF99; margin-top:3px;}
textarea             {font-size:1.0em; font-family:Arial, Verdana, sans-serif; border:1px solid #FEE867; background-color:#FFFF99; margin-top:3px;}

span                 {}

a                    {color:#CC3333; text-decoration:none;}
a:hover              {color:#CC3333; text-decoration:underline;}

ul      			 {margin-left: 12px; padding:0px; }
ol      		   	 {margin-left: 12px; padding:0px; }

hr                   {background-color:#DFB799; color:#DFB799; height:1px; border-style:none;}
 
h1 {
font-size: 16px;
font-weight: bold;
color: #CC3333;
margin:0; 
padding:0;
}
h2 {
font-size: 14px;
font-weight: bold;
color: #CC3333;
margin:10px 0 5px 0; 
padding:0;
}
h3                   {font-size:1em;   margin:0; padding:0; font-weight:bold; color:#000000;}
h4                   {font-size:1em;   margin:0; padding:0; font-weight:bold; color:#000000;}
h5                   {font-size:1em;   margin:0; padding:0; font-weight:bold; color:#000000;}
h6                   {font-size:1em;   margin:0; padding:0; font-weight:bold; color:#000000;}




.elementSpace {
height:15px;
}



/* Sonstige Elemente */
.editButton                                        {position:absolute; }


/*
////////////////////////////////////////////////////////////////
//
// Styles fuer die Weblics
//
// WeblicationŽ CMS Strukturdesign Version 4.7
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit WeblicationŽ Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/




/*################ Formatierung von HTML-Elementen ################*/

.includeWeblic ul                          {list-style:none; margin:0; padding:0;}
.includeWeblic li                          {margin-bottom:16px;}

.includeWeblic form                        {display:inline;}

.includeWeblic a.viewmode                  {font-weight:bold; border:outset 1px #a0a0a0; text-decoration:none; line-height:150%; padding-left:22px; padding-right:22px;}
.includeWeblic a.viewmode:hover            {color:#FFFFFF; background-color:#DFB799; text-decoration:none; line-height:150%;}
.includeWeblic a.viewmode:focus            {color:#FFFFFF; background-color:#DFB799; text-decoration:none; line-height:150%;}



/*################ Elemente ################*/

.elementHeadline                           {margin:5px; margin-left:0px; margin-right:3px; padding:0; clear:both;}
.elementSheetHeadline                      {margin:16px; margin-left:22px; margin-right:3px; padding:0; padding-bottom:0.6em; border-bottom:1px solid #DFB799; clear:both;}
.includeWeblic .elementLinkHeadline        {margin:16px; margin-left:22px; margin-right:3px; padding:0; clear:both;}
.includeWeblic .elementLetterHeadline      {margin:16px; margin-left:22px; margin-right:3px; padding:0; clear:both;}
.includeWeblic .elementListHeadline        {margin:16px; margin-left:22px; margin-right:3px; padding:0; padding-bottom:0.6em; border-bottom:1px solid #DFB799; clear:both;}


.elementText li img                        {float:left;}
.elementText table                         {spacing:0; padding:0; border-left:solid 1px #a0a0a0; border-top:solid 1px #a0a0a0}
.elementText table th                      {text-align:left; padding:2px; border-left:none; border-right:solid 1px #a0a0a0; border-bottom:solid 1px #a0a0a0; background-color:#F0F0F0}
.elementText table td                      {padding:2px; border-left:none; border-right:solid 1px #a0a0a0; border-bottom:solid 1px #a0a0a0}

.includeWeblic .elementLine                {margin:16px; margin-left:22px; margin-right:3px; border-bottom: 1px solid #DFB799;}

.includeWeblic .elementTable               {margin:16px; margin-left:22px; margin-right:3px;spacing:0; padding:0;}
.includeWeblic .elementTable img           {margin-bottom:16px;}
.includeWeblic .elementTable th            {text-align:left; padding:2px; border-left:none; border-right:1px solid #a0a0a0; border-bottom:1px solid #a0a0a0; background-color:#F0F0F0}

.includeWeblic .elementTableDiv            {margin:16px; margin-left:22px; margin-right:3px; spacing:0; padding:0;}

.includeWeblic .elementLink                {margin:16px; margin-left:22px; margin-right:3px; padding:0;}
.includeWeblic .elementLink a              {float:left; margin-right:36px}

.includeWeblic .elementList                {margin:16px; margin-left:22px; margin-right:3px; padding:0; color:#000000;}
.includeWeblic .elementList strong         {font-weight:bold;}
.includeWeblic .elementList ul             {margin:0;}
.includeWeblic .elementList li             {margin:0; padding: 0.2em 0 0.2em 0; clear:right;}
.includeWeblic .elementList dt             {clear:left; float:left; width:11.5em;}
.includeWeblic .elementList dt p           {margin-bottom:1em;}
.includeWeblic .elementList dd             {margin-left:12em;}

.includeWeblic .elementListStyle           {list-style:none; margin-left:0.4em; margin-right:0.2em; padding:0;}
.includeWeblic .elementListStyle li        {padding: 0.4em 0 0.4em 0;}

.elementSheet                              {margin:16px; margin-left:22px; margin-right:3px; padding:0;}

.includeWeblic .elementForm                {margin:16px; margin-left:0px; margin-right:0px; clear:both;}
.includeWeblic .elementForm table          {}
.includeWeblic .elementForm input          {width:250px;}
.includeWeblic .elementForm textarea       {width:250px; height:100px;}
.includeWeblic .elementForm .zip           {width:70px;  float:left;}
.includeWeblic .elementForm .city          {width:165px; float:right;}

.includeWeblic .elementPictureLeft         {margin:16px; margin-left:22px; margin-right:3px; float:left;}
.includeWeblic .elementPictureRight        {margin:16px; margin-left:22px; margin-right:3px; float:right;}

.includeWeblic .elementFuncHeader          {margin:16px;  margin-left:22px; margin-right:3px; padding-bottom:2em; padding-top:1em; font-size:9px;}
.includeWeblic .elementFuncFooter          {margin:0.6em; margin-left:22px; margin-right:3px; margin-bottom:8em; margin-top:0.5em; margin-right:8px; padding-top:0.5em; border-top: 1px solid #DFB799; clear:both;}

.includeWeblic .elementLinkFooter          {margin:0.6em; margin-left:22px; margin-right:3px; border-top: 1px solid #DFB799; clear:both;}
.includeWeblic .elementLinkFooterEditGroup {margin:0.6em; margin-left:22px; margin-right:3px;}

.includeWeblic .elementFunctions           {margin:0.6em; margin-left:22px; margin-right:3px; padding:0px;}

.includeWeblic .elementFunctionsAdmin      {margin:0.6em; margin-left:22px; margin-right:3px; margin-bottom: 16px; padding:0px; text-align:right; z-index:3;}

.includeWeblic .elementEditGroup           {margin:0.6em; margin-left:22px; margin-right:3px;}

.includeWeblic .elementEditbuttonPage      {position:absolute; left:12.6em; top:8.1em;}
.includeWeblic .elementEditbuttonNavi      {padding:2px; padding-left:8px}

.includeWeblic .elementRightHeadline       {padding-left:0.4em; padding-right:0.4em; margin-top:0.4em; border-style:solid; border-width:1px; border-color:#DFB799;}/*Standard im rechten Bereich*/
.includeWeblic .elementRightStandard       {padding-left:0.4em; padding-top:0.4em; padding-right:0.4em; padding-bottom:0.4em; margin-bottom:0.4em; border-style:solid; border-width:1px; border-color:#DFB799;}/*Standard im rechten Bereich*/
.includeWeblic .elementRightInclude        {padding-left:0.4em; padding-top:0.4em; padding-right:0.4em; padding-bottom:0.4em; margin-bottom:0.4em; border-style:solid; border-width:1px; border-color:#DFB799;}/*Include im rechten Bereich*/

.includeWeblic .elementLeftStandard        {padding:8px;}/*Standard im linken Bereich*/
.includeWeblic .elementCurNavigation       {display:none}/*Standard im linken Bereich*/
.includeWeblic .elementLeftNavigation      {padding-top:8px;}/*Standard im linken Bereich*/
.includeWeblic .elementLeftInclude         {padding:0;}/*Include im linken Bereich*/

.includeWeblic .elementTopStandard         {padding:0;}/*Standard im oberen Bereich*/
.includeWeblic .elementTopInclude          {padding:0; margin-top:0; border-style:none; width:100%}/*Include im oberen Bereich*/
.includeWeblic .elementTopNavigation       {position:absolute; top:104px; padding-left:196px}




/*################ Fragmente ################*/


.includeWeblic .fragmentInfo                           {margin:16px;  margin-left:22px; margin-right:3px; margin-bottom:8px; background-color:#FFCCCC; color:#000000; padding:2px; padding-left:8px; font-weight:normal; border-style:solid; border-width:1px; border-color:#A0A0A0;}
.includeWeblic .fragmentWarning                        {margin:16px;  margin-left:22px; margin-right:3px; margin-bottom:8px; background-color:#FFFFFF; color:#FF0000; padding:2px; padding-left:8px; font-weight:normal; border-style:solid; border-width:1px; border-color:#FF0000;}

.includeWeblic .fragmentDropDown                       {float:left; margin-top:3px; margin-right:3px;}

.includeWeblic .fragmentSheet                          {padding-top:0.4em; padding-bottom:0.8em; border-bottom:1px solid #DFB799;}

.includeWeblic .fragmentTableDivRow                    {clear:both; padding-top:0.8em;}
.includeWeblic .fragmentTableDivRowNull                {clear:both; padding-top:0em;}

.includeWeblic .fragmentFormMainHead                   {background-color:#F0F0F0; color:#606060; padding:4px; border-style:solid; border-width:1px; border-color:#A0A0A0; border-bottom-style:none; font-weight:bold; }
.includeWeblic .fragmentFormMainHead span              {}
.includeWeblic .fragmentFormMainBody                   {background-color:#FAFAFA; color:#606060; padding:4px; border-style:solid; border-width:1px; border-color:#A0A0A0; margin-bottom:0em;}
.includeWeblic .fragmentFormMainBody input             {}

.includeWeblic .fragmentSheetMainHead                  {margin-left:16px; font-weight:bold; border-style:solid; border-width:1px; border-color:#A0A0A0; border-bottom-style:none; padding:4px; width:100%; clear:both;}
.includeWeblic .fragmentSheetMainBody                  {margin-left:16px; background-color:#FAFAFA; margin-bottom:8px; color:#606060; padding:4px; padding-bottom:8px; padding-left:4px; padding-right:8px; border-style:solid; border-width:1px; border-color:#A0A0A0;}

.includeWeblic .fragmentEditGroupHead                  {background-color:#F0F0F0; border: 1px solid #A0A0A0; border-bottom-style:none; padding:4px;color:#606060; font-weight: bold;}
.includeWeblic .fragmentEditGroupBody                  {background-color:#FAFAFA; margin-bottom:1.5em; color:#606060; padding:4px; border:1px solid #A0A0A0;}
.includeWeblic .fragmentEditGroupBody td               {vertical-align:top; padding-right:1em; padding-bottom:0.2em;}
.includeWeblic .fragmentEditGroupBody input            {width:250px;}
.includeWeblic .fragmentEditGroupBody textarea         {width:250px; height:10ppx;}
.includeWeblic .fragmentEditGroupBody select           {width:250px;}
.includeWeblic .fragmentEditGroupBody .date            {width:8em; border-style:1px solid #888888; padding:2px;}
.includeWeblic .fragmentEditGroupBody .time            {width:5em;}
.includeWeblic .fragmentEditGroupBody .year            {width:5em;}
.includeWeblic .fragmentEditGroupBody .zip             {width:70px;  float:left;}
.includeWeblic .fragmentEditGroupBody .city            {width:165px; float:right;}
.includeWeblic .fragmentEditGroupBody .formImage input {width:5em;}
.includeWeblic .fragmentEditGroupBody .formLink input  {width:16.7em;}
.includeWeblic .fragmentEditGroupBody ul               {padding:0;}

.includeWeblic .fragmentFormHead                       {background-color:#F0F0F0; border: 1px solid #A0A0A0; border-bottom-style:none; padding:4px; color:#606060; font-weight: bold;}
.includeWeblic .fragmentFormBody                       {background-color:#FAFAFA; margin-bottom:1.5em; color:#606060; padding:4px; border:1px solid #A0A0A0;}
.includeWeblic .fragmentFormBody td                    {vertical-align:top; padding-right:1em; padding-top:0.2em; padding-bottom:0.2em;}
.includeWeblic .fragmentFormBody input                 {width:250px;}
.includeWeblic .fragmentFormBody textarea              {width:250px; height:100px;}
.includeWeblic .fragmentFormBody select                {width:250px;}
.includeWeblic .fragmentFormBody .date                 {width:8em; border-style:1px solid #888888; padding:2px;}
.includeWeblic .fragmentFormBody .time                 {width:5em;}
.includeWeblic .fragmentFormBody .year                 {width:5em;}
.includeWeblic .fragmentFormBody .zip                  {width:70px;  float:left;}
.includeWeblic .fragmentFormBody .city                 {width:165px; float:right;}
.includeWeblic .fragmentFormBody .button               {width:6em;}



/*################ Sonstige ################*/

.includeWeblic .textBoldWarning            {font-weight:bold; color:#FF0000;}

.includeWeblic .formCaption                {width:160px; margin:0; line-height:120%; vertical-align:top; padding-top:3px;}
.includeWeblic .formValue                  {width:250px; margin:0; line-height:120%; vertical-align:top;}
.includeWeblic .formValue a                {text-align:center; padding-right:0.2em;}

.includeWeblic .formButton                 {margin:0; line-height:120%; text-align:center;}
.includeWeblic .formButton a               {padding-left:4px; padding-right:4px; background-color:#DFB799; color:#000000;}
.includeWeblic .formButton a:hover         {background-color:#AE4A00; color:#ffffff;}

.includeWeblic .formUpload                 {margin:0; line-height:120%; vertical-align:top;}
.includeWeblic .formUpload input           {width:49%;}
.includeWeblic .formPrice                  {margin:0; line-height:120%; vertical-align:top;}
.includeWeblic .formPrice p                {display:inline;}
.includeWeblic .formPrice input            {width:5.8em;}

.includeWeblic .sheetCaption               {margin:0; padding-top:0.2em; padding-bottom:0.2em; padding-right:1em; vertical-align:top; font-weight:bold; }
.includeWeblic .sheetValue                 {margin:0; padding-top:0.2em; padding-bottom:0.2em; vertical-align:top;}

.includeWeblic .listCaption                {margin:0; line-height:120%; font-weight:bold; vertical-align:top;}
.includeWeblic .listValue                  {color:#000000; margin:0; line-height:1.2em; vertical-align:top; clear:right;}
.includeWeblic .listValue dt               {float:left; width:5em;};
.includeWeblic .listValue dd               {margin-left:12px; margin-rigth:8px; margin-top:2px; margin-bottom:2px;};

.includeWeblic .listValue h4               {padding: 0 0 0.4em 0;}

.includeWeblic .listPictureLeft            {clear:left; float:left; padding: 0.2em 0.6em 0.2em 0;}

.includeWeblic .listButton                 {float:right;}

.includeWeblic .linkHeaderLeft             {float:left;}
.includeWeblic .linkHeaderRight            {float:right;}

.includeWeblic .linkHeaderRightButton      {float:right;}

.includeWeblic .linkFooterLeft             {float:left;  padding-top:0.4em; padding-bottom:0.4em;}
.includeWeblic .linkFooterRight            {float:right; padding-top:0.4em; padding-bottom:0.4em;}


.includeWeblic .buttonDefault              {cursor:pointer; cursor:hand; text-decoration:none; font-weight:normal; text-align:center; padding:0em; padding-left:4px; padding-right:4px; margin-left:2px; line-height:1.5em; border:1px outset #606060; background-image:url(/weblication/wGui/wImages/bg_button_weblic.gif); }
.includeWeblic a.buttonDefault             {cursor:pointer; cursor:hand; text-decoration:none; font-weight:normal;}

.includeWeblic .buttonFunction             {cursor:pointer; cursor:hand; text-decoration:none; font-weight:normal; text-align:center; padding:0.2em; padding-left:4px; padding-right:4px; margin-top:0.2em; height:1.5em; border-style:outset; background-color:#F0F0F0; border-color:#606060; border-width:1px;}
.includeWeblic a.buttonFunction            {cursor:pointer; cursor:hand; text-decoration:none; font-weight:normal;}

.includeWeblic .buttonAdmin                {cursor:pointer; cursor:hand; text-decoration:none; font-weight:normal; text-align:center; padding-left:8px; padding-right:8px; float:right; margin-top:10px; line-height:24px; border:1px solid #FEE867;}
.includeWeblic a.buttonAdmin               {cursor:pointer; cursor:hand; text-decoration:none; font-weight:normal; text-align:center; padding-left:8px; padding-right:8px; float:right; margin-top:10px; line-height:24px; border:1px solid #FEE867; background-color:#FEE867;}


