@media all
{
	
	/*
	#######################################################################################
	# Ueberschriften, Fliesstexte
	#######################################################################################
	*/
	
	body, body.htmlarea-content-body { 
		font-size: 83.33%; 
		font-family: Arial, 'Trebuchet MS', Verdana,  sans-serif;
	}
	
	.mainHeadline{
		margin: 5px 0 5px 0;
	}
	
	
	h1 {
		margin-bottom: .2em;
		font-size: 1.8em;
		font-weight: normal; 
		color: #074B88;
	}
	
	#cntMainHeadline h1 {
		font-weight: bold;
		margin-bottom: 3px;
	}
		
	h2 {
		margin-bottom: .3em;
		font-size: 1.3em; 
		font-weight: bold; 
		color: #074B88;  
	}
		
	h3 {
		margin-bottom: .3em;
		font-size: 1.2em; 
		color: #074B88; 
		font-weight: bold; 
	}
		
	h4 {
		/*
		font-size: 0.9em;				
		color: #af0032; 
		*/
		font-size: 1.0em; 
		color: #074B88;
		margin: 15px 0;
		font-weight: bold;
	}
	
	ul,dd,dt { 
		line-height: 1.5em;
	}
		
	p { 
		font-size: .9em;
		line-height: 1.2em; 
		margin: 0 0 1em 0; 
	}
	
	strong,b { 
		font-weight: bold; 
	}
		
	em,i { 
		font-style: italic; 
	}
		
	pre, code {	
		font-family: "Courier New", Courier, monospace;
	}
		
	address { 
		font-style:normal; 
		line-height: 1.5em; 
		margin: 0 0 1em 0;
	}
	
	acronym, abbr {
		border-bottom: 1px dashed #c00;
		cursor: help;
	}
	
	dd, dl {
		margin:0;
	}
	
	li{
		margin-left: 0px;
		padding-left: 10px;
		list-style-type: none;
		background-image: url('../images/listpoint.gif');
		background-repeat: no-repeat;		
		background-position: 0 7px;
	}
	
	.csc-textpic-caption {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
		margin-top: 10px !important;
	}
	
	/* #######################################################################################
	# Links
	########################################################################################*/
	
	a{
		color: #074B88;
		text-decoration: none;
	}
	
	a:hover,
	a:focus{
		text-decoration: underline;		
	}
		
	a.arrow{
		padding-left: 10px;
		background-image: url('../images/arrow.gif');
		background-repeat: no-repeat;
		text-decoration: none;
		background-position: 0px 4px;
	}
	
	/*
	#######################################################################################
	# Tabellen 
	#######################################################################################
	*/
	
	table { 
		border-collapse:collapse; 
		margin-bottom: 0.5em;
	}
	
	/*
	#######################################################################################
	# Formulare
	#######################################################################################
	*/
	
	.csc-mailform-field{
		margin-bottom: 15px;
	}
	
	fieldset.csc-mailform label {
		width: 120px;
		float: left;
		margin-right: 10px;
		display: block
	}
	
	fieldset.csc-mailform input, 
	fieldset.csc-mailform textarea  {
		padding:2px;
		font-family: Arial, 'Trebuchet MS', Verdana,  sans-serif;
		font-size: .9em;
		border:1px solid #cdcdcd;
	}
	
	fieldset.csc-mailform input{
		width: 350px;
	}
	
	fieldset.csc-mailform textarea {
		width: 350px;
		height: 130px;
	}
	
	fieldset select{
		width: 355px;
	}
	
	fieldset.csc-mailform input.csc-mailform-check{
		width: 20px;
	}
	
	fieldset legend{
		display: none;
	}
	
	
	fieldset #mailformradio label{
		position: relative;
		top: -2px;
		float: none;
		display: inline;
	}
	
	fieldset.csc-mailform input.csc-mailform-radio{
		margin-top: 2px;
		width: 20px;
	}
	
	fieldset.csc-mailform input.csc-mailform-submit{
		width: 100px;
		margin-left: 386px;
	}
}

	/*
	#######################################################################################
	# Content Teaser Element  / daniel.seinsche@bgm-gmbh.de / 2009-07-22
	#######################################################################################
	*/

	.teaserMain {
		width: 326px;
		height: 125px;
		border: 1px solid #83A5C3;
		margin: 0px 0px 15px 0px;
	}
	
	h3.teaserHeadline a {
		width: 316px;
		/*height: 26px;*/
		height: auto;
		display: block;
		background-color: #83A5C3;
		color: #FFF;
		padding-left: 10px;
		padding-top: 7px;
		padding-bottom: 6px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.teaserImage {
		float: right;
		height: auto;
		width: 110px;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-right: 10px;
		text-align: right;
	}
	
	* html .teaserImage {
		padding-right: 0;
		margin-bottom: 10px;
		margin-right: 5px;
	}
	
	.teaserImage img {
		padding: 0px !important;
		margin: 0px 0px 0px 0px !important;
	}

	.teaserText {
		font-size: 12px;
		/*float: left;*/
		padding-left: 10px;
		padding-right: 10px;
		/*width: 180px;*/
		padding-top: 5px;
	}

	.teaserText p {
		margin: 0px !important;
		font-size: 12px !important;
	}

	.bigteaserMain {
		width: 326px;
		height: auto;
		min-height: 225px;
		float: left;
		border: 1px solid #83A5C3;
		margin: 0px 0px 15px 0px;
	}
	
	h3.bigteaserHeadline a {
		width: 316px;
		height: 26px;
		display: block;
		background-color: #83A5C3;
		color: #FFF;
		padding-left: 10px;
		padding-top: 7px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.bigteaserImage {
		float: right;
		height: auto;
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	.bigteaserImage img {
		padding: 0px !important;
		margin: 0px 10px 0px 0px !important;
	}

	.bigteaserText {
		float: left;
		font-size: 12px;
		padding-left: 10px;
		padding-top: 5px;
		margin: 0px !important;
	}

	/*
	#######################################################################################
	# News List Styles / daniel.seinsche@bgm-gmbh.de / 2009-08-03
	#######################################################################################
	*/
	* html .archivemenuline {
		position: relative;
		top: -5px;
	}
	
	.news-amenu-container ul li {			
		list-style-type: none;
		list-style-image: none;	
		float: left;	
	}
			
	#tabs_year {
		padding-bottom: 0px;
		margin-bottom: 0px;                        
		height: 25px;
	}								
	
	#tabs_year ul {
		padding: 0;
		margin:0;
		list-style: none;
		clear: both;
	}               

	#tabs_year li {
		padding: 0;
		margin:0;
		list-style: none;
		display: inline;
		line-height: 30px;
		list-style-type: none;
		list-style-image: none;		
		background-image: none;				
	}						

	#tabs_year ul li a {
		background: url("../images/yrtab_off.gif") no-repeat bottom left; 
		padding: 8px 18px 3px 18px;
		color: #797E81;
		font-weight: bold;
		/*font-size: 1.1em;*/
		text-decoration: none;
	}				
	
	#tabs_year ul li a:hover {
		background: url("../images/yrtab_on.gif") no-repeat bottom left; 	
	}

	#tabs_year ul li a.on {
		background: url("../images/yrtab_on.gif") no-repeat top left; 
		padding: 8px 18px 3px 18px;
		color: #000;
	}

	#tabs_year ul li a.last {
		padding: 8px 22px 3px 22px;
	}
	
	.news-image-container {
		margin: 0pt 10px 10px 0pt;
		float: left;
	}

	.news-image-container img {
		margin-bottom: 10px;
	}

	.news-image-container p.news-single-imgcaption {
		width:240px;
		font-size:0.7em;
	}

	.news-single-video {
		clear: both;
	}

	/*
	#######################################################################################
	# Scroll Box for News on Homepage / daniel.seinsche@bgm-gmbh.de / 2009-08-12
	#######################################################################################
	*/
	
	.tx-ccvscroller-pi1-innerbox .news-latest-container {
		padding: 10px;
	}

	.tx-ccvscroller-pi1-innerbox h2 {
		font-size: 12px;
		height: auto !important;
		width: auto !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	
	.tx-ccvscroller-pi1-innerbox .date {
		color: #999999;
		font-size: 0.8em;
		margin: 0px;
		padding: 0px;
	}

	.tx-ccvscroller-pi1-innerbox .more {
		font-weight: bold;
		text-align: right;
	}
	
	.tx-ccvscroller-pi1-innerbox hr {
		background: transparent none repeat scroll 0 0;
		border-color: -moz-use-text-color -moz-use-text-color #83A5C3;
		border-style: none none solid;
		border-width: 0 0 1px;
		color: #FFFFFF;
		margin: 5px 0px;
		padding: 0px;
	}	
	
	
	/*
	#######################################################################################
	# DAM Downloads / Puplications / daniel.seinsche@bgm-gmbh.de / 2009-08-13
	#######################################################################################
	*/
	
	table.tx-damdownloads-pi1-search {
		background-color: #D0DCE8;
		border: 1px solid #6A93B8;
		width: 670px;
		font-size: 12px;
	}
	
	table.tx-damdownloads-pi1-search select {
		margin: 5px 0px;
		border: 1px solid #6A93B8;
		width: 200px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	/*
	#######################################################################################
	# Special tt_content Frame Layouts / daniel.seinsche@bgm-gmbh.de / 2009-08-21
	#######################################################################################
	*/	
	
	/* blue Header */
	.contentFrame100 {
		border: 1px solid #83A5C3;
		margin-bottom: 10px;
	}

	.contentFrame100 h2 {
		color: #FFF;
		font-size: 11px !important;
		font-weight: bold;
		display: block;
		background-color: #83A5C3;
		padding: 5px;
	}

	.contentFrame100 p.bodytext {
		padding: 5px;
	}

	.contentFrame100 li {
		margin-left: 5px;
		font-size: 0.9em !important;
	}

	/* beige Header */
	.contentFrame110 {
		border: 1px solid #83A5C3;
		margin-bottom: 10px;
	}

	.contentFrame110 h2 {
		font-weight: bold;
		display: block;
		background-color: #DADDDB;
		padding: 5px;
	}

	.contentFrame110 p.bodytext {
		padding: 5px;
	}

	/* transparent Header */
	.contentFrame120 {
		border: 1px solid #83A5C3;
		margin-bottom: 10px;
	}

	.contentFrame120 h2 {
		font-weight: bold;
		display: block;
		padding: 5px;
	}

	.contentFrame120 p.bodytext {
		padding: 5px;
	}

	.csc-header {
		clear: both;
	}

	#tabs_year ul li a.archive-german {
		padding-left: 13px; 
		padding-right: 13px;
	}
	
	#tabs_year ul li a.archive-english {
		padding-left: 11px;
		padding-right: 11px;
	}
	
	#tabs_year ul li a.current-german {
		padding-left: 10px; 
		padding-right: 10px;
	}
	
	#tabs_year ul li a.current-english {
		padding-left: 7px; 
		padding-right: 7px;
	}
	
	#tabs_year ul li a.archive-german {
		padding-left: 17px; 
		padding-right: 17px;
	}
	
	#tabs_year ul li a.archive-english {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	#tabs_year ul li a.current-german {
		padding-left: 10px; 
		padding-right: 10px;
	}
	
	* html 	#tabs_year ul li {
		margin-left: -4px;
	}
	
	* html 	#tabs_year ul li.first {
		margin-left: 0;
	}
	
	.filelinks div {
		position: relative;
	}

	
	#col2 .csc-header {
		margin-top: 20px;
	}
	
	#col2 .contentFrame100 .csc-header {
		margin-top: 0;
	}
	
	#col2 .csc-header-n1 {
		margin-top: 0;
	}
	
	#col2 h4 {
		margin: 5px 0;
	}
	
	.warenkorb-next {
		border: 0px;
		background-color: white;
		font-weight: normal;
		font-size: 13px;
		color: #074B88;
	}
	
	.registration {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	p.blue-font, span.blue-font {
		color: #074B88;
	}
	
	
	
	
	/*
	#######################################################################################
	# powermail
	#######################################################################################
	*/
	
	.tx-powermail-pi1 .powermail_mandatory,
	.tx-powermail-pi1 .powermail_mandatory_js {
		color: red;
	}
	
	.tx-powermail-pi1 .powermail_mandatory_js {
		padding-left: 90px;
	}
	
	.tx_powermail_pi1_fieldwrap_html {
		clear: both;
		margin-bottom: 10px;
	}
	
	.tx_powermail_pi1_fieldwrap_html label {
		display: block;
		float: left;
		width: 90px;
	}
	
	.tx_powermail_pi1_fieldwrap_html .powermail_text,
	.tx_powermail_pi1_fieldwrap_html .powermail_textarea,
	.tx_powermail_pi1_fieldwrap_html .powermail_file {
		width: 350px;
		border: 1px solid #CDCDCD;
		font-family: Arial,'Trebuchet MS',Verdana,sans-serif;
		font-size: 0.9em;
		padding: 2px;
	}
	
	.tx_powermail_pi1_fieldwrap_html .powermail_file {
		background-color: #fff;
	}

	.tx_powermail_pi1_fieldwrap_html .powermail_textarea {
		height: 130px;
	}
	
	.tx_powermail_pi1_fieldwrap_html_7 {
		padding-left: 90px;
		font-size: 0.8em;
	}
	
	p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
		float: left;
		width: 90px;
	}
	
	.powermail_check_inner_uid6_0 label {
		display: none;
	}
	
	.tx_powermail_pi1_fieldwrap_html_submit {
		margin-top: 10px;
		padding-left: 90px;
	}
	
	.tx_powermail_pi1_fieldwrap_html_submit .powermail_submit {
		border: 1px solid #CDCDCD;
		font-family: Arial,'Trebuchet MS',Verdana,sans-serif;
		font-size: 0.9em;
		padding: 2px;
	}
	
	.tx_powermail_pi1_fieldwrap_html .validation-failed {
		border: 1px solid red;
	}		/* BOXES KB_NESCEFE */		.box {float:left;width:100%;margin-bottom:10px}	.box .box-l {float:left;width:50%}	.box .box-r {float:left;width:50%}	
	
	
	/* DAM_DOWNLOADS */
	.tx-damdownloads-pi1-list td {vertical-align:top}
					
					
	p.intro {
 
	}					
					
					
