@CHARSET "UTF-8";

@font-face{
    font-family: SW;
    src: url(../fonts/Swiss721.eot);
}
@font-face {
    font-family: SW;
    src:
        url(http://:/) format("No-IE-404"),
        url(../fonts/Swiss721.woff) format('woff'),
        url(../fonts/Swiss721.ttf) format("truetype")
;
}

@font-face{
    font-family: SWCNB;
    src: url(../fonts/sw721cnbt.eot);
}
@font-face {
    font-family: SWCNB;
    src:
        url(http://:/) format("No-IE-404"),
        url(../fonts/sw721cnbt.woff) format('woff'),
        url(../fonts/sw721cnbt.ttf) format("truetype")
;
}

body {
	background: #e3ecf1 url(../images/bg.png) repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
    overflow-y: scroll;
}

.fl {
	float: left;	
}

.fr {
	float: right;	
}

.tl {
	text-align: left;	
}

.tr {
	text-align: right;	
}

.clr {
	clear: both;	
}

.ofl {	
	overflow: hidden;
}

.rel {
	position: relative;
}

.hi {
	font-weight: bold;
}

.it {
	font-style: italic;
}

.rtl {
	direction: rtl;		
}

.centered {
	text-align: center !important;
}

.spanned {
	width: 100%;
	height: 100%;	
}

.fs0 {
	font-size: 0;
}

a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a.pagingLink {
	direction: ltr;
	unicode-bidi: bidi-override;	
}

p {
	margin: 1em 0;
}

div.container {
	width: 961px;
	min-height: 625px;
	height: auto;
	margin: 0 auto;
	clear: both;
}

div.header {
	float: left;
	width: 956px;
	height: 75px;
	margin: 0 0 0 5px;
	clear: both;	
}

div.header div.logo {
	float: left;
	margin: 5px 0 0 0;
	width: 142px;
	height: 30px;
}

div.header div.meta {
	float: right;
	height: 20px;
	margin: 36px 5px 0 0;
	
}

div.header div.meta a {
	color: #3c546e;
	text-decoration: none;
	vertical-align: top;
	margin-right: 5px;
}

div.header div.meta a.notop {
	margin: 0;
	vertical-align: inherit;
}

div.header div.meta a.last {
	margin-right: 8px;
}

div.header div.meta img {
	margin: 1px 9px 0 0;
}

div.nav {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
	float: left;
	clear: both;
	width: 961px;
	height: 36px;
	background: url(../images/bg_nav.png) no-repeat center top;
}

div.nav div.menuMain {
    position: relative;
    top: 0;
    left: 0;
	width: 160px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

div.nav div.menuMain > div.bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    background: url(../images/nav_level_1_div_bg.png) no-repeat center center;
}

div.nav div.menuMain:first-child > div.bg {
    background-image: url(../images/nav_level_1_div_left_bg.png);
}

div.nav div.menuMain > div.bg > a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #4a6780;
    font-size: 14px;
    background: url(../images/nav_level_1_a_bg.png) no-repeat right top;
}

div.nav div.menuMain > div.bg.active > a {
    text-decoration: underline;
}

div.nav div.menuMain li.active > a {
    text-decoration: underline;
}

div.nav div.menuMain ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 161px;
    z-index: 1;
    display: none;
    padding: 4px 0 0 0;
    line-height: 35px;
    margin-top: 16px;
    text-align: left;
}

div.nav div.menuMain:first-child > ul {
    width: 154px;
}

div.nav div.menuMain > ul li {
    position: relative;
    top: 0;
    left: 0;
    background: #eaf2f5 repeat-x center top;
    border: #d8e1e6 solid;
    border-width: 0 1px;
}

div.nav div.menuMain > ul li:first-child {
    background-image: url(../images/nav_level_1_sub_first_bg.png);
}

div.nav div.menuMain > ul li:last-child {
    border-bottom: 1px #d8e1e6 solid;
    border-radius: 0 0 5px 5px;
}

div.nav div.menuMain ul > li:hover {
    background-color: #c3cfd9;
}

div.nav div.menuMain ul > li:hover li {
    background-color: #c3cfd9;
}

div.nav div.menuMain ul li a {
    display: block;
    height: 100%;
    padding: 0 12% 0 15px;
    color: #4f5153;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    background: no-repeat 94% center;
}

div.nav div.menuMain ul li.hasSubMenu > a {
    background-image: url(../images/nav_level_1_sub_sub_closed.png);
}

div.nav div.menuMain ul li.hasSubMenu:hover > a {
    background-image: url(../images/nav_level_1_sub_sub_open.png);
}

div.nav div.menuMain ul ul {
    right: auto;
    left: 160px;
    margin-top: 0;
    padding-top: 0;
}

div.nav div.menuMain ul ul li {
    line-height: 34px;
    border: solid #b9c5cf;
    border-width: 1px 0 0 0;
}

div.nav div.menuMain ul ul > li:hover {
    background-color: #b9c5cf;
}

div.nav div.menuMain ul ul > li:first-child {
    border-top: 0;
    background-image: none;
}

div.nav div.menuMain ul ul > li:first-child {
    border-radius: 5px 5px 0 0;
}

div.nav div.menuMain:first-child ul ul {
    left: 153px;
}

div.content {
    position: relative;
    top: 0;
    left: 0;
    clear: both;
    z-index: 1;
	width: 956px;
    overflow: hidden;
}

div.content div.rootMain {	
	clear: both;	
}

div.content div.rootLeft {	
	width: 624px;
	margin: 0 0 0 10px;
}

div.content div.rootRight {		
	width: 300px;
	margin: 0 0 0 20px;
}

a.notActive {
	text-decoration: none;
	color: #c5d3dd;
}

.notificationMessage {
	font-weight: bold;
	text-align: center;	
}

p.bodytext img {
	margin-right: 18px;	
}

/*
 * Teaser
 */

img.teaserBMZ {
	position: relative;
	top: -18px;
	left: 0;
	margin-right: 6px !important;	
}

img.teaserALECSO {
	margin-right: 0 !important;	
}

/*
*	Mailformplus used within Kontakt
*/

.mailformplus_contactform .error {
	color:#dd7777;
	clear: both;
    display: block;
}

.mailformplus_contactform label {
	font-weight:bold;
	display:block;
	float:left;
	width:150px;
	line-height: 20px;
	color: #4A6780;
}

.mailformplus_contactform input {
	background-color: #EAEEEF;
	color: #4A6780;
	margin-bottom: 8px;
	border: 1px solid #4A6780;
	width: 473px; 
}

.mailformplus_contactform textarea {
	background-color: #EAEEEF;
	color: #4A6780;
	margin-bottom: 8px;
	border: 1px solid #4A6780;
	width: 473px;
}

.mailformplus_contactform .caption {
	margin:10px 0 5px 0;
	font-weight:bold;	
}

div.mailformplus_contactform form {
	margin-top: 15px;
}

div.mailformplus_contactform input.button {
	margin-left: 530px;
	background: url(../templates/plugins/chc_forum/img/bg_button.jpg) no-repeat;
	width: 94px;
	height: 23px;
	border: 0;
	color: #c5d3dd;
	font-size: 13px;	
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 2px;
}

p.required {
	margin-bottom: 10px;
	color: #4A6780;
	margin-left: 0;
}

div.formCaptcha {

}

div.mailformplus_contactform div.formCaptcha {
    width: 625px;
}

div.formCaptcha label {
    height: 100px;
}

div.formCaptcha p {
    margin: 10px 0;
}

div.formCaptcha input {
    width: 100px;
}

/* Local purpose: Just for typ3 generated headlines */
h1.csc-firstHeader {
	color:#242424;
	font-size:13px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:20px;
	text-transform:uppercase;
}

p.bodytext span.headline1 {
	color:#242424;
	font-size:13px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:20px;
	text-transform:uppercase;
}

/**
*	Bottom navigation
*/
.nav_bottom {
	margin: 20px auto 0 auto;
	text-align: center;
	position:relative;
	width: 1100px;
	height: 60px;
	clear:both;
}

.nav_bottom ul {
    border-top: solid 1px #5782ab;
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}
.nav_bottom ul li {
    padding: 10px 20px 0 0;
    float: left;
}
.nav_bottom a {
	text-decoration: none;
	color: #3C546E;
}

.nav_bottom ul li.socialMedia {
    padding: 5px 10px 0 0;
}
.nav_bottom ul li.socialMedia.last {
    padding: 5px 0px 0 0;
}

div.tx-thmailformplus-pi1 {
	margin: 10px 16px 10px 16px;
}

/*
* registration form
*/

.tx-srfeuserregister-pi1 .error {
    color:#dd7777;
    clear: both;
    display: block;
}

.tx-srfeuserregister-pi1 label {
    font-weight:bold;
    display:block;
    float:left;
    width:150px;
    line-height: 20px;
    color: #4A6780;
}

.tx-srfeuserregister-pi1 input {
    background-color: #EAEEEF;
    color: #4A6780;
    margin-bottom: 8px;
    border: 1px solid #4A6780;
    width: 473px;
}

.tx-srfeuserregister-pi1 textarea {
    background-color: #EAEEEF;
    color: #4A6780;
    margin-bottom: 8px;
    border: 1px solid #4A6780;
    width: 473px;
}

.tx-srfeuserregister-pi1 .caption {
    margin:10px 0 5px 0;
    font-weight:bold;
}

.tx-srfeuserregister-pi1 {
    padding-top: 15px;
}

.tx-srfeuserregister-pi1 input[type="submit"] {
    margin-left: 385px;
    margin-top: 20px;
    background: url(../templates/plugins/chc_forum/img/bg_button.jpg) no-repeat;
    width: 94px;
    height: 23px;
    border: 0;
    color: #c5d3dd;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 2px;
}

.tx-srfeuserregister-pi1 a {
    background-image: none;
    padding-left: 0;
}

.tx-srfeuserregister-pi1 label span {
    color: inherit;
}

.tx-srfeuserregister-pi1 label {
    text-align: left;
}

/*
* login form
*/

.tx-newloginbox-pi1 {
    text-align: left;
}

.tx-newloginbox-pi1 .error {
    color:#dd7777;
    clear: both;
    display: block;
}

.tx-newloginbox-pi1 label {
    font-weight:bold;
    display:block;
    float:left;
    width:150px;
    line-height: 20px;
    color: #4A6780;
}

.tx-newloginbox-pi1 input {
    background-color: #EAEEEF;
    color: #4A6780;
    margin-bottom: 8px;
    border: 1px solid #4A6780;
    width: 350px;
}

.tx-newloginbox-pi1 textarea {
    background-color: #EAEEEF;
    color: #4A6780;
    margin-bottom: 8px;
    border: 1px solid #4A6780;
    width: 473px;
}

.tx-newloginbox-pi1 .caption {
    margin:10px 0 5px 0;
    font-weight:bold;
}

.tx-newloginbox-pi1 form {
    margin-top: 15px;
    overflow: hidden;
}

.tx-newloginbox-pi1 form table th {
    padding-bottom: 8px;
}

.tx-newloginbox-pi1 form table.loggedIn th {
    padding-bottom: 0px;
    padding-right: 5px;
}

.tx-newloginbox-pi1 input[type="submit"] {
    margin-left: 258px;
    margin-top: 20px;
    background: url(../templates/plugins/chc_forum/img/bg_button.jpg) no-repeat;
    width: 94px;
    height: 23px;
    border: 0;
    color: #c5d3dd;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 2px;
}

div.curtain {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #000000;
    cursor: pointer;
    z-index: 9999;
}

div.curtain img {
    width: 100%;
}

div#curtainLeft {
    left: 0;
}

div#curtainRight {
    right: 0;
}

div.tx-srfeuserregister-pi1 {
    clear: both;
}

div#tx_chcforum-pi1 p.headline3 {
    clear: both;
}

table.contenttable ul, p.bodytext ul {
    padding-left: 0;
}

table.contenttable ul li, p.bodytext ul li, div.tx-3m5techdict-credits ul li {
    padding-left: 16px;
    background: url(../images/list_image.jpg) no-repeat 2px 6px;
}

div.tx-3m5techdict-category-overview {
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 1em;
}

div.searchresultcategories {
    padding: 10px;
}

div.tx-3m5techdict-pi1 a.imagesPerRow3, div.tx-3m5techdict-pi1 > img.imagesPerRow3,
div.tx-3m5techdict-category-overview a.imagesPerRow3, div.tx-3m5techdict-category-overview > img.imagesPerRow3 {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 10px 0;
    width: 195px;
}

div.tx-3m5techdict-pi1 a.imagesPerRow6, div.tx-3m5techdict-pi1 > img.imagesPerRow6,
div.tx-3m5techdict-category-overview a.imagesPerRow6, div.tx-3m5techdict-category-overview > img.imagesPerRow6 {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 6px 0;
    width: 98px;
}


div.tx-3m5techdict-category-overview .categoryHeadline {
    clear: both;
    margin: 15px 6px 12px 6px;
    color: #5782ab;
    font-size: 19px;
    font-weight: bold;
}

fieldset.newsletterSubscription {
    border-top: 1px solid #5782ab;
    padding-left: 40px;
}

fieldset.newsletterSubscription legend {
    color: #5782ab;
}

div.newsletterSubscription {
    position: relative;
    top: -8px;
    left: 0;
    padding: 1em;
    border-bottom: 1px solid #5782ab;
}

div.newsletterSubscription p:first-child {
    margin-top: 0;
}

div.newsletterSubscription p.error {
    display: none;
    color: #ff0000;
}

div.newsletterSubscription p.success {
    display: none;
    color: green;
}

div.newsletterSubscription input {
    width: 346px;
    height: 25px;
    line-height: 25px;
    background-color: #f9fbfc;
    border: solid 1px #c8c8c8;
    padding: 0 5px;
}

div.newsletterSubscription button {
    height: 21px;
    line-height: 18px;
    background-color: #93aabd;
    border-radius: 1px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding-bottom: 3px;
    position: relative;
    top: -1px;
    left: 5px;
    cursor: pointer;
}

#tx_chcforum-pi1 {
    margin-bottom: 3em;
}

div.tx-3m5techdict-credits {
    margin-bottom: 2em;
}

div.tx-3m5techdict-credits ul {
    padding-top: 0;
    padding-bottom: 0;
}

div.footerLogos {
    background: url(../images/footer_logos.png) no-repeat 0 0;
    width: 490px;
    height: 87px;
    margin: 0 auto;
}

.white-frame {
    background: #e5edf2;
    border: 1px solid #ecf3f6;
    margin-top: 20px;
    outline: 1px solid #bfd7ea;
    padding: 2px;
    width: 96%;
}

.white-frame .content {
    background: #fff;
    padding: 3px 5px;
    width: auto;
}

.white-frame .content .headline1 {
    margin-top: 0;
}