/* 
	Haupt-CSS-Styles für www.florianwilkes.net
	
	erstellt von Gabriel Wilkes
	www.gabrielwilkes.net
*/

/* alles auf 0 */
* { margin: 0; padding: 0; color: darkblue; }
/* Elementselektoren */
body {
	font-size: 100.1%;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: darkblue;
}
address, p, li, blockquote {
	font-size: 0.85em;
}
address {
	font-weight: 500;
	font-style: normal;
	line-height: 1.3em;
}
ul {
	padding-left: 4em;
	margin: 10px 0;
}

h2 {
	color: darkblue;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 50px;
	margin-top: 5px;
}
h2 span {
	font-size: 0.4em;
	left: -5px;
	position: relative;
	top: 1em;
}
h3 {
	clear: both;
}
p {
	margin: 5px 0;
}
/* allgemein ID-Selektoren (wrapper, Navi, bonmot, ...) */
#wrapper {
	width: 600px;
	margin: 0 auto;
}

#navi {
	font-family: Georgia, Times, 'Times New Roman', serif;
	list-style: none;
	background: url(img/navi-background.jpg) no-repeat;
	width: 600px;
	height: 150px;
	overflow: hidden;
	margin: 5px 0;
	padding: 0;
}
#navi li {
	display: inline;
	font-size: 120%;
	margin: 5px 0;
}
#navi li a {
	color:white;
	display:block;
	float:left;
	height:150px;
	width:25%;
	background: no-repeat transparent;
}
#navi li a span { display: none; }
li#nav-home a { background-image:url(img/navi-1.jpg)}
li#nav-musik a { background-image:url(img/navi-2.jpg)}
li#nav-jura a { background-image:url(img/navi-3.jpg)}
li#nav-kontakt a { background-image:url(img/navi-4.jpg)}

li#nav-home a:hover { background-image:url(img/navi-1_hover.jpg)}
li#nav-musik a:hover { background-image:url(img/navi-2_hover.jpg)}
li#nav-jura a:hover { background-image:url(img/navi-3_hover.jpg)}
li#nav-kontakt a:hover { background-image:url(img/navi-4_hover.jpg)}

li#nav-home a.selected { background-image:url(img/navi-1_current.jpg)}
li#nav-musik a.selected { background-image:url(img/navi-2_current.jpg)}
li#nav-jura a.selected { background-image:url(img/navi-3_current.jpg)}
li#nav-kontakt a.selected { background-image:url(img/navi-4_current.jpg)}

#bonmot {
	color:#C3C3EE;
	float:right;
	font-size:0.79em;
	font-style:italic;	
	padding-top: 8px;
}

/* Klassenselektoren */
.leftbox {
	width: 50%;
	float: left;
}
.rightbox {
	width: 50%;
	float: right;
}
ul.huge {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* spezifische ID- und Klassen-Selektoren */
#background_home {
	width: 600px;
	height: 450px;
	background: url(img/background_home.jpg) no-repeat;
}
#background_home * {
	display: none;
}
#discs {
  margin-left: 265px;
}
#discs .disc {
  float: left;
  height: 100px;
  width: 100px;
  margin: 3px;
  cursor: pointer;
}
#discs .disc p {
  display: none;
}
#singledisc {
  width: 250px;
  padding: 0px;
  background: white;
  margin: 2px 0px 2px 0;
  float: left;
}
#singledisc p {
  margin: 2px;
  font-size: 0.82em;
}
#singledisc h3 {
	padding: 2px;
	background: #DEDEDE;
	font-size: 1em;
  border: 1px solid #999;
  margin-bottom: 10px;
}
#singledisc .infos {
	font-style: italic;
}

ul.rightlist {
	margin-left: 72%;
}
ul.rightlist.left {
	margin-left: 63%;
}
ul.rightlist li {
	font-size: 120%;
	margin: 15px 0;
}
ul.rightlist li a {	text-decoration: none; }
ul.rightlist li a:hover:before {	content: "> "; color: #AAA;}
.clear {
	clear: both;
}

span.showInfos{color: #6C6C6C; font-size: 0.8em;}

span.extInfos{
  font-size: 0.9em;
  margin-top: 2px;
  font-style: italic;
}
.onclick {
	cursor: pointer;
}
.right {
	float: right;
}

.quote, .poem {
	padding-left: 10px;
	border-left: 3px solid #D3D3D3;
	margin: 15px 0;
  margin-top: 25px;
}
.poem {
  font-size: 0.8em;
 }
.quote p.cite, .poem p.cite {
	font-size: 0.8em;
}
blockquote {
	margin-left: 10px;
	line-height: 145%;
}
blockquote span:hover {
	color: black;
}
a[href^="http"] {
	background: url(img/external.jpg) no-repeat right 6px;
	padding-right: 10px;
}

.home #navi {
	margin-top: -1px;
	border-top: 1px dotted transparent;
}
.playlist .cd {
	font-size: 0.7em;
	color: #00005B;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
.bigpic {
	text-align: center;
}
.bigpic img {
	border: 1px solid black;
}
.pics {
	height: 130px;
	overflow: auto;
	border: 1px solid #CCC;
	margin-top: 20px;
}
.pics img { cursor: pointer; }

.left { float: left; }

.overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:50;
}
.container {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	left:-9999em;
	z-index:51;
}
.infos em { color: red; font-style: normal; }
.clear { clear: both; }
.close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.needs_js { display: none; }

.box_fixed_font p { text-align: justify; font-size: 13px; }
