/************************
PARASOL NEUN PUNKT CSS Styles
author:   Katrin Bauer
version:  2006/10/01

http://parasol9pt.net
************************/

@import url(lb/css/lightbox.css);

/***********************
1 - ESSENTIAL
************************/

html { height: 100%; margin-bottom: 1px; }

body {
	margin: 0;
	padding: 0;
	font: 62.5%/1.6em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #999;
	background: #F8F8F8 url("img/bg1.gif");
	background-attachment:fixed;
}

body * {
	margin: 0;
	padding: 0;
}



#fixed {
	position:absolute;
	left:505px;
	top:151px;

	background-color: #FFF; 
}

body > div#fixed { position: fixed; }

ul.navigation {
	line-height: 21px;
	list-style-type: none;
	border-top: 1px dotted #CCCCCC;
	padding: 6px 15px 6px 8px; 
}
ul.navigation li {
	padding-left: 20px;
	background: transparent url("img/arrow.gif") no-repeat 0 7px;
}



#fixed a,
#fixed a:visited { 
	color: #999;
	text-decoration: none;
	font-size: 1.2em; 
	font-weight: bold;
}

#fixed a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-size: 1.2em; 
	font-weight: bold;
}

h2.navi {
	padding: 5px 5px 6px 5px;
	margin: 3px;
	background-color: #F7F4EA;
	font-size: 1.75em; 
	color: #FFCC00;
	text-transform: lowercase;
	font-weight: bold; 
	letter-spacing: 0.03em;
	border: none;
}

h1 {
	display: block;
	height: 212px;
	width: 450px;
	overflow:hidden;
	text-indent: -9999px;
	background: transparent url("img/header.jpg") no-repeat 0 0;
	font-size: 1.8em; 
	font-weight: bold; 
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -0.06em;
}

h2 {
	padding: 12px 0 1px 0;
	margin-bottom: 10px;
	font-size: 1.7em; 
	color: #FFCC00;
	text-transform: uppercase;
	font-weight: bold; 
	letter-spacing: -0.06em;
	border-bottom: 1px dotted #919F98;
}

h2.nobor {
	border: none !important;
	margin: 0px;
}

h3 {
	overflow:hidden;
	background-color: #FFCC00;
	padding: 1px 35px 1px 3px;
	font-size: 1.1em; 
	color: #FFF;
	display: inline;
	text-transform: uppercase;
	font-weight: bold; 
}


h4 {
	padding: 20px 0 4px 0;
	font-weight: bold; 
	font-size: 1.1em;
	color: #666;
}


hr {
	margin : 26px 0 12px 0; 
	height: 1px; 
	width: 421px;
	border: 1px dotted #919F98;
}


p a,
p a:visited { 
	color: #999;
	text-decoration: underline;
}

p a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

p { 
	padding-bottom: 10px;
}

.go { 
	padding-left: 22px;
	background: transparent url("img/arrow.gif") no-repeat 4px 4px;
}

/***********************
2 - STRUCTURE
************************/

#container {
	margin: 14px 14px -10px 42px;
	position: relative;
	width: 450px;
}

.content {
	position: relative;
	background-color: #FFF;
	margin: 0 0 10px 0;
	width: 422px;
	padding: 14px;
}

.foto {
	position: relative;
	background: url("img/rahmen_foto.gif") no-repeat;
	float: left;
	height: 97px;
	width: 139px;
	margin: 0 2px 3px 0;
	overflow: hidden;
}

.foto img {
	height: 83px;
	width: 125px;
	margin: 7px;
}

.fright {
	margin: 0 0 3px 0 !important;
}


.ref {
	background: url("img/rahmen_top.gif") no-repeat;
	width: 422px;
	overflow: hidden;
}

.ref img {
	width: 408px;
	margin: 7px 7px 0 7px;
}

.refend {
	display: block;
	background: url("img/rahmen_btm.gif") no-repeat 0 0;
	width: 422px;
	height: 7px;
	margin-bottom: 8px;
}

#form {
	width: 422px;
	height: 200px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}


/***********************
3 - LANGUAGE
************************/

#language {
	position: absolute;
	top: 78px;
	left: 29px;
	width: 13px;
	height: 80px;
	margin: 0;
	padding: 0;
	z-index:1;
}
#language ul {
	margin: 0;
	padding: 0;
}
#language ul li {
	width: 13px;
	height: 30px;
	text-align: left;
	display: block;
	padding: 0;
	margin: 0 0 2px 0;
}
#language ul li a{
	width: 13px;
	height: 30px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#de, #de a { background: transparent url("img/flag_de.gif") no-repeat 0 -30px;}
#de a:hover, #language ul li#de.on a { background: transparent url("img/flag_de.gif") no-repeat left top; }

#en, #en a { background: transparent url("img/flag_en.gif") no-repeat 0 -30px; }
#en a:hover, #language ul li#en.on a { background: transparent url("img/flag_en.gif") no-repeat left top; }

#jp, #jp a { background: transparent url("img/flag_jp.gif") no-repeat 0 -30px; }
#jp a:hover, #language ul li#jp.on a { background: transparent url("img/flag_jp.gif") no-repeat left top; }