a:link, a:visited { text-decoration: none; color: rgb(237,81,77); }
a:hover, a:active { text-decoration: underline; color: rgb(237,81,77); }


#nav_primary a { text-decoration: none; }

form {
	margin: 0;
	}
	
/*------------------------------*/
/*general layout                */
/*------------------------------*/

section, article, header, footer, nav, aside, hgroup {
	display: block;
	}

address {
	font-style: normal;
	}

img {
	border: 0;
	}

html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.25em; /*16px x 1 = 16px*/
	color: #333;
	text-align: center;
	background-color: #fff;
	}

#wrapper {
	position: relative;
	min-height: 100%;
	box-shadow: 0px 10px 10px 0px #666;
	behavior: url(#);
	margin: 0 auto;
	width: 1080px;
	background-color: #fff;
	}
	
#master {
	width: 1080px;
	text-align: left;
	padding-bottom: 25px;
	overflow: auto;
/* 
	background-color: #fff;
 */
	}

#footer {
	position: relative;
	height: 25px;
	clear: both;
	background-color: rgb(237,81,77);
	width: 1048px;
	margin: -25px auto 0 auto;
	color: #fff;
	font-size: 0.875em; /*16px x 0.875 = 14px*/
	line-height: 1.56em; /*16px x 1.56 = 25px*/
	line-height: 25px;
	padding: 0 16px;
	}
	
#footer a {
	color: #fff;
	}
	
#footer address {
	text-align: right;
	}

#header {
	margin-top: 20px;
	font-size: 1.25em; /*16px x 1.25 = 20px*/
	line-height: 1.25em; /*16px x 1.25 = 20px*/
	}
	
#content {
	width: 900px;
	margin: 80px 0 20px 16px;
	font-size: 0.875em; /*16px x 0.875 = 14px*/
	}
	
#col_left {
	width: 575px;
	float: left;
	}

#col_right {
	width: 275px;
	float: right;
	}

.box_right h2,
.box_right2 h2 {
	color: #fff;
	background-color: rgb(237,81,77);
	padding: 5px;
	margin-bottom: 10px;
/* 
	text-transform: uppercase;
 */
	}
	
.box_right,
.box_right2 {
	border-bottom: 3px solid rgb(237,81,77);
	margin-bottom: 20px;
	min-height: 75px;
	}

.box_right p,
.box_right2 p {
	padding: 5px;
	}
	
.csc-textpic-caption {
	margin-top: 5px;
	}
	

	
.img_border DIV.csc-textpic .csc-textpic-imagewrap img,
.img_border DIV.csc-textpic .csc-textpic-imagewrap a img,
.box_right2 DIV.csc-textpic .csc-textpic-imagewrap img {
	border: 1px solid #CCC;
	}



/* abgeschrägte box: START */

.box_right {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	background-color: rgb(237,81,77);
	position: relative;
	left: -15px;
	padding-left: 15px;
	top: -5px;
	padding-top: 5px;
	width: 105%;
	}

.box_right_wrapper {
	overflow: hidden;
	}

.box_right_inner {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	padding: 10px;
	width: 255px;
	}

.box_right h2 {
	color: rgb(51,51,51);
	margin-bottom: -5px;
	}

.box_right a {
	color: rgb(51,51,51);
	text-decoration: underline;
	}		
	
.box_right .csc-textpic-caption {
	margin-top: 5px;
	padding: 0 10px;
	}

.box_right .csc-textpic-imagewrap {
	margin-top: 5px;
	}
	
/* abgeschrägte box: END */

	
.filelink {
	margin-bottom: 10px;
	}
	
dl.csc-menu {
	clear: both;
	display: block;
	}


.mysubmenu {
	margin-bottom: 20px;
	clear: left;
	display: block;
	}

.mysubmenu dd {
	float: right;
	width: 410px;
	margin: 0;
	}

.mysubmenu dt {
	margin-bottom: 5px;
	} 

	
.mysubmenu a.menu {
	}
	
img.logo {
	margin-left: 16px;
	}
 
	
/*------------------------------*/
/*navigation                    */
/*------------------------------*/


#nav_primary ul, #nav_global ul {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Verdana, sans-serif;
	padding: 0;
	margin: 0;
	position: relative;
	}
	
#nav_global ul li {
	float: left;
	list-style: none;
	}

#nav_primary ul li a, #nav_global li a,
#nav_primary li a:hover, #nav_primary li.active a, #nav_global li a:hover, #nav_global li.active a {
	color: #fff;
	}

#nav_primary ul li a {
	padding: 4px 6px;
	}

#nav_primary li a:hover, #nav_primary li.active a {
	border: 1px solid #fff;
	padding: 3px 5px;
	}

#nav_primary {
	width: 1070px;
	height: 40px;
	line-height: 40px;
	margin-top: 12px;
	padding-left: 10px;
	background-color: rgb(237,81,77);
	}

#nav_primary ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
	}

#nav_primary li.active a span {
	margin-right: 4px;
	}

#nav_primary ul ul {
	position: absolute;
	left: 6px;
	}

#nav_primary ul li.active ul li a {
	color: rgb(237,81,77);
	font-size: 0.875em; /*16px x 0.875 = 14px*/
	font-size: 14px;
	padding: 0;
	}

#nav_primary li li a:hover, #nav_primary li.active li.active a {
	text-decoration: underline;
	}





/*------------------------------*/
/*general stuff                 */
/*------------------------------*/


h1 {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Verdana, sans-serif;
	color: #000;
	font-size: 1.875em; /*16px x 1.875 = 30px*/
	line-height: 1.25em; /*16px x 1.25 = 20px*/
	margin: 0;
	padding: 0;
	}


h1 {
/* 
	font-family: 'Whitney SSm A', 'Whitney SSm B', Verdana, sans-serif;
	font-weight: 800;
	font-style: normal;
 */
	}




h1.pagetitle {
	border-bottom: 1px solid #000;
	line-height: 30px;
	margin-bottom: 20px;
	}

h2, h3, .mysubmenu dt {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Verdana, sans-serif;
	margin: 0;
	padding: 0 0 2px 0;
	color: #000;
	font-size: 1.07em; /*13px x 1.07 = 14px*/
	}

p {
	padding: 0 0 10px 0;
	margin: 0;
	}

.float_left {
	float: left;
	}

.float_right {
	float: right;
	}
	
.float_clear {
	clear: both;
	height: 0;
	}

ol li {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
strong, b {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Verdana, sans-serif;
	}	

hr {
    margin: 10px 0px 10px 0px;
    border: 0px;
    border-top: solid 1px transparent;
    border-bottom: dotted 1px rgb(237,81,77);
    }


/*------------------------------*/
/*extensions                    */
/*------------------------------*/


.social_share {
	position: absolute;
	right: -18px;
	top: 190px;
	}

.social_share .tx_addthis_label {
	display: none;
	}

.social_share .tx_addthis_buttons {
	display: block;
	width: 20px;
	}

.social_share .tx_addthis_buttons a {
	margin-bottom: 5px;
	}

.ssk-sticky	a {
	color: #fff;
	}

.carouselContainer {
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	position: relative;
	}
	
.carousel {
	margin: 0;
	color: #000;
	}
	
.jpcarousel li {
	margin: 0;
	border: none;
	}
	
.carouselbuttons {
	position: absolute;
	top: -90px;
	left: 540px;
	width: 50px;
	z-index: 10;
	}

.tx-indexedsearch-rules,
.tx-indexedsearch-searchbox {
	display: none;
	}
	
.tx-indexedsearch ul {
	margin-left: 0;
	padding-left: 0;
	}
	
.powermail_fieldset {
	padding: 0;
	margin: 5px 0 0 0;
	background: transparent;
	border: none;
	width: 608px;
	}

.powermail_fieldwrap_textarea.layout1 .powermail_textarea {
	height: 200px;
	}

.powermail_legend {
	display: none;
	}
	
.powermail_label {
	color: #000;
	font-weight: normal;
	}
	
.searchform input[type="submit"],
.powermail_submit {
	background-color: rgb(237,81,77);
	color: #fff;
	width: 100px;
	padding: 2px 20px;
	margin-right: 0;
	border: 0;
	cursor: pointer;
	}
	
.ui-autocomplete-input {
	border: 1px solid  #ccc;
	}
	
.powermail_field {
	padding: 3px 0;
	}
	
div.tx-powermail {
	font-family: 'Eurostile W01 Regular', Verdana, sans-serif;
	font-size: 1em;
	width: 575px;
	}
	
.powermail_field {
	font-family: 'Eurostile W01 Regular', Verdana, sans-serif;
	}	

.powermail_create {
	background: #eee;
	}
	
.formError .formErrorContent,
.formError .formErrorArrow div {
	background: rgb(237,81,77);
	border-color: #fff;
	}

/* page.includeCSS.powermail_cond */
.hide {
	display: none;
	}