html,body,table,tr,td,span,h1,h2,h3,h4,div,p,ul,ol,li {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Comfortaa', cursive;
	font-size: 15px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	color: #6E734D;
}

body {
	background-color: #FFF;
}

pre {
	background-color: #FFB;
	border: 1px solid #D4D4D4;
	padding: 2px;
	color: #000;
	width: 100%;
	height: 100%;
	overflow: auto;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC;
}

a {
	text-decoration: underline;
	/*color: #345557;*/
	color: #6E734D;
}

a:hover {
	text-decoration: none;
	color: #A64B37;
	text-shadow: 0px 0px 10px #A64B37;
	text-shadow: 5px 5px 6px #4E532D;
}

h1 {
	font-size: 45px;
	line-height: 75px;
	font-weight: bold;
	color: #6E734D;
}

h2 {
	font-size: 26px;
	color: #6E734D;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 22px;
	color: #6E734D;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
}

img {
	border: none;
}

ul {
	margin-left: 15px;
}

strong{
	color: #6E734D;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	border: 1px solid #D4D4D4;
	color: #6E734D;
	padding: 2px;
	border-radius: 2px;
	margin: 2px 2px 2px 2px;
	box-shadow: 0px 0px 5px #CCC;
}


input:hover, textarea:hover {
	border: 1px solid #A4A4A4;
	box-shadow: 0px 0px 5px #999;
}

input.Submit {
	cursor: pointer;
}

div.contentBox {
	padding: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: 0px 0px 5px #CCC;
}

#loading {
	font-size: 13px;
	background-color: #FFF;
	border: 1px solid #D4D4D4;
	color: #6E734D;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #CCC;
	position: fixed;
	bottom: 0px;
	right: 15%;
	display: none;
}

#mainBox {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 10px #DDD;
	margin-bottom: 25px;
}

#content {
	display: block;
	margin-top: 100px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#content div.content {
	width: 654px;
}

#right {
	display. block;
	width: 180px;
	float: right;
}

#header {
	position: relative;
	width: 854px;
	height: 150px;
	position: relative;
}


/* Menü Left */
#menu {
	position: absolute;
	display: block;
	top: 20px;
	width: 854px;
	text-align: left;
	/*background-color: #585858;  */
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	width: auto;
	float: left;
	margin-top: 3px;
	padding-right: 44px;
	padding-top:5px;
	padding-bottom: 5px;
}

#menu ul li a {
	font-size: 35px;
	line-height: 40px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #000;
	text-shadow: 5px 5px 6px #4E532D;
}

#menu ul li.active {
	color: #AE0000;
}

#menu ul li.active a {
	color: #000;
	text-shadow: 5px 5px 6px #4E532D;
}
#menu ul li ul {
	position: absolute;
	margin-top: 3px;
	height: 25px;
	padding-top: 5px;
	padding-left: 15px;
	border: none;
}
#menu ul li ul li {
	margin-top: 3px;
	height: 25px;
	padding-top: 5px;
	padding-left: 15px;
	border: none;
}

/* Slide Box */
div.slideBox {
	position: relative;
	overflow: hidden;
}

div.slideBox div {
	position: absolute;
	overflow: hidden;
	margin: 10px;

	border: 1px solid #D4D4D4;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #000;
}

.inactive {
	color: #535353;
	cursor: default;
}

.inactive:hover {
	color: #535353;
	cursor: default;
}

/* Small Presenter */
#gupaSlider {
	position: relative;
	width: 630px;
	height: 240px;
	overflow: hidden;

}

#gupaSlider div.content {
	position: absolute;
	width: 590px;
	margin: 10px;
	padding: 5px;

	border: 1px solid #D4D4D4;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #000;
}

#gupaSlider .gupaSliderBtn {
	position: absolute;
	display: inline;
	cursor: pointer;
	color: #333;
	top: 190px;
}

#gupaSlider .inactive {
	position: absolute;
	color: #999;
	cursor: default;
	top: 190px;
}



/* Small Presenter */
#gupaSlider2 {
	position: relative;
	width: 636px;
	height: 500px;
	overflow: hidden;

}

#gupaSlider2 div.content {
	position: absolute;
	width: 603px;
	margin: 10px;
	padding: 5px;

	border: 1px solid #D4D4D4;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #000;
}

#gupaSlider2 .gupaSliderBtn {
	position: absolute;
	display: inline;
	cursor: pointer;
	color: #FFF;
	top: 170px;
}

#gupaSlider2 .inactive {
	position: absolute;
	color: #535353;
	cursor: default;
	top: 170px;
}

div.keywords {
	line-height: 28px;
	padding: 5px;
	border: 1px dotted #D4D4D4;
	box-shadow: 0px 0px 5px #CCC;

}
div.keywords span {
	display: inline-block;
	border: 1px solid #D4D4D4;
	color: #6E734D;
	padding: 2px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #CCC;
}
div.keywords span:hover {
	cursor: pointer;
	border: 1px solid #A4A4A4;
	box-shadow: 0px 0px 5px #999;
}

#kontaktFlag {
	position: fixed;
	right: 0px;
	top: 10%;
	margin: 0px;
	padding: 5px;
	border: 1px solid #A4A4A4;
	box-shadow: 0px 0px 5px #999;
	font-family: arial;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/**
* Zeitleiste
**/
#zeitleiste {
	position: relative;

	height: 210px;
}
#leisteHolder {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

#zeitleiste #leisteHolder #leiste {
	position: relative;
	border-bottom: 5px solid #A64B37;
	width: 100%;
	height: 190px;
}
#zeitleiste #leisteHolder #leiste .jahr {
	position: absolute;
	bottom: -24px;
	color: #A64B37;
}
#zeitleiste div.eintragOld {
	/*display: none;*/
	padding: 2px;
}
#zeitleiste .eintrag {
	position: absolute;
	top: 5px;
	cursor: pointer;
	font-size: 12px;
}
#zeitleiste .eintrag h3 {
	display: inline;
}


#zeitleisteContent {
	display: block;
	padding-top: 50px;
}

#refImg {
	width: 650px;
	height: 400px;
	padding: 2px;
	border: 1px solid #D4D4D4;
	box-shadow: 0px 0px 5px #CCC;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#refImgThumb {
	width: 180px;
	float: right;
}
#refImgThumb img {
	border: 1px solid #D4D4D4;
	margin: 2px;
	padding: 2px;
	box-shadow: 0px 0px 5px #CCC;
	cursor: pointer;
	width: 80px;
}
