/* CSS Document */
@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
  color: #000;
	background-image: url(/images/splatter_thicker.jpg);
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	width: 100%;
}
a,
a:visited {
	color: #000;
	text-decoration: none;
	text-align:left;
}
a:hover {
font-size: 180%;
}
img {
	border: none;
}
dl,dd{
	margin: 0;
}
/*dt { background: #fff; font-size: 14px; padding: 1px; margin: 2px; }*/
dt a{ 
	text-decoration:none;
}
dd a {
  text-decoration: none;
}
ul{
	list-style: none; 
	padding: 0px;
}
.menu {
	font-family: Courier, Verdana, Arial, Helvetica, sans-serif;
  position: absolute;
  top:20px;
  left:18px;  
	text-align:left;
}
.menu li {
	padding-left: 10px;
	}
.menu li a,
.menu li a:visited {
	color: #919191;
}
a.cur_selected,
.menu a:hover {
	text-decoration: line-through;
}
a.cur_selected {
	font-size: 180%;
	font-weight: bold;
  text-decoration: line-through;
}
.contcentre {
	position: absolute;
	top: 1px;
	right: 0;
	border: none;
}
#sidebar1 {
	position: absolute;	
  top:20px;
  left:18px;  
	width: 800px;
	z-index: -1;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform:rotate(2deg);
}
#mainContent {
	position: absolute;
  top: 100px;
  right: 0;
  width: 600px;
  font-size: 24px;
}
#bigmonster {
	position: absolute;
	top: 0;
	right: 0;
	height: 700px;
  width: 800px;
  overflow: hidden;
  z-index: -99;
}
#bigmonster p
	{
  font-size: 140px;
  font-style:italic;
  letter-spacing: 10px;
  color: #FFEEDF;
  text-align: right;
}
#floatingNamesake {
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: -1;
	}
span.category {
	font-size: 26px;
  color: #959595;
  letter-spacing: 8px;
}
span.namesake {
  font-size: 42px;
  letter-spacing: -5px;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 400px;
}
.scrollable div{ margin-right: 20px}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
}
.items p {
  padding-right: 10px;
}
.items p,
#kontakt p {
  font-size: 60%;
  color: #773E09;
}
#kontakt {
	float: right;
	padding: 240px 10px 0 0;
	text-align: right;
	}
#ubermich {
	padding-top: 20px;
	}
/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}

/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
a.prev,
a.next {
	padding: 0 100px;
	color: #EF780E;
}
a.next {
	float: right;
}
a.prev:hover,
a.next:hover{ font-size: inherit; cursor: pointer} 
/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

.imageflip {
  height: 399px; 
  width: 202px;
}
a.mailTo:hover{ font-size: inherit}
.detail p{ color: black !important; }
.detail{ border-bottom: 1px solid #999; width:180px; float: right }
