/* Main Stylesheet for Site Schweizer */

/* Imports */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("news.css");
@import url("findpartner.css");


/* Tag Definitions limited to ID's */
#rightcol H1 {
	font-size: 150%;
	font-weight: bold;
  letter-spacing: 0;
}

#rightcol H2,
#rightcol H3 {
	font-size: 110%;
	font-weight: bold;
}

#rightcol P {
  font-size: 100%;
}

#maincol A,
#rightcol A {
	color: #FF4D27;
  text-decoration: none;
}

#maincol P A,
#rightcol P A {
  background-image: url(../images/arrow_right_solid.gif);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 6px;
}

#maincol P A:hover,
#rightcol P A:hover {
  text-decoration: underline;
}

#maincol UL {
  list-style: none;
  list-style-image: url(../images/li_object_r.gif);
  margin: 0 0 0 16px;
  padding: 0;
}

#maincol LI {
  margin-bottom: 5px;
}

#productLogos DIV {
  margin-bottom: 12px;
}

/* fix height for h1 headers */
/*#maincol DIV.csc-header H1 {*/
#maincol H1 {
  height: 70px;
}




/* Layout ID's */
#pagewidth {
  background-color: #FFFFFF;
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#produced {
  position: absolute;
  left: 981px;
  top: 17px;
}

#designed {
  position: absolute;
  left: 981px;
  top: 129px;
}

#headerRow {
	position: relative;
	height: 110px;
}

#headerImage {
  position: absolute;
  background-image: url(../../../user_upload/Kopfbilder/kopfbild.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 704px;
  height: 64px;
  margin-left: 16px;
  top: 14px;
}


#leftcol {
	width: 234px;
	float: left; 
	position: relative; 
	padding: 0;
}

#mainMenuTop {
  position: relative;
  padding: 15px 0 0 16px;
  height: 51px;
  color: #265997;
}

#logoSchweizer {
  position: absolute;
  right: 43px;
  bottom: 0;
}

#mainMenu {
	margin: 0 0 25px 7px;
}

#metaMenu {
  background-color: #EBE7E4;
  color: #265997;
  height: 22px;
  clear: both;
  padding: 0 16px 0 6px;
}

#langMenu {
	float: left;
	text-align: left;
}

#twocols {
	width: 746px;
	float: right; 
	position: relative; 
	margin: 0;
}
 
#rightcol {
	position: relative;
  width: 244px;
	float: right;
	padding-bottom: 16px;
}

#news {
  background-color: #F3F0F0;
  margin: 0 16px 0 0;
  padding: 18px 10px 10px 10px;
}

#productLogos {
  margin-top: 24px;
  padding-left: 10px;
}

#rightColContent {
  margin: 24px 16px 0 0;
  padding: 0 10px 0 10px;
}
* html #rightColContent {
	margin-right: 4px;
}


#maincol {
	float: left;
	display: inline;
	position: relative;
	width: 467px;
	padding: 0 15px 25px 20px;
	min-height: 400px;
}
*html #maincol { height: 400px; }

#footerRow {
  background-color: #EBE7E4;
  color: #265997;
	clear: both;
	padding: 13px 16px 0 16px;
  height: 20px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}


/* CLASSES */
/* Classes for Filelinks */
.fileIcon,
.fileLink {
	min-height: 18px;
}

* html .fileLink  { 
	height: 18px; 
}

.fileLink A:hover {
  text-decoration: underline !important;
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left; 
}




/* CSS STYLED CONTENT OVERRIDES */
#maincol .csc-linkToTop {
  margin: 10px 0 10px 0;
}
	
.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.csc-frame-rulerAfter {
  background-image: url(../images/line_dashed.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
	margin-bottom: 16px;
	height: 16px;
	width: 100%;
	clear: left;
}




/* 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 */  
