/* CSS Document · CSAG reDesign 2013 by sollistico® GmbH ---------- */


@font-face
{
    font-family: 'EntypoRegular';
    src: url('../css-font-face/entypo.eot');
    src: url('../css-font-face/entypo.eot?#iefix') format('embedded-opentype'),
         url('../css-font-face/entypo.woff') format('woff'),
         url('../css-font-face/entypo.ttf') format('truetype'),
         url('../css-font-face/entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }


h3.h3-red,
h4.h4-red {
	color: rgba(225,45,20,1);
	}
	
h3.h3-black,
h4.h4-black {
	color: rgba(0,0,0,1);
	}
	
/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

span.give-a-call { color: #906; font-size: 1.50em; text-align: center; }

span.call-phone-black,
span.call-mobile-black {
	display: inline-block;
	padding: 0 0 0 22px;
	background-position: 0 50.00%;
	background-repeat: no-repeat;
	white-space: nowrap ;
	}

span.call-phone-black {
	background-image: url(../grafx-icons/phone.png);
	}
	
span.call-mobile-black {
	background-image: url(../grafx-icons/mobile.png);
	}

span.call-0800-black,
span.call-0800-gray,
span.call-0800-red,
span.call-0800-white {
	display: inline-block;
	padding: 0.40em 0 0.25em 40px;
	font-size: 1.40em;
	font-weight: normal;
	background-position: 0 50.00%;
	background-repeat: no-repeat;
	}


span.call-0800-black {
	background-image: url(../grafx-icons/call-800_black.png);
	}
	
span.call-0800-gray {
	background-image: url(../grafx-icons/call-800_gray.png);
	}
	
span.call-0800-red {
	background-image: url(../grafx-icons/call-800_red.png);
	}

span.call-0800-white {
	background-image: url(../grafx-icons/call-800_white.png) !important;
	}
	

a.socialnet-google,
a.socialnet-xing,
a.socialnet-facebook,
a.socialnet-youtube,
span.socialnet-google,
span.socialnet-xing,
span.socialnet-youtube {
	display: inline-block;
	
	padding: 35px 0 0 0;
	margin: 0 0.50em 0.50em 0;
	min-width: 4.00em;
	
	/*border: 1px solid red;*/
	text-align: center;
	
	background-position: 50.00% 0;
	background-repeat: no-repeat;
	}
	
a.socialnet-google:hover,
a.socialnet-xing:hover,
a.socialnet-facebook:hover,
a.socialnet-youtube:hover {
	background-position: 50.00% -100px;
	}

a.socialnet-youtube {
	background-image: url(../grafx-icons/socialnet_round-youtube.png);
	}	
a.socialnet-facebook {
	background-image: url(../grafx-icons/socialnet_round-facebook.png);
	}
	
a.socialnet-google {
	background-image: url(../grafx-icons/socialnet_round-google.png);
	}
	
a.socialnet-xing {
	background-image: url(../grafx-icons/socialnet_round-xing.png);
	}
	
/*a.socialnet-xing,
a.socialnet-facebook*/
	

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}
a.filelink {}

/*
a.external-link:after,
a.external-link-new-window:after,
a.mail:after {
	font-family: 'EntypoRegular';
	font-size: 1.750em;
	position: absolute;
	margin: 0 0 0 3px;
	}

a.mail:after {
	content: "\2709";
	}
	
a.external-link:after,
a.external-link-new-window:after {
	content: "\1f517";
	}
*/

a.external-link,
a.external-link-new-window,
a.mail {
	background-position: 100.00% 50.00%;
	background-repeat: no-repeat;
	}
	
a.external-link,
a.external-link-new-window,
a.mail {
	background-image: url(../grafx/link-ico-link-black.png);
	}
	
a.mail {
	background-image: url(../grafx/link-ico-mail-black.png);
	}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }

/* CSS Document · reDesign 2013 by sollistico® GmbH ---------- */

ul.unorderedListType-ul-01,
li.unorderedListType-li-01 {
	
	}
	
li.unorderedListType-li-01 {
	padding: 0.25em 0;
	}

/* CSS Document · reDesign 2013 by sollistico® GmbH ---------- */

table,
p.contentTable-01,
p.contentTable-02,
p.contentTable-webLoesungen,
table.contentTable-01,
table.contentTable-02,
table.contentTable-webLoesungen { 
	width: 100%;
	border-collapse: collapse;
	font-size: 1.00em;
	}
	
thead tr.contentTable-Headline-01,
tr.contentTable-Headline-01,
tr.contentTable-Sumline-01 { 
	background-color: #906;
	}
	
table th,
table td,
table.contentTable-01 td,
table.contentTable-02 td {
	padding: 0.25em 0.50em 0.25em 0;
	line-height: 1.50em;
	vertical-align: top;
	}
	
tr.tableRow-alternate-01 { background-color: #f3f3f3; }
tr.tableRow-alternate-02 { background-color: #fcfcfc; }

table.contentTable-webLoesungen td {
	padding: 0.50em 0.75em;
	}
	
tr.tableRow-alternate-01,
tr.tableRow-alternate-02 {
	border: 1px solid #f0f0f0;
	}
	
tr.tableRow-alternate-01 td,
tr.tableRow-alternate-02 td {
	padding: 0.50em 0.75em;
	}
	