/*

filename   : style.css
description: css main stylesheet

total-width     : 980
menu-width      : 200
content-width   : 780
content-rowwidth: 338
content-padding : 20 40

*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

body {
	color: white;
	background: #404040;
}

img, a {
	border: none;
}

hr {
	clear: both;
	color: transparent;
	background-color: transparent;
	border: none;
	width: 1px;
	height: 20px;
}

em.underline {
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

pre {
	margin: 50px 0;
	padding: 20px;
	color: black;
	background-color: #dddddd;
	overflow: hidden;
	font-family: monospace;
}

.hint {
	position: absolute;
	top: 0;
	width: 970px;
	text-align: center;
	color: black;
	background-color: white;
	font-size: 13px;
	padding: 5px;
	border-bottom: 2px solid red;
}

form {
	margin: 0;
	padding: 0;
}

.list {
	border-collapse: collapse;
}

.list thead th:first-child {
	border-left: #5966b2; /* blue */
}

.list thead th {
	border-left: 1px solid white;
}

.list th {
	text-align: left;
	vertical-align: top;
	padding: 10px 2px;
	color: #ffffff;
	background-color: #5966b2; /* blue */
}

.list tfoot th {
	text-align: right;
}

.imglist td:first-child {
	width: 120px;
	height: 90px;
	padding: 10px;
}

.list td {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	border: 1px solid #a37bb8; /* violett_hl*/
}

.list img {
	border: 1px solid black;
}

.list a {
	color: #5966b2; /* blue */
	background-color: transparent;
	text-decoration: underline;
}

.list a:hover {
	text-decoration: none;
}

fieldset {
	margin: 20px auto;
	padding: 10px;
	width: 500px;
	border: 2px solid #5966b2; /* blue */
}

fieldset legend {
	padding: 0 10px;
	border: 2px solid #5966b2; /* blue */
}

fieldset p {
	font-size: 11px;
}

fieldset input[type=text], fieldset input[type=file] {
	width: 100%;
}

fieldset input {
	margin-bottom: 20px;
}

fieldset button {
	padding: 0 10px;
}

/* div that contains the whole website */
#total {
	color: #5966b2; /* blue */
	background: #ffffff url('images/bg.gif') left repeat-y;
	margin: 0 auto;
	width: 980px;
}

#menu-0 {
	padding: 40px 0 0 0;
	color: #5966b2; /* blue */
	background-color: #ffffff;
}

#menu-0 table {
	position: relative;
	left: 200px;
	margin: 0;
	border-collapse: collapse;
	width: 780px;
	height: 20px;
}

#menu-0 td {
	width: auto;
	white-space: nowrap;
}

#menu-0 td + td {
	padding: 0 0 0 7px;
	width: 100%;
}

#menu-0 a {
	display: block;
	width: auto;
	height: 20px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #5966b2; /* blue */
}

#menu-0 a.hl, #menu-0 a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #7a8bda; /* blue_hl */
}

#head {
	border-top: 4px solid #841f8c; /* violett */
}

#left {
	float: left;
	padding: 10px 0;
	width: 200px;
	color: #5966b2; /* blue */
	background-color: transparent;
	font-size: 14px;
}

#left div {
	margin: 0 15px 40px 15px;
	clear: both;
}

#left div img {
	display: block;
	margin: 10px 0;
}

#language {
	float: left;
	width: 210px;
	margin: 0 0 20px 0 !important;
}

#language a {
	display: block;
	float: left;
	color: #ffffff;
	background-color: #841f8c; /* violett */
	text-decoration: none;
	width: 75px;
	padding: 3px 10px;
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
}

#language a:hover, #language a.active {
	color: #ffffff;
	background-color: #a37bb8; /* violett_hl*/
	text-decoration: none;
}

.menu-left {
	margin: 80px 0 40px 0;
}

.menu-left div {
	margin: 0 !important;
	padding: 0 !important;
}

.menu-left a {
	display: block;
	margin: 0 0 10px 0;
	padding: 4px 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #5966b2; /* blue */
	background-color: transparent;
}

.menu-left a:hover {
	text-decoration: underline;
}

.menu-left a.admin {
	color: #800000;
	background-color: transparent;
}

.menu-left button {
	width: 100%;
	height: 40px;
	padding: 2px;
	font-size: 12px;
}

.menu-left a.small {
	font-size: 10px;
}

.editmode {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	color: black;
	background-color: white;
	border: 1px solid black;
}

.editmode div {
	margin: 0 !important;
	padding: 10px !important;
}

.editmode p {
	margin: 0 0 7px 0;
	font-size: 12px;
}

.editmode h2 {
	margin: 20px 0 10px 0;
	text-decoration: underline;
}

.editmode a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	color: white;
	background-color: #00aa00;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.editmode a:hover {
	cursor: hand;
	text-decoration: underline;
}

.editmode a.edit {
	color: white;
	background-color: red;
}

.cave {
	padding: 1px;
	color: red;
	background-color: white;
}

.missing {
	color: red;
	background-color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
}

/* div that contains the content */

#content {
	margin: 20px 0 20px 39px;
	width: 706px;
	min-height: 600px;
	float: left;
}

#content img {
	display: block;
}

#content h6 {
	text-align: right;
	font-size: 11px;
}

#content p {
	clear: both;
}

#content a.link:after {
	content: url('images/link.gif');
}

#content a.link img.left {
	margin-right: 20px;
}

#content a.link img.right {
	margin-left: 20px;
}

#content a.link {
	vertical-align: middle;
	color: #5966b2;
	background-color: transparent;
	text-decoration: underline;
}

#content a.link:hover {
	text-decoration: none;
}

/* all levels */

address {
	font-style: normal;
}

address a {
	color: #5966b2; /* blue */
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

address a {
	text-decoration: none;
}

a.email {
	color: #841f8c; /* violett */
	background-color: transparent;
}

img.center {
	margin: 0 auto 20px auto !important;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

img.border {
	border: 2px solid white;
}

/* 2-column layout */

div.column {
	width: 338px;
	color: #5966b2; /* blue */
	background-color: #cbcbcb; /* grey */
	float: left;
}

div.column .arrow {
	position: absolute;
	z-index: 10;
}

div.column a, div.column p a:hover, div.wide p a:hover {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}

div.column p a {
	color: inherit;
	background-color: transparent;
	text-decoration: underline;
	color: inherit;
	background-color: transparent;
}

div.column div:hover img.a {
	color: inherit;
	background-color: #ffffff;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	cursor: hand;
}

div.column div:hover {
	color: inherit;
	background-color: #ebebeb; /* grey_hl */
	cursor: hand;
}

body.nohover div.column div:hover {
	color: inherit;
	background-color: transparent;
}

/* 1st level */

div.level1 h1 {
	margin: 5px 0;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #5966b2; /* blue */
	background-color: transparent;
}

div.level1 h2 {
	margin: 10px 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5966b2; /* blue */
	background-color: transparent;
}

div.level1 div.column h3 a {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #5966b2; /* blue */
	border-bottom: 4px solid #841f8c; /* violett */
}

div.level1 div.column h3 a:hover {
	color: #ffffff;
	background-color: #7a8bda; /* blue_hl */
	cursor: hand;
}

div.level1 div.column p {
	padding: 5px 10px;
	height: 40px;
	font-size: 15px;
}

/* 2nd level */

div.level2 {
	width: 706px;
	color: #5966b2; /* blue */
	background-color: #cbcbcb; /* grey */
}

div.level2 div.column div {
	height: 170px;
}

body.nohover div.level2 div.column div {
	height: auto;
}

div.level2 h1, div.level3 h3 {
	color: #ffffff;
	background-color: #5966b2; /* blue */
	font-size: 30px;
	font-weight: normal;
	padding: 20px;
	margin: 0 0 20px 0;
	border-bottom: 4px solid #841f8c; /* violett */
}

div.level2 p.intro, div.level3 p.intro {
	margin: 10px 20px;
	font-size: 13px;
	font-weight: bold;
}

div.level2 div.column p strong {
	font-size: 14px;
	padding: 5px 0 0 0;
}

div.level2 div.column p {
	color: #5966b2; /* blue */
	background: transparent;
	height: 70px;
	overflow: hidden;
	padding: 5px 0 10px 20px;
}

div.level2 div.column div div.fading {
	width: 338px;
	height: 85px;
	position: absolute;
	color: black;
	background: transparent url('images/fading.png');
	z-index: 20;
}

div.level2 div.column div:hover div.fading {
	background: transparent url('images/fading_hl.png');
}

body.nohover div.level2 h2 + p {
	height: auto;
}

div.level2 h6 {
	font-size: 10px;
	text-align: right;
}

div.level2 div.column2 h6 {
	margin-right: 20px;
}

body.nohover div.level2 h6 {
	display: none;
}

div.level2 h2 + p a {
	font-weight: bold;
	padding-left: 20px;
	white-space: nowrap;
}

/* 3th level */

div.level3 {
	width: 706px;
	color: #5966b2; /* blue */
	background-color: #cbcbcb; /* grey */
}

div.level3 iframe {
	width: 660px;
	height: 350px;
	margin: 20px 20px;
	border: 2px solid #5966b2; /* blue */
}

div.level3 h1 {
	color: #ffffff;
	background-color: #5966b2; /* blue */
	font-size: 15px;
	font-weight: bold;
	padding: 0 20px;
	margin: 0;
	height: 18px;
}

div.level3 h2 {
	vertical-align: top;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	background: transparent url('images/arrow3.gif') no-repeat center left;
}

div.level3 h4 {
	font-size: 14px;
	text-decoration: underline;
}

div.level3 h5 {
	font-size: 14px;
}

div.level3 h6 {
	text-align: left;
	font-size: 13px;
}

div.level3 h4, div.level3 h5, div.level3 h6 {
	font-weight: bold;
	margin: 10px 0;
}

div.level3 h4,
div.level3 h5,
div.level3 h6 {
	margin-left: 20px;
}

div.level3 div.column2 h4,
div.level3 div.column2 h5,
div.level3 div.column2 h6 {
	margin-left: 0;
}

div.level3 .l3_image {
	float: right;
	margin: 0 0 20px 20px;
	display: relative;
}

div.level3 img {
	margin-bottom: 20px;
}

div.level3 div.column1 img {
	margin: 0 0 20px 0;
}

div.level3 div.column2 img {
	margin: 0 0 20px 0;
}

div.level3 p {
	margin: 0 20px 10px 20px;
	text-align: justify;
}

div.level3 div.column1 p {
	margin: 0 0 10px 20px;
}

div.level3 div.column2 p {
	margin: 0 20px 10px 0;
}

div.level3 ul {
	margin: 10px 0 10px 20px;
}

div.level3 li {
	list-style: disc inside;
}

div.column2 {
	margin-left: 30px;
}

a.download {
	display: block;
	background: transparent url('images/arrow3.gif') no-repeat center left;
	padding: 5px 0 5px 20px;
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: normal;
	color: #5966b2; /* blue */
	background-color: transparent;
	text-decoration: none;
}

a:hover.download {
	background: transparent url('images/arrow3_hl.gif') no-repeat center left;
	text-decoration: underline;
}

/* formlar elements in admin-mode */

div.button {
	width: auto;
	margin: 0 0 40px 0;
}

div.button button {
	width: 300px;
	height: 40px;
	margin: 0 auto;
	padding: 3px 10px;
	display: block;
	font-weight: bold;
}

div.button button.legende {
	float: right;
}

span.admin {
	margin: 0 auto;
	padding: 0;
	width: 640px;
}

span.admin span {
	clear: both;
	display: block;
	color: black;
	background-color: white;
	border: 1px solid black;
	width: 60%;
	margin: 20px 0 -1px -20px;
	padding: 0 10px;
	font-size: 10px;
	font-weight: normal;
}

span.admin div {
	border-bottom: 2px solid black;
}

span.admin textarea {
	overflow: auto;
	margin:  0 auto 20px auto;
	padding: 5px;
	border: 2px solid black;
	width: 600px;
	height: auto;
}

span.admin input[type=checkbox] {
	width: 15px !important;
	height: 15px !important;
}

span.admin input {
	overflow: auto;
	margin:  0 auto 20px auto;
	padding: 0 10px;
	border: 2px solid black;
	width: 600px;
}

div.column span.admin h6 {
	width: 250px;
}

div.column span.admin input {
	width: 300px;
}

div.column span.admin textarea {
	width: 300px;
}

div#left span.admin h6 {
	width: 100px;
}

div#left span.admin input {
	width: 140px;
}

div#left span.admin textarea {
	width: 140px;
}

span.admin span.ressources {
	display: block;
	color: black;
	background-color: white;
	margin: -21px 0 20px 0;
	border: 1px solid black;
	width: 600px;
	height: auto;
}

span.admin span.ressources select {
	width: 400px;
}

span.admin span.ressources input {
	width: 100px;
}

span.admin span.ressources button {
	margin-left: 10px;
	padding: 0 5px;
	width: 160px;
	xfloat: right;
}

