/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  BODY AND MAIN SECTIONS			*/
body {
	background-image: url(/fileadmin/resources/img/bg_body.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
}

div.container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 865px;
	text-align: left;
}

div.header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 865px;
	
	margin: 0px;
	padding: 0px;
}

div.body {
	position: relative;
	top: 0px;
	left: 0px;
	width: 865px;
		background-repeat: no-repeat;
	background-position: top;

	padding: 0px;;
	background-image: url(/fileadmin/resources/img/bg_header.jpg);
}
div.bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 865px;
	background-image: url(/fileadmin/resources/img/bg_content.gif);
	background-repeat: repeat-y;

	background-position: top;
	margin: 0px;
	padding: 0px;

}

div.footer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 40px;

	width: 865px;
	background-image: url(/fileadmin/resources/img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	
	
}

div.clear {
	position:relative;
	
	clear:both;
	
	}

div.headerspacer {
	position:relative;
	height:163px;
	clear:both;
	
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  HEADER			*/
div.header div.homelink {
	position: relative;
	top: 32px;
	left: 130px;
	height: 90px;
	width: 245px;
	margin: 0px;
	padding: 0px;
}

div.header div.homelink img {
	height: 90px;
	width: 245px;
	border: 0px;
}

div.header div.animation {
	position: relative;
	clear:both;
	top: -3px;
	left: 0px;
	height: 174px;
	width: 600px;
}


div.left {
	position:relative;
	width: 230px;
	top:0px;
	float:left;
	
}
div.right {
	top:0px;
	position:relative;	
	width: 600px;
	float:left;
	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  HEADER -> MAIN NAV			*/
div.header div.mainnav {
	position: relative;
	clear:both;
	top: 0px;
	left: 33px;
	width: 197px;
}

div.header div.mainnav div.item {
	text-align: right;
	font-size: 12px;
}

div.header div.mainnav div.item p {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}

div.header div.mainnav div.item p a {
	margin-right: 28px;
	color: #FFFFFF;
	text-decoration: none;
}

div.header div.mainnav div.item-first {
	background-image: url(/fileadmin/resources/img/nav_1.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 23px;
	margin-bottom: 2px;
}

div.header div.mainnav div.item-first-a {
	background-image: url(/fileadmin/resources/img/nav_1_a.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 23px;
	margin-bottom: 2px;
}

div.header div.mainnav div.item-default {
	background-image: url(/fileadmin/resources/img/nav_default.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 22px;
	margin-bottom: 2px;
}

div.header div.mainnav div.item-default-a {
	background-image:
		url(/fileadmin/resources/img/nav_default_a.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 22px;
	margin-bottom: 2px;
}

div.header div.mainnav div.item-last {
	background-image: url(/fileadmin/resources/img/nav_last.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 23px;
}

div.header div.mainnav div.item-last-a {
	background-image: url(/fileadmin/resources/img/nav_last_a.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 23px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  TEASER COLUMN			*/
div.teasercolumn {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	position: relative;
	top: 2px;
	left: 33px;
	width: 197px;
	margin: 0px;
	padding: 0px;
	clear:both;
}

div.teasercolumn div.metanav {
	height: 72px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

div.teasercolumn div.metanav div.meta {
	text-align: right;
	font-size: 12px;
}

div.teasercolumn div.metanav div.meta p {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}

div.teasercolumn div.metanav div.meta p a {
	margin-right: 28px;
	color: #FFFFFF;
	text-decoration: none;
}

div.teasercolumn div.metanav div.meta-default {
	background-image:
		url(/fileadmin/resources/img/meta_default.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 22px;
	margin-bottom: 2px;
}

div.teasercolumn div.metanav div.meta-last {
	background-image: url(/fileadmin/resources/img/meta_last.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 23px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  DEFAULT TEASER			*/
div.teasercolumn div.teaser {
	background-image: url(/fileadmin/resources/img/box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

div.teasercolumn div.teaser div.bottom {
	background-image: url(/fileadmin/resources/img/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

div.teasercolumn div.teaser h1,div.teasercolumn div.teaser h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 12px;
	text-align: right;
}

div.teasercolumn div.teaser h1 a,div.teasercolumn div.teaser h3 a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: right;
	text-decoration: none;
}

div.teasercolumn .teaser .padding {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
}

div.teasercolumn .teaser .padding p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  TEASER SUBNAV			*/
div.teasercolumn div.subnav {
	
}

div.teasercolumn div.subnav div.subitem {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-top: 4px;
}

div.teasercolumn div.subnav div.subitem p {
	margin: 0px;
	padding: 0px;
}

div.teasercolumn div.subnav div.subitem p a {
	border: 0px;
	margin-right: 5px;
	color: #303435;
	font-size: 12px;
	text-decoration: none;
}

div.teasercolumn div.subnav div.subitem p a img {
	border: 0px;
	margin-right: 7px;
}

div.teasercolumn div.login {
	position: relative;
	clear:both;
}

div.teasercolumn div.news {
	position: relative;
	clear:both;
	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  BODY -> CONTENT			*/
div.body div.content {
	position: relative;
	left: 3px;
	
	width: 555px;
	
	padding: 0px;;
	margin: 0px;;
	padding: 0px;

}

div.body div.content div.padding {
	margin-left: 19px;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.body div.content div.padding  p {
	text-align: justify;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  LANGUAGE			*/

div.content div.language {
	position: relative;
	top: -3px;
	left: 0px;
	height: 25px;
	width: 31px;
}

div.content div.language a.flag {
	border: 0px;
}

div.content div.language a.flag img {
	border: 0px;
	height: 23px;
	width: 29px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  TEXT STYLES			*/
div.content h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-top: 9pt;
	margin-bottom: 6pt;
}

div.content h1.csc-firstHeader {
	margin-top: 0pt;
}

div.content h2,div.content h3,div.content h4 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3pt;
}

div.content p,div.content p.bodytext,div.content .csi-text p.bodytext {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  FILE DOWNLOAD			*/
table.csc-uploads {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px #304677 solid;
}

table.csc-uploads td {
	vertical-align: top;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

table.csc-uploads td p {
	font-size: 12px;
}

td.csc-uploads-fileName p {
	padding-bottom: 3px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  MAIL FORM DESIGN			*/
.csc-form-labelcell,.csc-form-fieldcell {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
	padding-bottom: 4px;
}

.csc-form-labelcell p,.csc-form-fieldcell p {
	margin: 0px;
	padding: 0px;
}

.csc-form-label-req {
	color: #C10C13; /* red */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  FORM FIELDS			*/
input,textarea,select,option {
	font-family: Verdana, Sans-serif;
	color: #444444;
	background-color: #F6F6F6;
}

div.teaser input,div.teaser textarea,div.teaser select,div.teaser option
	{
	font-size: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  LOGIN FORM			*/
div.teaser .tx-newloginbox-pi1 table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.teaser .tx-newloginbox-pi1 th {
	font-weight: normal;
	padding-right: 7px;
	font-size: 12px;
	text-align: left;
}

div.teaser .tx-newloginbox-pi1 td {
	width: 50px;
}

div.teaser .tx-newloginbox-pi1 td.field input {
	width: 80px;
}

div.teaser .tx-newloginbox-pi1 p {
	
}

div.teaser .tx-newloginbox-pi1-forgotP {
	margin: 0px;;
	padding: 0px;
	padding-top: 3px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*  REGISTRATION FORM			*/
.tx-srfeuserregister-pi1 fieldset {
	border: 1px #C0C0C0 solid;;
}

.tx-srfeuserregister-pi1 p {
	padding: 10px;
	text-indent: 0;
}

.tx-srfeuserregister-pi1 legend {
	padding: 10px;
	font-weight: bold;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
	margin-bottom: 2em;
}

.tx-srfeuserregister-pi1 a {
	text-decoration: none;
}

.tx-srfeuserregister-pi1 label {
	margin: 0;
	padding: 0;
}

.tx-srfeuserregister-pi1 label span {
	color: #CC0000; /* red */
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color: #CC0000; /* red */
}

.tx-srfeuserregister-pi1 input {
	margin: 0;
	padding: 0 .5em 0 0;
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
	margin-right: 1em;
}

.tx-srfeuserregister-pi1 input [type=radio],.tx-srfeuserregister-pi1 input
	[type=checkbox] {
	background-color: transparent;
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio,* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox
	{
	background-color: transparent;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
	margin-left: 1em;
	background-color: transparent;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover {
	cursor: pointer;
}

.tx-srfeuserregister-pi1 ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes {
	list-style-type: none;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
	margin: 0 0 .3em 0;
	padding: 0;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label
	{
	margin: 0;
	padding: 0 0 0 .5em;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li
	{
	float: left;
	padding: 0 2em 0 0;
	margin: 0;
}

.tx-srfeuserregister-pi1 dl {
	margin: 0;
	padding: 1em 0 0 0;
}

.tx-srfeuserregister-pi1 dt,.tx-srfeuserregister-pi1 dd {
	margin: 0;
	padding: 0 0 .5em 0;
	float: left;
}

.tx-srfeuserregister-pi1 dt {
	clear: both;
	width: 25%;
	text-align: right;
	padding-right: 1em;
}

.tx-srfeuserregister-pi1 dd {
	text-align: left;
	width: 50%;
}

* html .tx-srfeuserregister-pi1 dd {
	float: none;
}

.tx-srfeuserregister-pi1 dd p {
	margin-top: 0;
	margin-bottom: .5em;
	padding: 0;
}

.tx-srfeuserregister-pi1 dd label {
	padding: 0 1em 0 .5em;
}

.tx-srfeuserregister-pi1,.tx-srfeuserregister-pi1 p {
	padding: 0px;
	margin: 0px;
}

.tx-srfeuserregister-pi1 a {
	font-weight: normal;
	font-size: 12px;
	color: #006666;
}

.tx-srfeuserregister-pi1 h4 {
	margin: 0px;
	padding: 0px;
}
