@charset "UTF-8";
/* CSS Document */


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	color: #666;
	background-color:#000;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	}
a:link, a:visited, a:active {
	color: #CCC;
	text-decoration: underline;
	}
a:hover {
	color: #FFF;
	text-decoration: underline;
	}
h1 {
	font-size: 22px;
	line-height: 28px;
	font-weight:bold;
	}
h2	{
	font-size: 18px;
	line-height: 24px;
	font-weight:bold;
	}
form {
	margin: 0;
	}
#navi {
	position:fixed;
	top:0;
	left:0;
	width:170px;
	height:100%;
	background: #000;
	padding:60px 40px 0 40px;
	z-index:10000;
	}
/*
PRIMO MARTINELLI LOGO LINK
*/
#navi_pm a {
    background: url(img/pm-hell.gif) no-repeat;
    display:block;
	width:58px; /* Linkbereich begrenzen */
	height:202px; 
	margin-bottom:40px;
	color:#000;
  }
#navi_pm img {
    display:block; 
	width:58px; 
	height:202px; 
	border:0;
  }
#navi_pm a:hover img {
    visibility: hidden;
  }
  #navi_pm a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #navi_pm a {
    margin-right:1px;
  }
  * html #navi_pm a:hover {
    width:107px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
/*
HAUPTMENU
*/
.menu ul {
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	}
.menu ul li { padding-bottom:10px; }	
.menu ul ul { padding-left:20px; }
.menu ul li ul li { padding-bottom:5px; }
.menu ul li ul li:first-child { padding-top:5px; }

.menu a:link, .menu a:visited, .menu a:active {
	font-size:14px;
	line-height: 18px;
	letter-spacing: 1px;
	color:#999;
	display: block;
	text-decoration: none;
	}
.menu a:hover {
	color:#FFF;
	}
.menu .menu-expand > a {
	color:#999;
	}
.menu .menu-parent > a {
	color:#FFF;
	}
.menu .menu-current > a {
	color:#FFF;
	}
.menu .menu-sibling > a {
	color:#999;
	}
.menu .menu-child > a {
	color:#999;
	}
.menu.menu a:hover {
	color:#FFF;
	}
/*
Menu im Textcontainer
*/
#text_container a, #text_container a:visited, #text_container a:active {
	border-bottom:solid 1px;
	color:#666;
	text-decoration:none;
	}
#text_container a:hover {
	color:#000;
	}
#text_container a current {
	color:#000;
	}
#container {
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	}
#img_container {
	position:relative;
	top:60px;
	left:250px;
	margin:60px 0 0 250px;
	margin:0;
	padding:0;
	height:700px;
	}
#img_container div, #img_container p {
	display:inline;
	white-space:nowrap;
	margin:0;
	padding:0;
	}
#img_container img {
	display:inline;
	white-space:nowrap;
	margin-right: 50px;
	}
#text_container {
	float:left;
	margin:60px 50px 0 250px;
	width:400px;
	padding:20px 40px 20px 40px;
	min-height:600px;
	background-color:#FFF;
	}
/*
100 days
*/
#logo-100days {
	position:absolute;
	top:590px;
	left:1232px;
	margin:0;
	padding:0;
}
#logo-100days a, #logo-100days a:visited, #logo-100days a:active {
	background: url(img/100dayslogo-bunt.png) no-repeat;
    display:block;
	width:144px; 
	height:51px;
	border-bottom:none;
	text-decoration:none;
	}
#logo-100days img {
	display:block;
	width:144px; 
	height:51px;
	border-bottom:none;
	border:0;
	}
#logo-100days a:hover img {
    visibility: hidden;
	}
/*
klassen für javascript
*/
.bildlink img {visibility: hidden;}
.textlink {color:#000 !important;}
