@charset "UTF-8";
/* CSS Document 
Autor:		nico.schweizer@miux.ch
Datum:		20.03.2008
Version:	1.0	

Frohe Ostern */

/* Global */
* {
	margin:0;
	padding:0;	
}
body {
	min-height:520px;	
}
body, td{
	font-family: "Arial", Times, serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 16px
	}
#container {
	width: 745px;
	height: 490px;
}
h1 {
	font-family: "Arial", Times, serif;
	color: #000000;
	letter-spacing: 0.03em;
	font-weight: normal;
	font-size: 15px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-family: "Arial", Times, serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	font-size: 15px;
	color: #000000;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
h3 {
	font-family: Arial, Times, serif;
	font-size: 15px;
	letter-spacing: 0.03em;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-family: "Arial", Times, serif;
	font-size: 14px;
	letter-spacing: 0.03em;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
a, a:visited {
 color: #999999;
	font-family: "Arial", Times, serif;
	font-size: 12px;
	text-decoration: none;
	}
	
div #bild a, div #bild a:visited {
	color: #ffffff;	
}
/* Navigation */

.navi {
	width: 240px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #333;
	text-transform: uppercase;
	line-height: 15px;
}

.navi a,
.navi a:link {
	color: #424242;
	font-family: "Arial", Times, serif;
	font-size: 12px;
	letter-spacing: 0.07em;
	}

.navi a:focus,
.navi a:active {
	color: #999;
	}

.navi a.naviUnterpunkte {
	color: #999;
    font-family: "Arial", Times, serif;
    font-size: 12px;
    text-transform: none;
	}
	
.navi a.naviUnterpunkte:hover {
    color: #000;
    }

/* Raum für den Inhalt */

#logo {
	background-image: url(http://www.giubbini.ch/cms/img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px ;
	height: 23px;
	padding-bottom:20px;
}

#inhalt_l {
	width:490px;
	height: 490px;
	float: left;
	position: absolute;
}


#inhalt_r {
	width:240px;
	height: 490px;
	float: right;
}

.inhalt_ru {
	font-family: "Arial", Times, serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 16px
}

.backHeader {
	border-bottom: thin solid black;
    }

/*LOADING*/

#loading {
	height:100%;
	width:100%;
	position:absolute;
	background:url(/img/loadingBG.png) repeat;
	color:#fff;
	z-index:100000;
	text-align:center;
}

#loading img {
	margin-top:33%;
	padding:50px;
	background:#000;
}

#wrapper {
	width:760px;
	height:490px;
	margin:7% auto;
}
#LMNT {
	display:none;
}
#content {
	/*
	margin:0 auto;
	min-width:760px;
	width:760px;
	padding-top:50px;*/
		height:490px;
		margin:5% 0 auto;
		padding:0;
		text-align:left;
		position:relative;
		width:760px;
	background:url(/img/logo.gif) no-repeat 120px 0;
	padding-top:32px;
}
#menu {
	float:right;
	line-height:15px;
	text-transform:uppercase;
	width:258px;
	top:0;
}
#menu ul {
	list-style:none;
}
#menu ul li a {
	color:#595959;
}
#menu ul li li a,
#menu ul li li a:visited
{
	text-transform:none;
	color:#999;
}
#menu a:hover {
	color:#595959 !important;	
}

#bild .slideshow{
	height:490px;
	overflow:hidden;
	width:490px;
}
#bild {
	float:left;
}
#bild img {
	float:left;
}
#caption {
	position:absolute;
	bottom:-3px;
	right:-45px;
	width:304px;
	text-transform:none;
}
 *+html #caption,
 * html #caption {
 	bottom:0;
}
#caption span {
	display:block;
}
#caption .caption-titel {
	text-transform:uppercase;	
}

#caption .caption-header {
	font-weight:bold;
	margin-bottom:6px;	
}
/*******	Tooltip		*******/
#menu {
	position:absolute;
	top:30px;
	right:0;
}
#menu ul li ul li a {
cursor:pointer;
}
.tooltip {
	background:#fff;
	display:block;
	width:35px;
	left:-49px;
	height:15px;
	line-height:16px;
	margin-top:-4px;
	//opacity:0.8;
	position:absolute;
	z-index:100000;
	padding:3px 7px;
}
	*+html span.tooltip{
		line-height:12px;
		//margin-top:-24px;
	}
.tooltip.mail {
	width:0px;
	padding:0;
	text-indent:-50000em;
}
.tooltip.url {
	width:40px;
	left:-54px;
	text-indent:3px;
}
.detailTooltip {
	width:52px;
	left:-66px;
}
.pdfWrapper,
.mailWrapper,
.urlWrapper,
#caption .caption-pdf,
#caption .caption-count,
#caption .caption-email,
#caption .caption-url {
	display:none !important;
}

.newsInvisible {
	display:none;
}

.newsVisible {
	display:block;
}

/*
.submenuLink {
	padding-left:5px;
	margin-left:5px;
	border-left:1px solid #999;
}
*/
