/* 
***************************************************************



Author:		Mathias Ramseyer, Stämpfli all media
Version:	0.1



***************************************************************
	
*/


/* Layout
---------------------------------*/

body {
	font-family: georgia, times, serif; 
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* Typography
---------------------------------*/

h1, h2, h1, h3, h4, h5, h6 { georgia, times, serif; } 

/* approx 21px*/ h1 {  font-size: 16pt; } 

/* approx 16px*/ h2 {  font-size: 16pt; } 

/* approx 14px*/ h1, h3 {  font-size: 16pt; } 

/* approx 12px*/ h4 {  font-size: 12pt; }

/* approx 10px*/ h5 {  font-size: 10pt; }

p {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
}

ul {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
}

#page-border  {
   border: none;
}

#column-right {
   width: 300mm;
   padding: 5mm;
}

.column-0-3, .column-1-3, .column-2-3, .column-3-3 {
   border: none;
}

.column-3-3 h1, .column-3-3 h1, h3 {
	margin: 0;
	padding: 0 0 0 2mm;
	background-color: #cbe2ef;
	width: auto;
}

/*  zoom image */
.floatright {
   float: right;
   width: auto;
   margin: 10px 10px 40px 10px;
   background-color: #fff;
   padding: 10px;
  
}

.floatright img {
   border: 1px solid #999;
}
		
.floatright p {
   margin-top: 0;
}

a.lupe {
	display: block;
 	margin: 2px 0 0 0;
	padding: 0 0 0 20px;
    background: url(/sg_assets/img/icon_lupe.gif) no-repeat left;
	font-size: 12px;
	text-decoration: underline;
}

a.lupe:hover{
	text-decoration: none;
}



/* Hide Elements
---------------------------------*/

.mood-wgsservices {
   border-left:: none;
}

#header {
   padding: 0 0 5mm 0;
   border-left: none;
   border-bottom: 1px dotted #333;
}

#mainnavi, #navcontainer, #column-left, #footer {
   display: none;
}