
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-3dlight-color:#CCC;
	scrollbar-darkshadow-color:#CCC;
	scrollbar-shadow-color:#FFF;
	scrollbar-arrow-color:#5380A7;
	scrollbar-track-color:#DEE5F2;
}

body {
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #E2ECF6;
	background-image: url(../img/background/background_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 100.01%;
}

a:link, a:visited, a:hover {
	color: #666a6a;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #22739B;
	border-bottom: 3px solid #E7730D;
	padding-bottom: 2px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #006699;
	float: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

ol {
 margin-top: 10px;
 margin-bottom: 26px;
}

ol li {
	list-style-type: decimal !important;
	background: none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.fixFloat, .fixFloatInhalt {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	border: 0;
	margin: 0;
	padding: 0;
}

.fixFloatInhalt {
	margin-bottom: 5px;
}

em {
	color: #666a6a;
	font-style: normal;
}

form {
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#basicHeadline {
	width: 100%;
	background-color: #CADDEC;
	display: none;
}

#basicHeadline h1 {
	font-size: 18px;
	padding: 8px 0px;
}

#centerContent {
	position: relative;
	min-height: 100%;
	text-align: left;
	margin: auto;
	border: 0;
	width: 1000px;
	background-image: url(../img/background/background_content.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

* html #centerContent { /* debug für background verschiebung in allen IE um 1px */
	width: 999px;
	background-position: top left;
	height: 100%;
}

#content {
	padding: 11px 0px 0px 7px;
}

.separator {
	background-image: url(../img/background/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center left;
	width: 100%;
	clear: both;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

.invisible {
	display: none;
}

 /* navigation                                  */
/***********************************************/

#navigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: normal;
}

#navigation img {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
}

#navigation ul, #navigation a {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-right: 1px solid #E2ECF6;
	background-color: #006699;
	border-bottom: 1px solid #BFD8E5;
	width: 136px;
	height: 24px;
}

/*#navigation li a:hover, #navigation li .active {
	color: #FFF;
	background-color: #3B97C5;
}*/











#navigation #klappMenue li ul { /* alle second-level Listen */
	position: absolute;
	z-index: 100;
	clear: both;
	margin: -2px 0px 0px -1px;
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;	
	filter: alpha(opacity=90); /* Für Internet Explorer, nicht CSS2 valide */ 
	opacity: .90; /* Für Safari & Mozilla ab 1.7b, CSS3 valide! */
	-moz-opacity: .90; /* ältere Mozilla versionen, wird von "opacity" in CSS3 abgelöst, nicht CSS2 valide */
	-khtml-opacity: .90; /* Für Konqueror und ältere Safari Versionen, nicht CSS2 valide */
	left: -999em; /* benutze left statt display um Menues zu verstecken weil display: none nicht von screen reader ausgelesen werden kann */
	top: 37px;
}

* html #navigation #klappMenue li ul {
	margin-left: -137px;
}

*+html #navigation #klappMenue li ul {
	margin-left: -137px;
}

/*
* html #navigation #klappMenue li ul {
	margin: 24px 0 0 -137px;
}

*+html #navigation #klappMenue li ul {
	margin: 24px 0 0 -137px;
}
*/

#navigation li ul li {
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	height: auto !important;
	border-bottom: 1px solid #ddd;
}

#navigation #klappMenue li:hover ul, #navigation #klappMenue li.sfhover ul { /* Listen verschachtelt unter hovered List Objekten */
	left: auto;
}

#klappMenue li ul li {
	background-image: none;
	background-color: #fff;
}

#navigation li ul li a:hover {
	background-color: #F2F3F4;
}

#navigation li ul li a:link, #navigation li ul li a:visited {
	color: #0259A5;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0px !important;
	width: 116px;
	padding: 6px 10px;
}

#navigationAktiv {
	background-color: #C7DCEB;
	font-weight: bold;
}

#navigationAktiv a:link, #navigationAktiv a:visited {
	color: #0259A5;
}








 /* columnleft                                  */
/***********************************************/

#columnleft {
	position: absolute;
	font-size: 0.8em;
	width: 151px;
	margin-top: 13px;
	/*padding: 21px 14px 36px 36px;*/
	padding: 21px 18px 36px 32px;
	background-image: url(../img/background/background_submenue.jpg);
	background-repeat: no-repeat;
}

 /* submenue                                    */
/***********************************************/

#submenue ul {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

#submenue li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85% !important;
	list-style-type: none;
	background-image: url(../img/icons/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.8em;
	padding: 6px 0px 6px 18px;
	border-bottom: 1px solid #D3D3D3;
}

#submenue li a {
	color: #006699;
	width: 133px;
	display: block;
}

#submenue li a:hover {
	color: #C20F15;
}

#submenue li .active {
	font-weight: bold;
	color: #22739B;
}

#submenue .active {
	color: #22739B !important;
	cursor: default;
}

 /* search                                      */
/***********************************************/

#search {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: -1px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 30px;
	width: 156px;
	border-top: 1px solid #fff;
}

#search label {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
}

#search fieldset {
	border: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#search input {
	font-size: 0.8em;
	float: left;
	color: #484848;
	padding: 0px 2px 1px 1px;
	margin: 0px;
}

#search #searchInput {
	width: 103px;
}

#search #searchButton {
	border: none;
	background-color: #848484;
	padding: 1px 3px 0px 3px;
	margin: 0px 0px 0px 5px;
	color: #fff;
	font-size: 0.85em;
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	cursor: help;
}

html>body #search #searchButton {
	padding-bottom: 1px;
}

 /* fontSizer                                    */
/***********************************************/

#fontSizer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.9em;
	width: 160px;
	margin-top: 20px;
}

#fontSizer .fontSizerMenue {
	margin-top: 5px;
}

#fontSizer .fontSizerMenue ul {
	margin: 0px;
	padding: 0px;
}

#fontSizer .fontSizerMenue li {
	list-style-type: none;
	float: left;
	margin-right: 4px;
	background-color: #F2F7FA;
}

#fontSizer .fontSizerMenue li a {
	background-color: #F2F7FA;
	padding: 1px 11px 1px 11px;
	border: 1px solid #D6E1EC;
	border-bottom-color: #B9C3CC;
	border-right-color: #B9C3CC;
	display: block;
}

#fontSizer .fontSizerMenue li a:hover {
	background-color: #E2ECF6;
}

 /* headquarter                                 */
/***********************************************/

#headquarters {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.9em;
	width: 173px;
	margin-top: 0px;
	margin-left: 0px;
}

#headquarters p, #headquarters h3 {
	padding-left: 0px !important;
}

#headquarters ul {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	line-height: 1.3;
}

#headquarters li {
	list-style-type: none;
	margin: 2px 4px 2px 0px;
	padding: 0px;
}

#headquarters li img {
	list-style-type: none;
	margin-right: 11px;
	margin-left: 0px;
}

#headquarters li a {
	color: #827727;
	display: block;
	width: 100%;
}

#headquarters li a:hover {
	display: block;
	width: 100%;
	color: #006699;
	background-color: #E2ECF6;
}

#headquarters h3, #headquarters h3 a {
	color: #C20F15;
	padding-bottom: 5px;
}

#headquarters p {
	margin: 0px;
}

#headquarters .active  {
	font-weight: bold;
	text-decoration: none !important;
	cursor: default;
	color: #827727 !important;
	background-color: #fff !important;
}

 /* affiliates                                 */
/***********************************************/

#affiliates {
	padding-top: 13px;
}

#affiliates h3 {
	color: #666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 16px;
	padding-bottom: 3px;
}

 /* tools                                       */
/***********************************************/

#tools {
	position: relative;
	width: 888px;
	text-align: right;
	color: #416C81;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/background/background_tools.gif);
	background-repeat: repeat-x;
}

#tools ul {
	margin: 0px;
	padding: 0px;
 	font-family: Arial, Helvetica, sans-serif;
}

#tools li {
	list-style-type: none;
	display: inline;
}

#tools li a {
	color: #416C81;
	padding: 0px 7px;
}

#tools li a:hover {
	color: #C20F15;
}

#tools .active {
	color: #C20F15 !important;
}

 /* headerImage                                 */
/***********************************************/

#headerImage {
	position: relative;
	float: left;
	padding-top: 0px;
	left: 201px;
	background-color: #fff;
}

 /* logo                                        */
/***********************************************/

#logo {
	float: right;
	padding-right: 7px;
	margin-top: -24px;
}

 /* columnMiddle                                */
/***********************************************/

#columnMiddle {
	width: 552px;
	/*margin-top: -30px;*/
	margin-left: 224px;
	font-size: 0.75em;
	position: relative;
	top: -30px;
}

#columnMiddle h2 {
	margin: 15px 4px 11px 0px;
	padding-right: 14px;
	float: left;
	background-image: url(../img/background/h2_dotted_line.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 1.5em;
}

#columnMiddle h3 {
	color: #484848;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-size: 1.1em;
	float: left;
	text-transform: uppercase;
	margin-bottom: 11px;
}

#columnMiddle ul {
	margin: 0px 0px 4px 3px;
	padding: 0px;
}

html>body #columnMiddle ul {
	overflow:auto;
}

*+html #columnMiddle ul {
	min-height: 1em;
}

* html #columnMiddle ul {
	height: 1em;
}

#columnMiddle li {
	list-style-type: none;
	background-image: url(../img/background/listpoint_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px;
	padding: 0px 0px 7px 10px;
}

#columnMiddle a {
	border-bottom: 1px dotted #627D8A;
	color: #416C81;
}

#columnMiddle .csc-textpic-imagewrap a {
	border-bottom: none !important;
}

* html #columnMiddle a {
	border-bottom: 1px dotted #8E9DA5;
}

#columnMiddle a:hover {
	color: #C20F15;
}

#columnMiddle #backandBorder {
	background-image: url(../img/icons/arrow_back_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 85%;
	padding-left: 12px;
	padding-top: 6px;
	margin: -40px 23px 20px 0px;
	border-top: 1px solid #C8CCCE;
}

#columnMiddle #backandBorder a {
	font-size: 0.9em;
	color: #616364;
	border: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/*#columnMiddle .tx-flvplayer2-pi1 {
	margin: 4px 7px 0px;
	padding: 10px 0px 10px 95px;
	background-color: #e2ecf6;
	border: 1px solid #d2d3d5;
}

#columnMiddle .tx-flvplayer2-pi1 {
	position: relative !important;
	display: block !important;
	top: 0px !important;
	left: 0px !important;
	width: 100% !important;
	height: 100% !important;
	background-color: #000 !important;
}

#columnMiddle .tx-flvplayer2-pi1 {
	position: absolute !important;
	z-index: 1000;
	display: block !important;
	top: -80px !important;
	margin: 0px 0px 0px 28px;
	padding: 0px;
	border: 1px solid #606060;
}

#film img {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.filmSkip img {
	/*position: absolute;
	width: 482px;
	z-index: 21;
	top: 532px;
	margin-left: -241px;
	margin: auto;
	text-align: center;
	border: 0;
}

.filmSkip {
	position: absolute;
	top: 532px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 21;
	height: 52px;
	width: 100%;
	min-width: 1000px;
}*/


 /* columnRight                                 */
/***********************************************/

#columnRight {
	margin-top: 16px;
	padding-left: 9px;
}

#columnRight h3 {
	color: #C20F15;
	margin-bottom: 9px;
}

* html #columnRight img {
	margin-bottom: -10px !important;
}

#columnRight #cv .csc-textpic-text {
	text-align: center;
	margin-right: 10px;
}


 /* subHeadline                                 */
/***********************************************/

#subHeadline {
	padding-top: 4px;
	padding-left: 5px;
	color: #484848;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	text-transform: uppercase;
}

 /* textAndPictures                             */
/***********************************************/

#textAndPictures {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 23px 50px 0px;
	/*padding: 0px 60px 50px 0px;*/
	color: #484848;
}

#textAndPictures img {
	margin: 0px;
	padding: 0px;
}

#textAndPictures p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

 /* CSS styled IMGTEXT                          */
/***********************************************/

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	padding-right: 14px;
}

/* Pictures on left, nowrap add margin on right */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image, {
	padding-right: 0px;
}

/* Pictures on left, nowrap, text */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text {
	position: relative;
	left: 14px;
}
	
/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	padding-left: 14px;	
}

.csc-textpic-caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px 0px 2px 0px;
	margin-bottom: 5px !important;
	color: #627D8C;
	background-color: #D1E2EC;
	text-align: center;
}

html>body .csc-textpic-caption {
	padding: 0px !important;
	margin: 0px !important;
}

.csc-textpic-text {
	/*background-color: #DEE3E7;*/
}

.csc-textpic {
	clear: both;
}

/*.csc-header csc-header-n2 {
	padding: 50px;
}*/

.csc-textpic-clear {
	padding-bottom: 15px;
}

#columnMiddle .csc-header {
	padding-top: 20px;
	padding-left: 0px;
}

#columnMiddle .csc-header-n1 {
	padding-top: -17px;
	padding-left: 0px;
}





 /* right                                       */
/***********************************************/

#right {
	position: absolute;
	width: 181px;
	font-size: 0.75em;
	right: 19px;
	top: 266px;
}

#right p {
	margin: 4px 0px;
}

 /* phone                                       */
/***********************************************/

#right #phone {
	background-image: url(../img/background/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 5px;
}

#right #phone h3 {
	color: #484848;
	background-image: url(../img/icons/feel_free.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 16px 0px 1px 40px;
} 

#columnleft #phone {
	background-image: url(../img/background/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 10px;
	margin-top: 15px;
	width: 153px;
}

#columnleft #phone h3 {
	color: #484848;
	background-image: url(../img/icons/feel_free.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 5px 42px !important;
	width: 100px;
}

 /* vacancies                                   */
/***********************************************/

#right #vacancies .active {
	text-decoration: none !important;
	font-weight: bold;
	color: #22739B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right #vacancies .active a {
	color: #484848 !important;
}

#right #vacancies ul {
	margin: 0px 0px 0px 3px !important;
	padding: 0px;
}

#right #vacancies li {
	list-style-type: none;
	background-image: url(../img/background/listpoint_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px;
	padding: 0px 0px 7px 10px;
	position: relative;
}

#right #vacancies a {
	text-decoration: underline;
	color: #484848;
}

#right #vacancies a:hover {
	color: #C20F15;
}


 /* news general                                */
/***********************************************/

.news {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background-image: url(../img/background/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.news img {
	float: left;
}

.news a {
	color: #606060 !important;
}

.news a:hover {
	color: #C20F15 !important;
}

.newsText {
	display: block;
	padding-left: 69px;
	padding-bottom: 5px;
}


 /* news right column                           */
/***********************************************/

* html #right .news { /* Mindesthoehe bei IE bis V6 */
	height: 105px;
}

html>body #right .news { /* Mindesthoehe bei allen anderen Browsern */
	min-height: 105px;
}

#right .news h3 {
	color: #C20F15;
	padding: 8px 4px 8px 0px;
	float: left;
}

#right .news .congresscalendar h3 {
	color: #C20F15;
	padding: 8px 4px 0px 0px;
	margin-bottom: 0px;
	float: block;
}

#right .news .congresscalendar .newsDate {
	margin-top: 3px;
	padding-top: 0px;
}


 /* news middle column general                  */
/***********************************************/

#columnMiddle .news {
	padding: 6px 0px 0px 0px;
	background-position: top left;
	display: block;
}

#columnMiddle .news h3 {
	color: #C20F15;
	padding: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-size: 1.0em;
	font-weight: normal !important;
	font-family: Arial, Helvetica, sans-serif;
}

#columnMiddle .news img {
	padding-bottom: 0px;
}

#columnMiddle .newsContent,
#columnMiddle .newsLinks {
	position: absolute;
	margin: -1px 0px 0px 0px !important;
	padding: 0px !important;
	left: 0px;
	display: block;
}

#columnMiddle .newsContent a,
#columnMiddle .newsLinks a {
	position: relative;
	background-image: url(../img/background/transparent.gif);
	height: 70px !important;
	width: 60px !important;
	display: block;
	font-size: 0px;
	color: #f2f7fa !important;
	border-bottom: none !important;
}

#columnMiddle .location {
	margin-top: 16px;
}

#columnMiddle .newsContentCongressCalendar {
	background: url(../img/buttons/congress_calendar_button.jpg) #e2ecf6 no-repeat 0px 0px;
	width: 160px;
	height: auto;
	margin-top: 4px;
	padding: 0px;
}

#columnMiddle .newsContentCongressCalendar a {
	border-bottom: none;
	line-height: 1.8;
	padding-left: 10px;
	color: #416c81 !important;
	display: block;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 10px !important;
}

#columnMiddle .newsContentCongressCalendar a:hover {
	background-color: #d5e5f5;
	border: 1px solid #fff;
	border-top: 1px solid #f2f7fa;
	border-left: 1px solid #f2f7fa;
	line-height: 1.6;
	padding-left: 9px;
}

#columnMiddle .newsText {
	padding-top: 4px;
	margin-left: 8px;
}

#columnMiddle .newsText h3 {
	padding-top: 1px;
}

#columnMiddle .newsTextSingle img {
	margin-right: 18px;
}

#columnMiddle .newsTextSingle {
	margin: -20px 0px 0px 0px !important;
	padding: 0px !important;
}

.newsMore {
	text-decoration: underline;
}

:root .newsMore.firefox {
	padding-bottom: 11px;
}

.newsMore a {
	color: #22739b !important;
}

.newsTitle {
	color: #606060 !important;
}

.newsDate {
	color: #827727;
	float: left;
	padding: 9px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#columnMiddle #furtherAnnouncements a {
	float: right;
	padding-top: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D2D3D5;
	width: 382px;
	text-align: right;
	text-decoration: none;
	background-image: url(../img/icons/linkpfeil_anim2.gif);
	background-repeat: no-repeat;
	background-position: 234px 15px;
	color: #C20F15;
}

#columnMiddle #furtherAnnouncements a:hover {
	color: #416C81;
}

#columnMiddle .list h1 {
	font-size: 1.0em;
	border: none;
}

 /* news middle column press                    */
/***********************************************/

#columnMiddle .newsPressList .news {
	background: none !important;
}

#columnMiddle .newsPressList h3, #columnMiddle .newsPressListDate {
	background-color: #E2ECF6;
	padding: 7px 30px 6px 9px;
	margin: 5px -23px 0px 0px;
	background-image: url(../img/background/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	float: left;
}

#columnMiddle .newsPressList h3 {
	width: 403px;
	border-left: 1px solid #fff;
}

#columnMiddle .newsPressList em {
	background-image: url(../img/icons/arrow_red_small.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}

#columnMiddle .newsPressList a {
	cursor: pointer;
	color: #484848 !important;
	border: none;
	width: 100%;
}

#columnMiddle .newsPressList a:hover {
	color: #C20F15 !important;
}

#columnMiddle .newsPressListDate {
	width: 100px;
	padding: 7px 0px 6px 9px !important;
	margin: 5px 0px 0px 0px !important;
	color: #416C81;
}

#columnMiddle .newsPressSingle {
	background-image: none;
}

#columnMiddle .newsPressSingle .contenttable {
	width: 100%;
}

#columnMiddle #newsPressSingleFooter {
	clear: both;
	border-top: 1px solid #D2D3D5;
	margin-top: 20px;
	padding-top: 5px;
	color: #666A6A;
}

#columnMiddle #newsPressSingleDate {
	text-align: left;
	margin: -14px 0px 0px 0px;
	padding: 0px;
}

#columnMiddle #newsPressSingleBack {
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/icons/arrow_red_small_back.gif);
	background-repeat: no-repeat;
	background-position: 495px 50%;
	position: relative;
}

#columnMiddle .newsPressSingle h2 {
	clear: both;
}

#columnMiddle .newsPressSingle h1 {
	color: #22739B;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	font-size: 1.0em;
	padding-bottom: 6px;
	border: none;
}

#columnMiddle .newsPressSingle img {
	padding: 0px 14px 5px 0px;
	float: left;
}

#columnMiddle .newsPressSingle .singleBlock	 {
	float: left;
	text-align: center;
}

#columnMiddle .newsPressSingle .singleBlock img	 {
	display: block;
}

#columnMiddle .newsPressSingle .bildunterschrift {
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 14px;
	text-align: center;
	font-size: 0.9em;
	color: #627D8C;
}


 /* howToFindUs                                 */
/***********************************************/

#howToFindUs img {
	padding-right: 10px;
}

#howToFindUs .csc-textpic-intext-right dt img {
	padding: 2px 0px 3px 0px !important;
}

#howToFindUs .csc-textpic-caption {
	background-color: #F2F7FA;
	width: 78px;
}



#howToFindUs a, #howToFindUsRight li {
	border: none !important;
	background-image: url(../img/icons/email.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	line-height: 2;
}

#howToFindUs .markerBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 10px !important;
	height: 1.2em;
}

#howToFindUs .markerBlue strong {
	float: left;
}

#howToFindUs .markerBlue a {
	float: right;
	margin-right: 0px;
	margin-top: -4px;
	background-image: url(../img/icons/linkpfeil_anim2.gif);
	background-repeat: no-repeat;
	background-position: 0px 60%;
	padding-left: 16px;
}

*html #howToFindUs .markerBlue a {
	margin-bottom: -6px;
}

#howToFindUsRight ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#howToFindUsRight a:hover {
color: #C20F15;
}


 /* footer                                      */
/***********************************************/

#footer {
	position: relative;
	clear: both;
	width: 480px;
	margin: auto;
	font-size: 0.7em;
	color: #616364;
	height: 22px;
	margin-top: -23px;
	right: 4px;
	text-align: left;
	border-top: 1px solid #C8CCCE;
	background-image: url(../img/logo_iso.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}

#footerText {
	padding-top: 5px;
}

#footerText p {
	padding: 0px;
	margin: 0px;
}

#footerText {
	background-image: url(../img/background/pipe.gif);
	background-repeat: no-repeat;
	background-position: 20.4em 6px;
}

#footerText a {
	padding-left: 13px;
}

#footerText #top {
	position: absolute;
	right: 0px;
	background-image: none;
	background-image: url(../img/icons/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#footer #iso {
	padding: 0px 4px;
}


 /* buttons                                     */
/***********************************************/

.buttonContact, #furtherInfo a {
	position: realtive;
	background-image: url(../img/buttons/contact.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 18px;
	float: left;
	margin: 3px 14px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.95em;
}

/*.buttonContact, #furtherInfo a {
	position: relative;
	background-image: url(../img/buttons/contact.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 18px;
	float: left;
	position: relative;
	margin: 3px 14px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.95em;
}*/

.buttonContact a {
	border: none !important;
	display: block;
	width: 100%;
	height: 100%;
}

#furtherInfo a {
	border: none !important;
	padding-bottom: 5px;
	margin-left: 29px;
	font-weight: normal;
	color: #385D6F;
}

.buttonContact a:hover {
	border-bottom: 1px solid #fff !important;
}


 /* map                                         */
/***********************************************/

#map {
	position: absolute;
	top: -10px;
	left: -220px;
}


 /* sitemap                                     */
/***********************************************/

.csc-sitemap {
	margin: 4px 0 0 0;
	padding: 0px;
	display: inline;
}

.csc-sitemap a {
	border: none !important;
}

.csc-sitemap ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	display: block;
}

.csc-sitemap ul ul {
	list-style-image: none !important;
	list-style-type: none;
}

.csc-sitemap ul ul ul {
	display: none;
}

.csc-sitemap li {
	padding-left: 0 !important;
	list-style-type: none;
	background-image: none !important;
}

.sitemapEins  {
	clear: both;
	background-color: #E2ECF6;
	color: #416C81;
	padding: 8px 30px 7px 9px !important;
	margin: 0px -23px 10px 0px !important;
	font-weight: bold;
}

.sitemapZwei {
	padding: 0px;
	margin-top: 0px;
}

.sitemapZwei a {
	margin-left: 11px;
	padding: 4px 0px 4px 10px;
	background-image: url(/fileadmin/img/icons/arrow_red_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #455868 !important;
}

.sitemapZwei a:hover {
	color: #C20F15 !important;
}

.sitemapZwei li {
	padding: 4px 0px 4px 10px;
	background-image: url(/fileadmin/img/icons/arrow_red_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #455868 !important;
}

 /* sitemapSubpages                             */
/***********************************************/

.sitemap {
	display: block;
	margin-left: 119px;
}

.sitemap li {
	float: left;
	margin: 0px 0px 10px 0px!important;
	padding: 0px !important;
	background: none !important;
}

.sitemap a {
	font-weight: bold !important;
}

.eventsitemap ul {
	margin: 0px !important;
	padding: 0px !important;
	width: 500px;
}

.eventsitemap ul li {
	background-color: #E2ECF6 !important;
	background-position: 8px 12px !important;
	color: #416C81 !important;
	padding: 8px 30px 7px 19px !important;
	margin: 15px 0px 10px 0px !important;
}

.eventsitemap ul li a {
	padding: 0px !important;
	margin: 0px !important;
	text-transform: uppercase;
	font-weight: bold;
}

/************** Kontaktformular **************/

#kontaktformular .pflichtfeld {
	border-color: #FF0000 !important;
}

#kontaktformular a {
	margin: -5px 10px 0px 0px;
	font-weight: bold;
	float: left;
}

#kontaktformular h4 {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	background-color: #E2ECF6;
	color: #416C81;
	padding: 8px 30px 7px 9px !important;
	margin: 10px -23px 15px 0px !important;
	font-size: 1.0em;
	font-weight: normal;
}

#submitted {
	clear: both;
}

#submitted h4 {
	color: #C20F15;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#kontaktformular .markerBlue {
	height: 22px;
	padding-top: 18px !important;
	margin-top: 24px !important;
}

#kontaktformular label {
	width: 93px;
	display: block;
	float: left;
	padding-top: 3px;
	padding-left: 8px;
}

#kontaktformular fieldset {
	border: none;
}

#kontaktformular input {
	border: 1px solid #6698CC;
	background-color: #F6F9FC;
	border-bottom-color: #91B2D4;
	border-right-color: #91B2D4;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100px;
	background-color: #fff;
	font-size: 1.0em;
	color: #484848;
}

#kontaktformular select {
	border: 1px solid #6698CC;
	background-color: #F6F9FC;
	border-bottom-color: #91B2D4;
	border-right-color: #91B2D4;
	font-size: 1.0em;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	color: #484848;
}

#kontaktformular textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #6698CC;
	background-color: #F6F9FC;
	border-bottom-color: #91B2D4;
	border-right-color: #91B2D4;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 1.0em;
	padding-left: 5px;
	padding-right: 5px;
	width: 386px;
	color: #484848;
}

#kontaktformular #buttons {
	float: left;
}

#kontaktformular .links {
	width: 260px;
	float: left;
	border-right: 1px solid #D2D3D5;
	margin-right: 6px;
}

#kontaktformular .rechts {
	width: 250px;
	float: left;
}

#kontaktformular .links input, #kontaktformular .rechts input {
	width: 120px;
}

#kontaktformular .rechts select {
	width: 132px;
}

.threeColumns {
	margin-bottom: 10px;
}

.threeColumns label, .threeColumns input, .threeColumns select {
	clear: both;
}

.threeColumns label {
	width: 160px !important;
	margin: 0px 0px 3px 1px;
}

html>body .threeColumns label {
	margin-top: 10px;
}

.threeColumns input {
	width: 140px !important;
}

.threeColumns select {
	width: 152px !important;
}

.threeColumns .one {
	width: 173px;
	float: left;
	text-align: center;
}

#kontaktformular .check .links input {
	border: none;
	background: none;
	float: left;
	width: 20px;
	margin-bottom: 4px;
}

html>body #kontaktformular .check .links input {
	margin-bottom: 7px;
}

#kontaktformular .check .links label {
	float: right;
	width: 226px;
	padding-left: 0px;
}

#kontaktformular .check textarea {
	width: 491px;
	clear: both;
}

#kontaktformular .check .rechts textarea {
	width: 224px;
	clear: both;
}

#kontaktformular .check .rechts label {
	width: 230px;
	margin-bottom: 3px;
}

#kontaktformular .checkboxes  {
	margin: 0px !important;
	padding: 20px 0px !important;
}

#kontaktformular .checkboxes input {
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	background: none;
	float: left;
	width: 20px;
}

#kontaktformular .checkboxes label {
	width: 500px;
	float: right;
}


 /* tabelle                                     */
/***********************************************/

table {
	border: 1px solid #B9CEDA;
	border-collapse: collapse;
	margin: 0 0 14px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	line-height: 1.166;
}

#columnMiddle .newsPressSingle table {
	border: none;	
}

table p {
	margin: 3px 0px 3px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

td {
	border: 1px dotted #ABC4D3;
	padding: 3px 8px;
	vertical-align: top;
}

#columnMiddle .newsPressSingle td {
	border: none;	
}

#download td {
	vertical-align: middle;
}

td p {
	margin: 0px;
	padding: 0px;
}

td ul {
	margin-top: 10px !important;
}

.contenttable {
	margin: 0 0 19px 0;
	padding: 0;
}

/************* #ticker ausgabe ***************/

#ticker {
	height: 12px;
	color: #416C81;
	padding: 7px 0px 9px 9px;
	margin: -56px 9px 0px 0px;
}

*html #ticker {
	padding: 8px 30px 0px 9px;
	margin-right: -30px;
}

*html .tickerrahmen {
	margin-right: 39px;
}

.tickerrahmen {
	background-color: #E2ECF6;
}

.tickerrahmen p {
	padding: 0px !important;
	margin: 0px !important;
}

#ticker a {
	text-decoration: underline;
	border: none;
}

/************* #search ausgabe ***************/

.tx-erweitertesuche-pi1 a {
	display: block;
	padding: 0px;
	border: none !important;
	text-decoration: underline !important;
}

.tx-erweitertesuche-pi1 .ergebnis {
	margin: 10px 0px 20px 10px;
	min-height: 50px;
}

.tx-erweitertesuche-pi1 .ergebnisHead {
	clear: both;
	background-color: #E2ECF6;
	color: #416C81;
	padding: 8px 30px 7px 9px !important;
	margin: 15px -23px 15px 0px !important;
	font-size: 1.0em;
}


 /* RTE                                         */
/***********************************************/

.markerBlue {
	clear: both;
	background-color: #E2ECF6;
	color: #416C81;
	padding: 8px 30px 7px 9px !important;
	margin: 15px -23px 15px 0px !important;
}

* html .markerBlue { /* debug für padding top in allen IE um 1px */
	padding-top: 7px !important;
	/*overflow: auto;*/
}

.blue {
	color: #22739B;
}

.blueBold {
	color: #22739B;
	font-weight: bold;
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.red {
	color: #C20F15;
}

.redBold, .info {
	color: #C20F15;
	font-weight: bold;
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oblique {
	font-style: oblique;
}

.pdf {
	background-image: url(../upload/images/icons/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 45%;
	padding-left: 27px !important;
	margin: 0px;
	height: 16px;
}

.info {
	background-image: url(../upload/images/icons/info.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 38px !important;
	padding-top: 8px !important;
	margin: 0px 0px 0px 0px;
	height: 30px;
}

p.tableWhite, .tableWhite, .tableWhite td {
	background-color: white !important;
}

p.tableBlue, .tableBlue, .tableBlue td {
	background-color: #E2ECF6;
}

p.tableDarkBlue, .tableDarkBlue, .tableDarkBlue td {
	background-color: #006699;
}

p.tableGrey, .tableGrey, .tableGrey td {
	background-color: #CDD3D9;
}

p.tabelleYellow, .tabelleYellow, .tabelleYellow td {
	background-color: #FFFFE7;
}

.hcrevents .list .entry {
	padding-bottom: 10px;
	border-bottom: 1px dotted #c1c1c1;
	margin: 0px 20px 10px 0px;
}

.hcrevents .list .entry .calendar {
	width: 59px;
	height: 60px;
	display: inline;
	float: left;
	background: url('/fileadmin/img/calendar.gif') 0px 0px no-repeat;
	margin-right: 15px;
}

.hcrevents .list .entry .calendarWithoutDate {
	width: 59px;
	height: 60px;
	display: inline;
	float: left;
	background: url('/fileadmin/img/calendar_without_date.gif') 0px 0px no-repeat !important;
	margin-right: 15px;
}

.hcrevents .calendarWithoutDate .month,
.hcrevents .calendarWithoutDate .day {
	display: none;
}

#right .hcrevents .latest .calendar .month,
.hcrevents .list .entry .calendar .month {
	color: white;
	text-align: center;
	font-size: 8px;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	padding-top: 8px;
	letter-spacing: 0px !important;
	font-size: 9px;
}

#right .hcrevents .latest .calendar .day,
.hcrevents .list .entry .calendar .day {
	text-align: center;
	padding-top: 8px;
	font-size: 20px;
	color: #223444;
	font-weight: bold;
}

.hcrevents .list .entry .text {
	width: 435px;
	display: inline;
	float: left;
	padding-top: 4px;
}

.hcrevents .list .entry .text h4 {
	display: block !important;
	color: #c20f15 !important;
	font-weight: bold !important;
	font-size: 13px !important;
	text-transform: none !important;
}

.hcrevents .list .entry .text p {
	margin: 2px 0px !important;
}

.hcreventdetail .image {
	float: left;
	padding: 0px 15px 10px 0px;
}

#right .hcrevents .latest .news {
	padding-bottom: 5px;
}

:root #right .hcrevents .latest .news {
	padding-bottom: 0px;
}

#right .hcrevents .latest .newsText {
	padding-bottom: 0px;
}

#right .hcrevents .latest .newsText {
	background: url('/fileadmin/img/calendar_latest.gif') 0px 0px no-repeat;
	/*background: url('/fileadmin/img/calendar_without_date.gif') 0px 0px no-repeat;*/
	min-height: 60px;
}

* html #right .hcrevents .latest .newsText {
	height: 60px;
}

#right .hcrevents .latest .calendar {
	position: absolute;
	left: 0px;
	width: 59px;
	height: 60px;
}

#right .hcrevents .latest .newsText p {
	margin: 0px 0px 2px 0px !important;
	padding-top: 5px;
}

#headquarters h3 {
	padding-left: 20px !important;
	background: url('/fileadmin/upload/images/flags/flag_69.gif') 0px 2px no-repeat;
}