/*
	umgewohnt.ch content CSS displaying on all medias
	(c) 2007 by inkognito - visuelle kommunikation gmbh
	
	History
	
	- September 2007 (Setup)
	
	For Thickbox CSS-descriptions please see at the end of this file
	
*/



/* Internet Explorer and the Expanding Box Problem. */

body { word-wrap: break-word; }


/* --------- BASICS -------------- */


* {
	margin:0;
	padding:0;
	}


body {
	background: url(../images/body.gif) repeat-x #fff;
	padding:0 0 20px;

	}

a {
	color:#0091da;
	text-decoration:underline;

	}

a:hover {
	color: #2c3a44;}

abbr, acronym {
	cursor:help;
	}

#container {
	position:relative;
	width:920px;
	min-height: 100%;
	left:50%;
	margin-left:-450px;
	background:#fff;
	overflow: hidden;
	z-index:100;
	}

#container h3 span {
	display:none;
	}

#intro {
	position:relative;
	padding-bottom:14px;
	height:auto !important;
	height:1%;
	}

#pageHeader {
	position:relative;
	width:920px;
	height:150px;
	margin:0 auto;
	background:url(../images/page_header.png) no-repeat right;
	}
	
#pageHeader h3 {
	font:normal 11px/12px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	color: #a0a3a4;
	margin-left: 650px;
	width: 250px; 
	}	
	
#pageHeader h3 a,
#pageHeader h3 a:visited,
#pageHeader h3 a:hover {
	color: #a0a3a4;
	}


#pageHeader_thumbs {
	position: absolute;
	top: 52px;
	left: 604px;
	width: 300px;
	height: 52px
	}	
	
#pageHeader_thumbs img {
	border: solid 1px #fff;
	margin-right: -1px;
	}		

#pageHeader_thumbs  a img,
#pageHeader_thumbs a:visited img {
	border: solid 1px #fff
	}	

#pageHeader_thumbs a:hover img{
	border: solid 1px #512e86;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}	

	
#stripe {
	position:relative;
	width:920px;
	height:110px;
	margin:0 auto;
	background:url(../images/stripe.jpg) no-repeat right;
	clear: both;
	}	
	
	
#nav {
	position: relative;
	top: 69px;
	left: 212px;
	width: 650px;
	height: 20px;
	}	

#nav p,
#nav a,
#nav a:visited {
	padding: 0 2px 0 2px;
	margin: 0 20px 0 0;
	font:bold 12px/16px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	}	
	
#nav a:hover {
	color: #2c3a44;
	background-color: transparent;
	border-right:none;
	border-left:none;
	border-bottom: none;
	}	
	
#nav img {
	border: 0px;
	background-color: transparent;
	}
	
#nav a img,
#nav a:visited img,
#nav a:hover img {
	border: 0px;
	background-color: transparent;
	}

#stripe h3 {
	margin: 80px 0 10px 213px;
	border-left: solid 16px #fff;
	font:normal 16px/18px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	text-indent: 10px;
	color:#2c3a44;
	}	

#pageHeader h1,
#pageHeader h2,
#stripe h1,
#stripe h2 {
	display:none;
	}
	
#subnav {
	width: 200px;
	border-right: 1px solid #ccc;
	padding: 4px 0 0 14px;
	padding-bottom: 200px;
	float: left;
	clear: left;
	font: normal 12px/14px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	}

#subnav ul {
	list-style-image:url(../images/listbox.gif);
	margin:0 0 20px 26px;
	font:normal 12px/16px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	color:#2c3a44;
	}

#subnav ul li {
	margin-bottom:8px;
	}

#subnav ul a {
	color:#2c3a44;
	font-weight:normal;
	font-size:12px;
	}

#subnav ul a:hover {
	color:#0091da;
	border:none;
	}	

#content {	
	width:360px;
	min-height: 100%;
	padding-bottom:60px;
	font:normal 12px/18px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	color:#999;
	overflow: visible;
	float: left;
	}

#content h3 {
	margin: 0 0 10px 0;
	border-left: solid 16px #fff;
	font:normal 16px/18px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	text-indent: 10px;
	color:#2c3a44;
	}

#content p {
	margin:0 0 20px 25px;
	letter-spacing:0.02em;
	text-align:left;
	}
	
#content img {
	border: solid 1px #fff;
	margin-right: -1px;
	}		

#content  a img,
#content a:visited img {
	border: solid 1px #fff
	}	
#content a:hover img {
	border: solid 1px #512e86;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}	


#extraDiv1 {
	position:relative;
	left:50%;
	margin-left:-450px;
	background:url(../images/footer.png) no-repeat #704f94;
	width:920px;
	height:55px;
	}
	
#footer	{
	display:inline;
	text-align: center;
	height:15px;
	width: 90%;
	z-index: 130;
	}


#footer p,
#footer a,
#footer a:hover,
#footer a:visited {
	text-align: center;
	font:normal 10px/12px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	color: #e5e5e5;
	}	

#boxpix {
	width: 315px;
	border-left: 1px solid #ccc;
	position:absolute;
	padding-bottom: 200px;
	top:260px;
	right: 0px;
	font:normal 11px/16px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	color: #2c3a44;
	}
	
#boxpix img {
	border: solid 1px #fff;
	margin-left: 40px;
	}
	
#boxpix p {
	text-align: left;
	margin: 5px 30px 10px 40px;
	}
	
#boxpix	a,
#boxpix a:visited {
	color: 	#2c3a44;
	text-decoration: underline;
	}
	
#boxpix a:hover {
	color: 	#999;
	text-decoration: underline;
	}	

	
#boxpix	a:hover img {
	border: solid 1px #0091da;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}


#boxpix h3.select {
	width:196px;
	height:34px;
	}

#boxpix h3.archives {
	width:196px;
	height:25px;
	}

#boxpix h3.resources {
	width:196px;
	height:12px;
	margin-top:30px;
	}

#boxpix ul {
	list-style-image:url(../images/listbox.gif);
	margin:5px 0 20px 23px;
	font:normal 11px/16px "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	color:#2c3a44;
	}

#boxpix ul li {
	margin-bottom:8px;
	}

#boxpix ul a {
	color:#0091da;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	text-transform:lowercase;
	}

#boxpix ul a:hover {
	color:#ccc;
	border:none;
	}


#extraDiv2 {
	width:49%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background-color: transparent;  
	z-index:0;
	}

#extraDiv3 {
	width:49%;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	background-color: transparent;
	z-index:0;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	font-size: 11px;
	color: #333;
}

#TB_secondLine {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, san-serif;
	font-size: 11px; 
	color:#666;
}

#TB_window a:link {color: #ccc}
#TB_window a:visited {color: #ccc;}
#TB_window a:hover {color: #ccc;}
#TB_window a:active {color: #ccc;}
#TB_window a:focus{color: #ccc;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000;
	z-index: 202;

	color:#ccc;
	display:none;
	border: 4px solid #ccecfb;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:15px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#000;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


	
