/*
Sitemap
-------
*/

div.csc-sitemap ul{
	list-style-type: none;    
}

div.csc-sitemap ul li ul{
	margin: 0px 0px 0px 20px;    
}

div.csc-sitemap a, div.csc-sitemap a:visited{
	color: #BA002E;
}

/*
Formulare
---------
*/
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:10px;
}

.csc-mailform-field fieldset,
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
	float:left;
	display:block;
	width:250px;
	padding:1px;
	margin-bottom:10px;
}

.csc-mailform-radio fieldset {

}
html>/**/body .csc-mailform-radio label{ 
	clear: both;
	height: 5px;
	width: 80%; 
	display: block; 
	float: right;
	text-align: left;
	position: relative;
	bottom: 15px;
	margin: 0px;
	padding: 0px;
}  
html>/**/body input.csc-mailform-radio  { 
	width: 10%; 
	clear: both; 
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
} 
body .csc-mailform-radio label{ 
	clear: both;
	width: 80%; 
	display: block; 
	float: right;
	text-align: left;
}  
input.csc-mailform-radio  { 
	width: 10%; 
	clear: both; 
	display: inline;
} 

input {
font-size:12px;
}

.csc-mailform-submit {
	margin-left: 100px;
	clear: both;
}

/*
Image/Text
----------
*/
 
dd {
	font-style: italic;
	font-size: 12px;
}
 
div.csc-textpic-intext-left-nowrap div div.csc-textpic-text {
	margin-left: 10px;
}

div.csc-textpic-intext-right-nowrap div div.csc-textpic-text {
	margin-right: 10px;
}

div.csc-textpic-intext-left div div.csc-textpic-imagewrap {
	margin-bottom: 10px;
	float:none;
}

div.csc-textpic-intext-right div div.csc-textpic-imagewrap {
	margin-bottom: 10px;
	padding-bottom: 20px;
	float:none;
}

div.cwrappic div.csc-textpic {
	padding-bottom: 60px;
}

div.cwrappic div.csc-textpic-intext-left {
	padding-bottom: 80px;
}
div.cwrappic div.csc-textpic-intext-right {
	padding-bottom: 80px;
}

/*
Regular content
---------------
*/

h1.csc-firstHeader {
	font-size: 16px;
	font-weight:bold;
	color: #333;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

h1 {
  font-family: Arial,Helvetica;
  font-size: 18px;
  font-weight:normal;
  margin-bottom: 6px;
}


p.bodytext{
  font-size: 12px;
  color: #000000;
  margin-bottom: 6px;
  line-height: 1.5;
}

p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 6px;
  line-height: 1.5;
}


.content ul li {
  margin-bottom: 3px;
  padding-left: 25px;
  
}


div.content a, div.pagelinks a, div.pagelinks a:visited{
	color:#FF7F00; 
	text-decoration:none;
}

div.content a:visited {
	color:#FF7F00; 
	text-decoration:underline;
}


div.center p{
  color: #000000;
  margin-bottom: 5px;
}

div.center label, div.center td{
  color: #000000;
}

div.cwrap ul, div.cwrap ol{
  list-style-position: inside;
}

div.cwrap ul li ul, div.cwrap ol li ol{
  margin: 0px 0px 0px 20px;
}

div.cwrap{
  margin: 0px 0px 15px 0px;
}

/*
RTE CSS-Styles
------------------
*/

table.contenttable_fullwidth_border, table.contenttable{
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #A9A9A9;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #A9A9A9;
	border-collapse:collapse;
}

table.contenttable_fullwidth_border tbody, table.contenttable tbody{
	width: 100%;
}

table.contenttable_fullwidth_border tbody tr td, table.contenttable tbody tr td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A9A9A9;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #A9A9A9;
	padding: 2px 2px 2px 2px;
}

table.contenttable_fullwidth_noborder{
	width: 100%;
	border-top-style: none;
	border-top-width: 0px;
}

table.contenttable_fullwidth_noborder tbody{
	width: 100%;
}

table.contenttable_noborder tbody tr td{
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding: 2px 2px 2px 2px;	
}


table.contenttable_contwidth_border{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #A9A9A9;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #A9A9A9;
	border-collapse:collapse;
}

table.contenttable_contwidth_border tbody tr td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A9A9A9;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #A9A9A9;
	padding: 2px 2px 2px 2px;	
}

table.contenttable_contwidth_noborder{
	border-top-style: none;
	border-top-width: 0px;
}

table.contenttable_contwidth_noborder tbody tr td{
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding: 2px 2px 2px 2px;	
}

td.contenttable_td_color{
	background-color: #A9A9A9;
	padding: 2px 2px 2px 2px;	
}

td.contenttable_td_color p.bodytext{
  color: #000000;
  background-color: #A9A9A9;
}

td.contenttable_td_nocolor{
	background-color: #E6E6E6;
	padding: 2px 2px 2px 2px;	
}

/*
EXT Questionaire
*/

fieldset.survey_item{
  margin: 0px 0px 20px 0px;
}

/*
EXT Glossary extended
*/
div.tx-sgglossary-pi1 p a{
	color: #BA002E;
}

/*
Last changed content
*/
div.lastChangedContent ol {
    list-style-type: none;
}

div.lastChangedContent a {
	color: #BA002E;
}

/*
Sitemap with tile design
---------------------------
*/

div.sitemapwithtiledesign {
	clear; both;
}

div.tile {
	height: auto;
	margin: 0px 30px 0px 0px;
	float: left;
}

div.tile img {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.tile p {
	margin: 10px 0px 0px 0px;
}

div.tile p a{
	color: #BA002E;
}

/*
News
----------------------------
*/

div.news   { 
	font-size:10px; 
	color: #6A5F5F; 
	background-color: #FFFFFF; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top:2px; 
	margin-top:20px;
	width: 165px; 
	max-width: 165px; 
	margin-bottom: 10px; 
	padding-bottom: 5px;
}

div.news p {
	font-size: 11px;
}

div.newsadvice   { 
	color: #333333; 
	background-color: #FFFFFF; 
	margin-bottom:15px;
}

div.news h1     {
	font-size:10px; 
	font-weight: bold; 
	color: #333333; 
	padding:0px; 
	margin:0px;
}

div.news h1 a:hover { 
	text-decoration: none; 
}

div.news p { 
	margin-top: 0; 
	margin-bottom: 0; 
	padding:0px; 
	margin:0px;
}

div.news a:link, .news a:visited, .news a:active, .news a:hover { 
	font-size: 11px;
	color: #333333; 
	text-decoration: none;
}

div.newsheader { 
	font-size:11px;
	color: #333333; 
	font-weight: bold; 
	padding-left:8px; 
	padding-right:8px; 
	padding-top:0px; 
	background-image:url(../_gfx/bgr_newsheader.gif); 
	background-repeat:repeat-y;
	/*vertical-align:bottom; */
}

div.newsheader h1 a { 
	font-size:11px;
}


div.news h1 a { 
	display: block; 
	width: 100%; 
	padding:0px; 
	margin:0px; 
	font-size: 11px;
}

div.news h1 a:hover {  }

div.news-single-titleandcontent { 
	padding-bottom: 5px; 
}

div.newstop { 
	background-image:url(../_gfx/bgr_newstop.gif);
	background-repeat:no-repeat; 
	min-width:165px; 
	width:165px; 
	height:4px; 
	display:block; 
	margin:0px; 
	padding:0px; 
	overflow:hidden; 
}

div.separator{ 
	background-image:url(../_gfx/bgr_separator.gif); 
	background-repeat:no-repeat; 
	min-width:165px; 
	width:165px; 
	height:5px; 
	display:block; 
	margin:0px; 
	padding:0px; 
	overflow:hidden;
}

div.newssubheader { 
	font-size: 11px;
	padding-left:8px; 
	padding-right:8px; 
	padding-bottom:3px; 
	background-image:url(../_gfx/bgr_newssubheader.gif); 
	background-repeat:repeat-y;
}

div.newsfooter { 
	background-image:url(../_gfx/bgr_newsfooter.gif); 
	background-repeat:no-repeat; 
	min-width:165px; 
	width:165px; 
	height:19px; 
	display:block;
	padding-top: 5px;
}

div.newsfooter a { 
	font-size: 11px;
	min-width:165px; 
	width:165px; 
	height:19px;
	margin: 0px 0px 0px 115px;
	/*display:block;*/
}
