@charset "UTF-8";
/*-----------* Screen CSS Document paul-martin.net *-------------*/

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	background-color: #000000;
	text-align: center;
}

/*-----------* Distance *-------------*/

#distance {
	width:1px;
	height:50%;
	margin-bottom:-315px; /* half of container's height */
	float:left;
}

/*-----------* IE PNG Alpha Fix v1.0  *-------------*/

img, div { behavior: url(../iepngfix.htc) }


/*-----------* Header *-------------*/

#header {
	position:relative;
	width:900px;
	clear:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 50px;
}

#logo {
	float: left;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 435px;
}
#logo_start {
	float: left;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 880px;
}

/*-----------* Navigation *-------------*/

#navigation {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	position: relative;
	float: right;
	width: 430px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-top: 18px;
}
	
#navigation ul{
	width: 100%;
	padding-left: 0px;
	margin: 0px;
	}
	
* html #navigation ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0px;
	}
	
#navigation ul li{
	display: inline;
	}
	
#navigation ul li a{
	float: left;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	}

#navigation ul li a.active{
	color: #999900;
	}

#navigation ul li a:hover{
	text-decoration: none;
	color: #999900;
	}
	
#subnavwrap {
	height: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
}
	
#subnavigation {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666600;
	position: relative;
	margin-left: 0px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#subnavigation ul{
	width: 100%;
	padding-left: 0px;
	margin: 0px;
	}
	
* html #subnavigation ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0px;
	}
	
#subnavigation ul li{
	display: inline;
	}
	
#subnavigation ul li a{
	float: left;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #666600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666600;
	}

#subnavigation ul li a.active{
	color: #FFFFCC;
	}

#subnavigation ul li a:hover{
	text-decoration: none;
	color: #FFFFCC;
	}
	
/*-----------* Content *-------------*/

#start_screen {
	margin:0 auto;
	position:relative;
	height:450px;
	width:900px;
	clear:left;
	background-color: #666666;
	background-image: url(../images/start_screen.jpg);
	background-repeat: no-repeat;
}

#content_wrap {
	position:relative;
	height:450px;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: left;
	background-image: url(../images/round_corners.png);
	background-repeat: no-repeat;
	background-color: #666666;
	text-align: left;
}

#content_l_300 {
	position:relative;
	height:450px;
	width:300px;
	float: left;
	background-color: #999900;
	background-image: url(../images/round_corners.png);
	background-repeat: no-repeat;
	background-position: left;
}

#content_l_450 {
	position:relative;
	height:450px;
	width:450px;
	float: left;
	background-color: #999900;
	background-image: url(../images/round_corners.png);
	background-repeat: no-repeat;
	background-position: left;
}

#content_r_450 {
	height:450px;
	width:450px;
	float: right;
	position: relative;
	background-image: url(../images/round_corners_r.png);
	background-repeat: no-repeat;
}

#content_r_600 {
	height:450px;
	width:600px;
	float: right;
	position: relative;
}

/*-----------* Content jScroll Pane *-------------*/

#jscrollpane_300 {
	position:relative;
	width:290px;
	height: 370px;
	overflow: auto;
	float: left;
}
#jscrollpane_wrap_600 {
	width:600px;
	float: right;
	position: relative;
	padding-top: 9px;
}

#jscrollpane_600 {
	width:590px;
	overflow: auto;
	height: 370px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/*-----------* jScroll Pane *-------------*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #999999;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #333333;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
	background-image: url(../images/basic_arrow_up.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}

a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

/*-----------* Footer *-------------*/

#footer {
	position:relative;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	color: #666666;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	text-align: left;
}

#footer  a {
	color: #999999;
	text-decoration: underline;
}

#footer  a:hover  {
	color: #CCCCCC;
	text-decoration: underline;
}


#copyright {
	width:900px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666600;
	line-height: 14px;
}

#copyright a {
	color: #666600;
	text-decoration: none;
}

#copyright  a:hover  {
	color: #999900;
	text-decoration: none;
}

#player  {
	visibility: hidden;
	position: absolute;
}

/*-----------* Diverse *-------------*/

.table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	line-height: 16px;
	margin-left: 35px;
}

.language {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999999;
}

.language a {
	color: #999999;
	text-decoration: none;
}
.language a:hover {
	color: #CCCCCC;
}

.spacer {
	width: 15px;
	float: left;
	height: 300px;
}

.sideselection {
	text-align: center;
	float: left;
	width: 225px;
}

.sideselection a{
	text-decoration: none;
}

.sideselection a.active {
	color: #FFFFCC;
}

/*-----------* Font formatting *-------------*/

p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
p a {
	color: #666600;
	text-decoration: underline;
}

p a:hover {
	color: #FFFFCC;
}
.pgreen {
	color: #666600;
}

#content_l_300 p, #content_l_450 p {
	padding-left: 35px;
	padding-right: 20px;
}

#content_r_450 p, #content_r_600 p {
	padding-left: 35px;
	padding-right: 25px;
}

#jscrollpane_300 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
	line-height: 23px;
	margin: 0px;
	padding-left: 35px;
}

#jscrollpane_300  p a {
	text-decoration: underline;
	color: #FFFFCC;
}

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

#jscrollpane_600 p, #content_r_450 p {
	color: #CCCCCC;
	padding-left: 35px;
	margin-right: 25px;
	padding-right: 0px;
}

#jscrollpane_600  p a, #content_r_450 p a {
	color: #999999;
}

#jscrollpane_600  p a:hover, #content_r_450 p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#jscrollpane_600  h1 {
	color: #CCCCCC;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 35px;
}
	
#content_r_450 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: lowercase;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 35px;
	padding: 0px;
	margin-right: 20px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666600;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: lowercase;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 35px;
	padding: 0px;
	margin-right: 20px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	margin-left: 35px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 24px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: lowercase;
	margin-top: 0px;
	margin-bottom: 19px;
	margin-left: 35px;
	margin-right: 20px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 19px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}

h4 a {
	color: #333333;
	font-weight: normal;
}

/*-----------* Contactform *-------------*/

#form {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 430px;
}
	
#formular fieldset {
	display:block;
	clear: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	
#formular label {
	width:120px;
	text-align:left;
	color:#FFFFCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	display: block;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 35px;
}
	
#formular fieldset#personal input {
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-top: 3px;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	color: #FFFFCC;
	border: 1px dashed #666600;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #999900;
}

#formular select {
	font-size: 12px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	background-color: #999900;
	color: #666600;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
}

#formular fieldset#personal input:hover{
}
	
#formular textarea {
	width:230px;
	overflow:auto;
	background-color: #999900;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	border: 1px dashed #666600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
	
#formular textarea:hover {
}
	
#formular #button1, #formular #button2 {
	color:#FFFFCC;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	height: 25px;
	background-color: #666600;
	width: 70px;
	position: relative;
	left: 170px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}

#formular #button1:hover, #formular #button2:hover {
	color: #999900;
}

