/*
10px = 0.6em
11px = 0.689em
12px = 0.750em
14px = 0.875em
16px = 1.0em
18px = 1.125em
22px = 1.375em
26px = 1.625em
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font: 0.689em Verdana, Arial, Helvetica, sans-serif;
	background-color: #60605f;
	color: #444;
	text-align: center;
	min-width: 950px;
	min-height: 540px;
}

a {
	color: #c97483;
}
a:hover {
	color: #474645;
}

p, code, ul {
	padding-bottom: 1.2em;
}

h1 {
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.0em;
	font-size: 1.625em;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
}

h1, h2, h3 {
	color: #60605f;
	padding-top: 0px;
	margin-bottom: 4px;
}

li {
	list-style: none;
}

div#vertical{
  	float: left;
  	margin-top: -282px;/* half vertical height*/
  	width: 100%;
  	height: 50%;
}

div#pagewrap {
  	margin-left: auto;
  	margin-right: auto;
  	width: 950px;
  	height: 540px;
  	overflow: auto; /* allow content to scroll inside element */
  	border: 12px solid #fff;
  	background-color: #60605f;
  	text-align: left;
  	clear: both;
}

div#pagecontainer {
	border: 12px solid #fff;
	background-color: #60605f;
	width: 950px;
	height: 540px;
	text-align: left;
}

div#imagepic {
	background: transparent url(logo.gif) no-repeat right top;
	background-color: #e2e2e2;
	width: 950px;
	height: 80px;
	margin: 0px;
}

div#fauxcol {
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 14px;
}

div#menu {
	background-color: #98cac7;
	border-right: 2px solid #000;
	margin-right: 10px;
  	width: 200px;
	float: left;
	overflow: hidden;
}

div#menuheader {
	background: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	color: #474645;
	height: 27px;
	text-align: center;
	padding-top: 10px;
	border-bottom: 1px solid #e2e2e2;
}

div#content {
	background-color: #fff;
	border-right: 2px solid #000;
	padding: 12px;
	width: 712px;
	height: 390px;
	float: right;
	overflow: auto;
}

div#footer {
	background-color: #474645;
	color: #fff;
	margin: 0px;
	padding: 12px 0 12px 0;
	text-align: center;
	position: relative;
	margin-top: -14px;
	height: 10px;
	clear: both;
}

div#content p {
	font: 1.088em Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

div#content p.align-right {
	text-align: right;
}

div#content p.csc-frame-frame2 {
	text-align: right;
	font: italic bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #474645;
	margin-bottom: 1.5em;
	line-height: 150%;
}

div#content .descr {
	color: #900;
	margin-bottom: 12px;
}

div#content blockquote p {
	text-align: justify;
	/*
	padding-left: 3em;
	padding-right: 3em;
	text-align: justify;
	font: italic bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #330010;
	margin-bottom: 1.5em;
	line-height: 150%;
	*/
}

div#content code, div#content code p {
	background: #fff;
	border: 1px solid #eee;
	border-left: 6px solid #ccc;
	color: #666;
	display: block;
	font: normal 1.0em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

div#content li {
	margin-left: 18px;
}

/* ------------------------------------------------------------------------------------------------------- */
/* --- navigation */
div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navcontainer {
	clear: right;
	margin-bottom: 10px;
	font-weight: bold;
}

ul#navcontainer li {
	border-bottom: 1px solid #fff;
}

ul#navcontainer li li {
	font-weight: normal;
	border: none;
}

ul#navcontainer li a {
	display: block;
	padding: 7px 0px 7px 20px;
}

ul#navcontainer li a:link, ul#navcontainer li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#navcontainer li a:hover, ul#navcontainer li a:active {
	color: #474645;
	background-color: #eee;
}

ul#navcontainer li.pressed {
	color: #474645;
	background-color: #e2e2e2;
	padding: 7px 0px 7px 20px;
}

ul#navcontainer li.pressed ul#subnav {
  	margin: 0px;
	padding: 0px;
  	padding-top: 5px;
}

ul#navcontainer li li a {
	display: block;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
	font-size: 0.875em;
}

ul#navcontainer li li a:link, ul#navcontainer li li a:visited {
	color: #474645;
	text-decoration: none;
	background-color: #fff;
}

ul#navcontainer li li a:hover, ul#navcontainer li li a:active {
	color: #fff;
	background-color: #98cac7;
}

ul#navcontainer li li.pressed {
	color: #51807d;
	background-color: #fff;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
	font-size: 0.875em;
}

ul#navcontainer li li li a {
	display: block;
	margin-left: 40px;
	padding: 3px 0px 3px 20px;
}

ul#navcontainer li li li a:link, ul#navcontainer li li li a:visited {
	color: #686E50;
	text-decoration: none;
	background-color: #e5e9ef;
}

ul#navcontainer li li li a:hover, ul#navcontainer li li li a:active {
	color: #990000;
	background-color: #fdfdfd;
}

ul#navcontainer li li li.pressed {
	color: #990000;
	padding: 3px 6px;
}

/* youtube player */
div.tx-rgmediaimages-pi1 {
	text-align: center;
}

/* mp3 player */
div.rgmediaimages-media {
	text-align: left;
	margin-bottom: 10px;
}

/* mp3 caption */
div.rgmediaimages-caption {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* form */
form {
	background-color: #eee;
	width: 600px;
	padding: 20px;
	border: 1px solid #8c8c8c;
}

fieldset {
	border: none;
}

label {
	display: block;
	float: left;
	padding-right: 6px;
	padding-top: 4px;
	width: 70px;
	text-align: right;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
	border:solid 1px #98cac7;
	margin-bottom: 10px;
}

textarea {
	padding: 2px 2px;
	border: solid 1px #98cac7;
}

input#mailformformtype_mail {
	border: solid 1px #60605f;
	margin-left: 76px;
	margin-top: 10px;
	clear: both;
	width: 125px;
	color: #fff;
	background-color: #98cac7;
	text-align: center;
	font-weight: bold;
}