/* Stylesheet for Site solidarit'eau suisse */

@import url("stylesheet_tags.css");
@import url("stylesheet_tags_startseite.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("news.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
#maincol A {
	color: #006FDA;
	text-decoration: none;
}

#maincol A:hover {
	text-decoration: underline;
}

#maincol UL  {
	margin: 0 0 0 14px;
	padding: 0;
}

* html #maincol UL  { margin: 0 0 0 17px; }

BODY {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin-bottom: 30px;
}

/* IE6 fix for transparent PNGs */
* html #headerBottomShadow,
* html #menuBottomShadow {
   behavior: url(/fileadmin/template/main/res/pngfix/iepngfix.htc);
} 


/* Layout ID's */
#pagewidthBg {
	min-width: 100%; 
	height: 770px;
	text-align: left;
	float: left;
	/*min-height: 100%; Für 100% Höhe*/
	position: absolute;
	background-image: url(../images/bgPagewidth.png); 
	background-repeat: repeat-x;
}

#pagewidthBg {
	width: 100%;
}


#pagewidth {
	width: 987px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


#headerRow {
	position: relative;
	width: 987px;
	height: 22px;
	background-image: url(../images/metanavi.gif);
	background-repeat: repeat-x;
	display: block;
}

#headerTop {
	height: 22px;
	position: relative;
	float: left;
}


#headerBottom {
	width: 720px;
	float: left;
	position: relative;
	height: 130px;
	background-image: url(../images/bgHeader.png);
	background-repeat: repeat-x;
}

#headerBottomShadow {
	background-image: url(../images/headerBottomShadow.png);	
	background-repeat: no-repeat;
	position: relative;
	width: 720px;
	float: left;
	height: 9px;
}

#menuBottomShadow,
#menuBottomSpacer {
	background-image: url(../images/menuBottomShadow.png);	
	background-repeat: no-repeat;
	position: relative;
	width: 260px;
	float: left;
	height: 4px;
	/* margin: 0 0 4px 0; */
}

#menuBottomSpacer {
	background: none;	
	
}


#headerTitle {
	width: 650px;
	position: relative;
	top: 25px;
	margin-left: 15px;
	float: left;
}


#leftcol {
	width: 260px;
	min-height : 600px;
	float: left; 
	position: relative; 
	padding: 0;
	margin-right: 7px;
}

* html #leftcol {
	margin-right: 0;
	padding-right: 7px;
}

#mainMenu { 
	/* position: absolute; */
	margin: 0;
	/* bottom: 8px; */
	/* left: 0; */
	/* width: 265px; */
}



#metaMenu {
	height: 22px;
	float: right;
}

#langMenu {
	width: 265px;
	height: 22px;
	margin-left: 8px;
	float: left;
}

#leftBlock2 {
	width: 259px;
	padding-bottom: 12px;
	background-image: url(../images/blocks/bg_bottom_blue_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

* html #leftBlock2 {
	clear: both; /* without this, IE6 displays nothing */
	left: 6px;
}

#leftBlock2 H2,
#leftBlock2 H3 {
	font-weight: bold;
}

#leftBlock2 P {
	margin: 0 0 0 14px;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

#leftBlock2Content {
	background-image: url(../images/blocks/bg_top_blue_left.gif);
	background-color: #9FCEFE;
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 245px;
	padding: 4px 14px 14px 0;
	min-height: 50px;
	border-right: 1px solid #866E54;
}

* html #leftBlock2Content IMG {
	margin-right: -14px;
}

#leftBlock2Content H1 {
	font-weight: bold;
	background-image: url(../images/blocks/bg_h1_left.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	color: #FFFFFF;
	font-size: 120%;
	padding: 0 14px 0 14px;
	text-transform: uppercase;
}

#leftBlock2Content P.weiterLink {
	background-image: url(../images/more_no_shadow.gif);
	margin-top: 5px;
}

#twocols {
	width: 720px;
	float: left; 
	position: relative; 
	margin: 0;
}
 
#maincol {
	float: left;
	position: relative;
	width: 498px;
	padding-bottom: 0px;
	background-image: url(../images/blocks/bg_bottom_white_middle_1.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#maincolContent {
	position: relative;
	float: left;
	width: 478px;
	min-height: 300px;
	padding: 10px 9px 20px 10px;
	background-color: #FFFFFF;
	border-right: 1px solid #866E54;
}
* html #maincolContent {
	padding-bottom: -12px;
	height: 300px;
}

#maincol .printLink {
	background-image: url(../images/printSeparator.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px 9px 3px 10px;
	height: 16px;
	width: 479px;
	float: left;
}

#copyright {
	float: left;
	position: relative;
	width: 100px;
	margin-top: 4px;
}



/* CLASSES */
/* Classes for Filelinks */
.fileIcon,
.fileLink {
	min-height: 18px;
}

* html .fileLink  { 
	height: 18px; 
}

.fileIcon {
	width: 30px;
	float: left;
	clear:left; 
}

/* Footer Classes */
#footerRow .footer_act A,
#footerRow .footer_no A,
#footerRow .footer_no A:hover {
	float: left;
	line-height: 25px;
	text-decoration: none;
	margin-right: 20px;
	color: black;
}
#footerRow .footer_act A,
#footerRow .footer_no A:hover {
	color: black;
}
#footerRow .footer_act A {
	font-weight: bold;
}


/* CSS STYLED CONTENT OVERRIDES */
#maincol .csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right; 	
	border-bottom: 1px solid #866E54; 
}
	
#maincol .csc-linkToTop A { 
	color: #72E4E4; 
	text-decoration:none; 
}

#maincol .csc-textpic-above {
	margin: -10px -10px 10px -10px;
}

#maincol .csc-textpic-text {
	margin: 0 10px 0 10px;
}

#maincol .csc-textpic-image IMG {
	margin-bottom: 8px;
}

#maincol .csc-textpic-intext-left .csc-textpic-imagewrap {
	margin-left: -10px;
}

#maincol .csc-textpic-intext-left .csc-textpic-text,
#maincol .csc-textpic-intext-right .csc-textpic-text {
	margin: 0;
}

#maincol .csc-textpic-intext-right .csc-textpic-imagewrap {
	margin: 0 -10px 0 -10px;
}


#maincol dd.csc-textpic-caption {
	font-size: 90%;
	margin: 1px 2px 1px 2px;
}

* html #maincol dd.csc-textpic-caption {
	margin-left: 10px;
}

#maincol .csc-textpic-below {
	margin: 0 -10px 0 -10px;
}

#maincol .csc-textpic-text ul li {
	margin-left: 10px;
}

* html, *+html #maincol .csc-textpic-text ul {
	margin-left: 10px;
}

.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #866E54;
	margin-bottom: 12px;
	height: 12px;
	width: 100%;
	clear: left;
}

#leftcol .csc-header {
	margin-bottom: 12px;
}

.clear {
	clear: both;
}


/* Generated Code */
/* Float containers fix: */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */  

