/*================================================================================================================= */
/*================================================================================================================= */
.debug {
	display: none;
	margin: 0px;
	padding: 10px;
	background-color: #000;
	color: #ff0;
	text-align: left;
	border: 1px solid #ff0;
}
/*================================================================================================================= */
/*================================================================================================================= */
body,p,td,li {
	font: 11px/16px verdana;
}
.noshow {display:none;}
.f-left {float:left;}
.f-right {float:right;}
.clear {clear: both;}
.nobold {font-weight: normal;}
.color-red {color: #c00;}
.color-blue {color:#00c;}
.color-green {color:#090;}
.color-brown {color:#642;}
.color-purple {color:#909;}
.w2c {width: 50%}
.w3c {width: 30%}
.w4c {width: 25%}
.w5c {width: 20%}
/*================================================================================================================= */
.content .text .date {
	font: 12px/12px monospace;
	font-weight: bold;
}
.book-title {
	font-style: italic;
	color: #640;
}
/*================================================================================================================= */
/*================================================================================================================= */
body {
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
}
/*================================================================================================================= */
a:link,
a:active,
a:visited {
	color: #600;
}
a:hover {
	color: #f00;
}
a.external:link,
a.external:active,
a.external:visited {
	color: #006;
}
a.external:hover {
	color: #00f;
}
a.media:link,
a.media:active,
a.media:visited {
	color: #060;
}
a.media:hover {
	color: #0c0;
}
a.data:link,
a.data:active,
a.data:visited {
	color: #606;
}
a.data:hover {
	color: #c0c;
}
/*================================================================================================================= */
a.button {
	padding: 1px 5px 2px;
	margin: 0px 2px;
	border: 1px solid #000;
	text-decoration: none;
	font: 10px/10px verdana;
	font-weight: normal;
}
a.button:link,
a.button:active,
a.button:visited {
	color: #000;
	border-color: #fff #333 #333 #fff;
	background-color:  transparent;
}
a.button:hover {
	color: #000;
	border-color: #333 #fff #fff #333;
	background-color:  transparent;
}
a.button.red:link,
a.button.red:active,
a.button.red:visited {
	color: #000;
	border-color: #fff #333 #333 #fff;
	background-color:  transparent;
}
a.button.red:hover {
	color: #000;
	border-color: #333 #fff #fff #333;
	background-color: #fcc;
}
a.button.blue:link,
a.button.blue:active,
a.button.blue:visited {
	color: #000;
	border-color: #fff #333 #333 #fff;
	background-color:  transparent;
}
a.button.blue:hover {
	color: #000;
	border-color: #333 #fff #fff #333;
	background-color: #ccf;
}
a.button.green:link,
a.button.green:active,
a.button.green:visited {
	color: #000;
	border-color: #fff #333 #333 #fff;
	background-color:  transparent;
}
a.button.green:hover {
	color: #000;
	border-color: #333 #fff #fff #333;
	background-color: #cfc;
}
/*================================================================================================================= */
/*================================================================================================================= */
.page {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}
/*================================================================================================================= */
/*================================================================================================================= */
.header {
	padding: 20px 0px 0px 0px;
}
.header a.logo {
	width:150px;
	color: #c5bc9b;
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
.header a.logo img {
	border:none
}
.header h1.logo {
	padding: 0px;
	margin: 0px;
}
.header h1.logo span {
	display: none;
	color: #c5bc9b; /*#d5ccab;*/
	padding: 0px 0px 2px 8px;
	margin: 0px;
	font: 18px/18px verdana;
}
.header .search {
	padding: 0px 0px 1px;
	margin: 0px;
	float: right;
	width: 400px;
	display: block;
	text-align: right;
}
.header .search input.query {
	margin: 0px;
	padding: 1px 5px 2px;
	border: 1px solid #30303f;
	border-color: #000 #666 #666 #000;
	background-color: transparent; /*#3c434c;*/
	color: #999;
	width: 200px;
	font: 10px/10px verdana;
}
.header a.button {
	margin-right: 0px;
	padding: 1px 3px 2px;
	border: 1px solid #000;
}
.header a.button:link,
.header a.button:active,
.header a.button:visited {
	color: #999;
	background-color: transparent; /*#3c434c;*/
	border-color: #666 #000 #000 #666;
}
.header a.button:hover {
	color: #000;
	background-color: #999;
	border-color: #000 #fff #fff #000;
}

/*================================================================================================================= */
/*================================================================================================================= */
.header .main-menu {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px 10px 1px;
	color: #652;
	font: 12px/18px verdana;
}
.header .main-menu ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font: 12px/18px verdana;
}
.header .main-menu ul li {
	display: inline;
	padding: 0px 2px;
	margin: 0px;
	font: 12px/18px verdana;
}
.header .main-menu ul li a {
	font-size: 12px;
	padding: 4px 5px;
	margin: 0px;
	text-decoration: none;
}
.header .main-menu ul li a:link,
.header .main-menu ul li a:active,
.header .main-menu ul li a:visited {
	margin: 1px;
	border: none;
	color: #b5ac8b;
}
.header .main-menu ul li a.here:link,
.header .main-menu ul li a.here:active,
.header .main-menu ul li a.here:visited,
.header .main-menu ul li a.here:hover,
.header .main-menu ul li a:hover {
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background-color: #b5ac8b;
}
.header .main-menu ul li a.hi {
}
.header .main-menu ul li a.hi:link,
.header .main-menu ul li a.hi:active,
.header .main-menu ul li a.hi:visited {
	margin: 1px;
	border: none;
	color: #c93;
}
.header .main-menu ul li a.hi.here:link,
.header .main-menu ul li a.hi.here:active,
.header .main-menu ul li a.hi.here:visited,
.header .main-menu ul li a.hi.here:hover,
.header .main-menu ul li a.hi:hover {
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background-color: #b5ac8b;
}
.header .main-menu ul li a.low {
}
.header .main-menu ul li a.low:link,
.header .main-menu ul li a.low:active,
.header .main-menu ul li a.low:visited {
	margin: 1px;
	border: none;
	color: #652;
}
.header .main-menu ul li a.low.here:link,
.header .main-menu ul li a.low.here:active,
.header .main-menu ul li a.low.here:visited,
.header .main-menu ul li a.low.here:hover,
.header .main-menu ul li a.low:hover {
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background-color: #b5ac8b;
}
.header .main-menu ul li a.lower {
}
.header .main-menu ul li a.lower:link,
.header .main-menu ul li a.lower:active,
.header .main-menu ul li a.lower:visited {
	margin: 1px;
	border: none;
	color: #320;
}
.header .main-menu ul li a.lower.here:link,
.header .main-menu ul li a.lower.here:active,
.header .main-menu ul li a.lower.here:visited,
.header .main-menu ul li a.lower.here:hover,
.header .main-menu ul li a.lower:hover {
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background-color: #b5ac8b;
}

/*================================================================================================================= */
/*================================================================================================================= */
.footer {
	padding: 8px 10px 0px;
	color: #666;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
.footer a {}
.footer a:link,
.footer a:active,
.footer a:visited {
	color: #999; /* #a59c7b; */
}
.footer a:hover {
	color: #fff; /*#c5bc9b;*/
}
.counter {
	color: #666;
	font-size: 10px;
	line-height: 14px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	display: inline;
	width: 140px;
	float: left;
	position: relative;
	top: -25px;
}
/*================================================================================================================= */
/*================================================================================================================= */
.content {
	color: #000;
	padding: 10px 10px 10px 0px;
}
/*================================================================================================================= */
.content .section-menu {
	margin: 0px 0px;
	padding: 40px 0px 20px;
	width: 120px;
	text-align: center;
	float: left;
}
.content .section-menu ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.content .section-menu ul li {
	padding: 2px 0px;
	margin: 0px 0px 2px;
	list-style-type: none;
	font-size: 11px;
}
.content .section-menu ul li.high-top {
	margin-top: 20px;
}
.content .section-menu ul li a {
	font-size: 11px;
	display: block;
	width: 123px;
	text-decoration: none;
	padding: 1px 5px;
	margin: 0px;
}
.content .section-menu ul li a:link,
.content .section-menu ul li a:active,
.content .section-menu ul li a:visited {
	margin: 1px;
	border: none;
	color: #a59c7b;
	background-color: transparent;
}
.content .section-menu ul li a.here:link,
.content .section-menu ul li a.here:active,
.content .section-menu ul li a.here:visited,
.content .section-menu ul li a.here:hover,
.content .section-menu ul li a:hover {
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background-color: #a59c7b;
}
.content .section-menu ul li a.hi {
	font-size: 12px;
}
.content .section-menu ul li a.hi:link,
.content .section-menu ul li a.hi:active,
.content .section-menu ul li a.hi:visited {
	margin: 1px;
	border: none;
	color: #c93;
	background-color: transparent;
}
.content .section-menu ul li a.hi.here:link,
.content .section-menu ul li a.hi.here:active,
.content .section-menu ul li a.hi.here:visited,
.content .section-menu ul li a.hi.here:hover,
.content .section-menu ul li a.hi:hover {
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background-color: #a59c7b; /*#a59c7b;*/
}
.content .section-menu ul li a.low {
	font-size: 10px;
}
.content .section-menu ul li a.low:link,
.content .section-menu ul li a.low:active,
.content .section-menu ul li a.low:visited {
	margin: 1px;
	border: none;
	color: #652;
	background-color: transparent;
}
.content .section-menu ul li a.low.here:link,
.content .section-menu ul li a.low.here:active,
.content .section-menu ul li a.low.here:visited,
.content .section-menu ul li a.low.here:hover,
.content .section-menu ul li a.low:hover {
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background-color: #a59c7b; /*#a59c7b;*/
}
/*================================================================================================================= */
/*================================================================================================================= */
.content .text .topnav {
	border-top: none; /*1px solid #fff;*/
	border-bottom: 1px solid #000;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 12px;
}
.tight .content .text .topnav ul,
.content .text .topnav ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.tight .content .text .topnav ul li,
.content .text .topnav ul li {
	background-image: none;
	display: inline;
	padding: 0px 1px;
	margin: 0px;
	font: 10px/10px verdana;
}
.content .text .topnav ul li a {
	padding: 2px 2px;
	margin: 0px;
	text-decoration: none;
}
.content .text .topnav ul li a:link,
.content .text .topnav ul li a:active,
.content .text .topnav ul li a:visited {
	margin: 1px;
	border: none;
	color: #000;
}
.content .text .topnav ul li a.here:link,
.content .text .topnav ul li a.here:active,
.content .text .topnav ul li a.here:visited,
.content .text .topnav ul li a.here:hover,
.content .text .topnav ul li a:hover {
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background-color: #ccc;
}
/*================================================================================================================= */
/*================================================================================================================= */
.content .text {
	color: #000;
	margin: 0px 0px 0px 140px;
	padding: 30px;
	border: 3px double #666;
	background-color: #fff;
	min-height: 450px;
}
/*================================================================================================================= */
.content .text h1 {
	color: #000;
	margin: 10px 0px 20px;
	padding: 0px;
	font: 18px/20px verdana;
	font-weight: bold;
}
.content .text h1 span {
	padding: 0px 50px 0px 0px;
	border-bottom: 1px solid #000;
}
.content .text h1.center {
	text-align: center;
}
.content .text h1.center span {
	padding: 0px 50px 0px 50px;
}
.content .text h1.red {
	color: #f00;
	font-weight: normal;
}
.content .text h1.blue {
	color: #00f;
	font-weight: normal;
}
.content .text h1 span span.overlay {
	border: none;
	font-size: 14px;
}
/*================================================================================================================= */
.content .text h2 {
	color: #000;
	margin: 20px 0px 5px;
	padding: 0px;
	font: 14px/16px verdana;
	font-weight: bold;
}
.content .text h2 span {
	padding: 0px 20px 0px 0px;
	border-bottom: 1px solid #333;
}
.tight .content .text h2 span,
.content .text .tight h2 span {
	padding: 0px;
	border: none;
}
.tight .content .text h2,
.content .text .tight h2 {
	color: #000;
	margin: 10px 0px 5px;
	padding: 0px;
	font-weight: bold;
	font: 12px/14px verdana;
	font-weight: bold;
}
.tight .content .text h2,
.content .text .tight h2 {
	text-align: right;
}
.tight .content .text h2,
.content .text .tight h2 {
	border-bottom: 1px dotted #666;
}
/*================================================================================================================= */
.content .text h3 {
	color: #000;
	margin: 10px 0px 5px;
	padding: 0px;
	font-weight: bold;
	font: 11px/14px verdana;
	font-weight: bold;
}
.content .text h3.right {
	text-align: right;
}
.content .text h3.underlined {
	border-bottom: 1px dotted #666;
}
/*================================================================================================================= */
.content .text h4 {
	color: #000;
	margin: 10px 0px 5px;
	padding: 0px;
	font: 11px/14px verdana;
	font-weight: normal;
}
.content .text h4.right {
	text-align: right;
}
.content .text h4.underlined {
	border-bottom: 1px dotted #666;
}
/*================================================================================================================= */
.content .text h5 {
	color: #c00;
	margin: 10px 0px 5px 30px;
	padding: 0px;
	font: 11px/14px verdana;
	font-weight: normal;
}
.content .text h6 {
	color: #00c;
	margin: 10px 0px 5px 30px;
	padding: 0px;
	font: 11px/14px verdana;
	font-weight: normal;
}
/*================================================================================================================= */
.content .text p {
	margin: 10px 0px 10px 30px;
	padding: 0px;
	text-align: justify;
}
.content .text p.special {
	margin: 10px 0px 10px 32px;
	padding: 5px 0px 5px 12px;
	border-left: 2px solid #000;
	background: url(images/bullet_1_000.png) 0px 8px no-repeat;
}
.content .text p.special strong {color:#000;}
.content .text p.special.red{
	background-image: url(images/bullet_1_600.png);
	border-color: #600;
}
.content .text p.special.red strong {color:#600;}
.content .text p.special.blue{
	background-image: url(images/bullet_1_006.png);
	border-color: #006;
}
.content .text p.special.blue strong {color:#006;}
.content .text p.special.green{
	background-image: url(images/bullet_1_393.png);
	border-color: #393;
}
.content .text p.special.green strong {color:#060;}
.content .text p.special.brown{
	background-image: url(images/bullet_1_963.png);
	border-color: #963;
}
.content .text p.special.brown strong {color:#630;}
.content .text p.special.purple{
	background-image: url(images/bullet_1_606.png);
	border-color: #606;
}
.content .text p.special.purple strong {color:#606;}
.content .text blockquote {
	text-align: justify;
	margin: 10px 0px 10px 32px;
	padding: 5px 0px 5px 12px;
	border-left: 2px solid #333;
	background: url(images/bullet_1_333.png) 0px 8px no-repeat;
	color: #666;
}
.content .text blockquote strong {color:#333;}
.content .text blockquote.red {
	background-image: url(images/bullet_1_600.png);
	border-color: #600;
	color: #933;
}
.content .text blockquote.red strong {color:#600;}
.content .text blockquote.blue {
	background-image: url(images/bullet_1_006.png);
	border-color: #006;
	color: #339;
}
.content .text blockquote.blue strong {color:#006;}
.content .text blockquote.green {
	background-image: url(images/bullet_1_060.png);
	border-color: #060;
	color: #363;
}
.content .text blockquote.green strong {color:#060;}
.content .text blockquote.brown {
	background-image: url(images/bullet_1_630.png);
	border-color: #630;
	color: #963;
}
.content .text blockquote.brown strong {color:#630;}
.content .text blockquote.purple {
	background-image: url(images/bullet_1_606.png);
	border-color: #606;
	color: #939;
}
.content .text blockquote.purple strong {color:#606;}
.content .text b,
.content .text strong {
	color: #000;
	font-weight: bold;
}
.content .text img {
}
.content .text img.main {
	float: right;
/*
	border: 1px solid #999;\\
	background-color: #ccc;
	padding: 5px;
*/
	margin: 10px;
	margin-top: 0px;
	margin-right: 0px;
}
.content .text img.left {
	float: left;
	margin: 10px 10px 10px 30px;
}
.content .text img.right {
	float: right;
	margin: 10px 0px 10px 10px;
}
.content .text ol {
	margin: 10px 0px 10px 50px;
	padding: 0px;
}
.content .text ol li {
	margin: 0px 0px 5px;
	padding: 0px;
}
.content .text ul {
	margin: 10px 0px 10px 30px;
	padding: 0px;
}
.content .text ul li {
	margin: 0px 0px 5px 2px;
	padding: 0px 0px 0px 14px;
	background: url(images/bullet_1.png) 0px 4px no-repeat;
	list-style-type: none;
}
.content .text ul li ul {
	margin: 5px 30px 10px 0px;
	padding: 0px 0px 0px 2px;
}
.content .text ul li ul li {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 14px;
	background: url(images/bullet_2.gif) 0px 4px no-repeat;
	list-style-type: none;
}
.tight .content .text ul,
.content .text ul.tight {
	margin: 10px 0px 10px 30px;
}
.tight .content .text ul {
	margin: 10px 0px 10px 10px;
}
.tight .content .text li,
.content .text .tight li {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 15px;
	background: url(images/bullet_1_small.png) 2px 2px no-repeat;
}
.content .text .tight li {
	background: url(images/bullet_1_small.png) 2px 4px no-repeat;
}
.tight .content .text ul li ul,
.content .text .tight ul li ul,
.content .text ul.tight li ul {
	margin: 2px 0px 5px 0px;
}
.tight .content .text li ul li,
.content .text .tight li ul li {
	background: url(images/bullet_2_small.gif) 2px 2px no-repeat;
}
.tight .content .text ul li {
	font: 10px/12px verdana;
}
.content .text .wide li {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
}
.content .text .wide li ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.content .text .wide li ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.content table {
	width: 100%;
}
.content table td {
	vertical-align: top;
}
.content table.list {
	width: 100%;
	margin: 0px 0px 10px;
}
.content table.list caption {
	text-align: left;
	border-bottom: 1px solid #444;
	padding-top: 10px;
}
.content table.list tr.odd td {
	background-color: #eee;
}
.content table.list tr.even td {
	background-color: #ddd;
}
.content table.list td.number {
	width: 10%;
}
.content table.list td.title-en {
	color: #000;
	width: 30%;
}
.content table.list td.title-de {
	width: 30%;
}

/*================================================================================================================= */
.content div#footer {
	text-align: left;
	border-top: 1px solid #666;
	color: #666;
	margin: 30px 30px 0px;
	padding: 5px 10px 0px;
}
.content div#footer p {
	margin: 0px;
	font-size: 10px;
}
/*================================================================================================================= */
div#signature {
	color: #666;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}
div#signature .author {
	padding: 1px 20px;
	border-top: 1px solid #666;
}
/*================================================================================================================= */
div.board   {margin:40px 0px;text-align:center;font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;}
div.board table.board                 {margin:0px auto;border:1px solid #000;padding:5px;background-color:#cba;
}
div.board table.board td              {margin:0px;border:1px solid;padding:5px;text-align:center;background-color:#ddd;
}
div.board table.board td.board        {
	text-align: center;
	font-size: 12px;
	line-height: 10px;
	border-color: #fdb #420 #420 #fdb;
}
div.board table.board td.board-top,
div.board table.board td.board-bottom {border:1px solid;text-align:center;font: 12px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;text-align:center;}
div.board table.board td img          {margin:0px;border:none;padding:0px;text-align:center;}
div.board table.board-pos td img      {margin:0px;border:none;padding:0px;text-align:center;border:1px solid;}
/*================================================================================================================= */
.label {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	padding: 2px 10px;
}
textarea.input,
input.input {
	width: 720px;
	border: 1px solid #fff;
	border-color: #666 #fff #fff #666;
	background-color: #dfdcd0;
	padding: 2px 5px;
}
input.short {
	width: 610px;
}
input.query{
	width: 300px;
}
.form-submit-buttons {
	text-align:right;
	padding-top: 5px;
}
#message {
	text-align: center;
	font: 11px/11px verdana;
}
#message.working {
	margin: 0px 0px 10px;
	background-color: #006;
	color: #fff;
	padding: 2px 5px;
	border: 1px solid #00f;
}
#message.rejected {
	margin: 0px 0px 10px;
	background-color: #600;
	color: #fff;
	padding: 2px 5px;
	border: 1px solid #f00;
}
#message.accepted {
	margin: 0px 0px 10px;
	background-color: #363;
	color: #fff;
	padding: 2px 5px;
	border: 1px solid #3c3;
}
/*================================================================================================================= */
/*================================================================================================================= */
/*================================================================================================================= */
.no-section-menu .header .main-menu ul {
	text-align: right;
}
.no-section-menu .content {
	padding: 10px;
	background-image: none;
}
.no-section-menu .content .text {
	margin: 0px;
}
/*================================================================================================================= */
.right-section-menu .header .main-menu ul {
	text-align: right;
	padding-right: 170px;
}
.right-section-menu .content {
	padding: 10px;
	background: url(images/right-bar-2.png) repeat-y 780px 0px;
}
.right-section-menu .content .text {
	margin: 0px 170px 0px 0px;
}
/*================================================================================================================= */
body {
	background: #30303f url(images/background.gif);
}
.header .main-menu {
	background: #000 url(images/top-bar-2.png) left repeat-x;
}
.footer {
	background: url(images/bottom-bar-2.png) top repeat-x;
}
.content {
	background: url(images/left-bar-2.png) repeat-y 8px 0px;
}
.content .text {
	background: #fff url(images/text_background.gif);
}
.content .text .topnav {
	background: transparent url(images/topnav-bar.png) left repeat-x;
}
.content .text .board table.board  {
	background: #654 url(board/board_rim.gif);
}
.content .text .board table.board td   {
	background: #cba url(board/board_cell.gif);
}
.content .text .board table.board td.board  {
	background: #ba7 url(board/board.jpg);
}
/*================================================================================================================= */
