/* 
   CSS Document 
   Website der Diego Bally AG, www.diegobally.ch
*/



* {
	padding:0px;
	margin:0px;
	text-align:left;
}

img{ border:0; }

img a{ border:0; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	background-color:#fff;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

p {
	color: #000;
	font-size: 1.0em;
	padding-bottom:1.0em;
	line-height:1.5em;
}

ul li { line-height:1.5em; }


h1 {
	color:#000;
	margin:0;
	font-size:1.5em;
	padding-bottom:5px;
}

h2 {
	color:#696969;
	margin:0;
	font-size:1.0em;
	font-weight:bold;
	padding:0;
}


a:link, a:visited {
	color:#696969;
	text-decoration:none;
	font-weight:normal;
	font-size:1.0em;
}

a:active, a:hover {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-size:1.0em;
}

.logo {
	float:right;
	height:155px;
 	width:40px;
 	background:url(../img/logo.gif) 0 0 no-repeat;
	text-indent:-1000em;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}
a.logo:hover{
 	height:155px;
 	width:40px;
	background:url(../img/logo_over.gif) 0 0 no-repeat;
	text-indent:-1000em;
}


/* 
   Main Divs
*/

#left{
	position:absolute;
	top:20px;
	left:20px;
}

#center {
	margin:auto;
	width:500px !important;
	overflow:auto;
}

#header{
	width:500px;
	height:380px;
	/*background:url(../img/trion05.jpg) 0 0 no-repeat;*/
	position:relative;
	z-index:3;
}

.link_left{
	float: left;
	padding-top: 20px;
	font-size: 1.0em;
	color: #696969;
	font-weight: bold;
}

.link_right{
	float: right;
	padding-top: 20px;
	font-size: 1.0em;
	color: #696969;
	font-weight: bold;
}

.content {
	width:500px;
	padding-top:20px;
	background-color:#fff;
	z-index:2;
	position:relative;
}

a.pointer {
	background: url(../img/pointer.gif) 0 4px no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 8px;
}
	a.pointer:hover{
		background: url(../img/pointer_over.gif) 0 4px no-repeat;
		padding-left: 8px;
	}
	
.content_overlay{
	background-color: #fff;
	border: 1px solid #696969;
	position: absolute;
	top: 40px;
	margin: 0 auto;
	z-index: 5;
	width: 458px;
	padding: 20px;
}

.footer {
	border-top: 1px solid #c1c1c1;
	text-align: left;
	font-size: 1.0em;
	color: #696969;
	margin-top: 35px;
	padding-top: 4px;
	height: 24px;
}
/* Navigation */

#nav{
	position:absolute;
	right:0;
	top:0;
	width:140px;
	text-align:right;
	background-color:#fff;
	z-index:1;
}


#nav ul {
	list-style:none;
	text-align:right !important;
	padding: 200px 15px 0 0;
}

#nav ul li {
	text-align:right;
	display:block;
}

#nav ul li a:link, #nav ul li a:visited {
	color:#696969 !important;
	font-weight:normal;
	text-decoration:none;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a.current_nav {
	color:#000 !important;
	text-decoration:none;
	background: url(../img/pointer_over.gif) 0 4px no-repeat;
	padding-left: 8px;
}

ul.services {
	padding: 0 0 1.0em;
}

ul.services li{
	line-height: 1.2em;
	background: url(../img/pointer.gif) 10px 3px no-repeat;
	padding-left: 20px;
}

.grey{
	color: #696969;
}

.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
}