@import 'nice_menus.css';
@import 'nice_menus_arachne.css';

body {
	padding:0px;
	margin:0px;
	background-color:white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size: 11px;
	text-align: center;
}

input.text {
	border: 1px solid #666666;
	background-color: white;
}

input.button {
	background-image: url(../images/form_button.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	width: 72px;
	border: 0px;
	font-size: 11px;
}

table {
	border-collapse: collapse;
}

td, div {
	padding:0px;
	margin:0px;
}

h1,h2,h3,h4,h5 {
	font-family: Georgia,Times,serif;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid lightGrey;
	text-align:left;
}

h1 { font-size: 190%; }
h2 { font-size: 165%; }
h3 { font-size: 145%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }

a {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a img {
	border: 0px;
}

a.active {
	color: black;
	text-decoration: underline;
}

#container {
	margin: 0px auto;
	width: 980px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	border-width: 0px 1px;
	border-color: lightGrey;
	border-style: solid;
	text-align: left;
}

.container_admin {
	margin-top: 20px !important;
}

#head {
	height:60px;
	margin: 0px;
	border-bottom: 1px dashed lightGrey;
	background-color: #F9F9F9;
	padding: 5px 0px 5px 5px;
	font-size: 11px;
}

#head .left {
	float:left;
}

#head .left div {
	float:left;
}

#head .right {
	float:right;
	width: 750px;
}

#searchbox {
	float:right;
	border-width: 1px 0px 1px 1px;
	border-style: dashed;
	border-color: lightGrey;
	border-bottom: 1px solid white;
	background-color: #eee;
	margin-top:18px;
	height: 20px;
	padding: 5px;
}

#head #searchbox p {
	float:left;
	margin: 0px 0px 0px 5px;
}

#head #searchbox input.text {
	margin-top: 1px;
	height: 15px;
	width: 220px;
}

#startsearchbox {
	float:right;
	border-width: 1px 0px 1px 1px;
	border-style: dashed;
	border-color: lightGrey;
	border-bottom: 1px solid white;
	background-color: #eeeeee;
	padding: 11px;
	text-align: center;
	margin-top: 41px;
	height: 26px;
}

#startsearchbox input.text {
	width: 300px;
	height: 20px;
}

#startsearchbox input.button {
	padding: 0px;
	font-size: 11px;
}

#startsearchbox td {
	vertical-align: middle;
}

#head .loginbox {
	text-align:center;
	float:right;
	margin: 18px 30px 0px 0px;
	font-size: 11px;
	height:30px;
}

#head .loginbox a.tab {
	padding: 8px 9px 0px 9px;
	display: block;
	height: 22px;
	border: 1px dashed lightGrey;
	border-bottom: 1px solid white;
	background-color: #eeeeee;
}

#head .loginbox div.tab {
	border: 1px dashed lightGrey;
	border-bottom: 1px solid white;
	background-color: #eeeeee;
	padding: 5px;
}

#head .loginbox p {
	margin: 0px;
	padding: 4px;
}

#head #loginform {
	background-color: #eeeeee;
	position: absolute;
	z-index: 3;
	padding:10px 5px 5px;
	border: 1px solid #666666;
	width: 270px;
	min-height: 80px;
	text-align: center;
}

#head #menu {
	height: 16px;
}

#left {
	margin: 0px 5px 0px 0px;
	float: left;
	width:190px;
	padding: 5px 10px 5px 5px;
	overflow: hidden;
}

#center {
	flex-grow: 1;
	display: flex;
}

#right {
	margin: 0px 0px 0px 2px;
	float: left;
	width:190px;
	padding: 5px 5px 5px 10px;
	overflow: hidden;
}

#content {
	margin: 12px 0px 5px 0px;
	padding: 0px 10px;
	float: left;
	width: 745px;
}

#content #breadcrumb {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid lightGrey;
	margin: 0px;
	font-variant: small-caps;
	text-align: left;
	font-size: 120%;
}

#content #breadcrumb div,
#content #breadcrumb p {
	margin: 0px;
}

#content p,
#content div {
	text-align:justify;
	padding: 0px;
	margin: 10px 0px;
	line-height: 1.5em;
	float:none;
}

#content #timeline div{
	padding: 0px;
	margin: 0px 0px;
	line-height: 0em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
	margin: 1.5em 50px 0.7em 0px;
	padding: 0px 0px 0px 5px;
	line-height: 1em;
}

#content .loginbox {
	float: right;
	margin: 0px 0px 12px 18px;
	padding: 5px;
	background-color: #f9f9f9;
}

#content #box1 {
	min-height:200px;
}

#content #box2 {
	float: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#content #box3 {
	float: right;
	margin: 0px;
}

#content .loginbox #loginform {
	margin: 0px;
}

#loginform input.text {
	width: 110px;
	margin: 3px;
}

#loginform input.button {
	margin: 3px 0px 3px 3px;
}

#foot {
	clear: both;
	border-top: 1px dashed lightGrey;
	text-align: center;
	font-size:12px;
	background-color: #f9f9f9;
	height: 100px;
	position: relative;
	z-index: 5;
}

#foot div {
	font-size:12px;
	float:left;
}

#content p.einsprung {
	background-image: url(../images/jump.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Georgia,Times,serif;
	text-align: right;
	margin: 15px;
	padding-right: 30px;
	font-size: 120%;
}

#content p.einsprung a {
	background-color: #f9f9f9;
}

em {
	font-weight: bold;
	color: #333333;
	font-style: normal;
}

strong {
	font-weight: bold;
	color: black;
	font-style: normal;
}



#adminbar {
	height:16px;
	left:0px;
	top:0px;
	background-color:#000000;
	width:100%;
	padding: 2px;
	z-index: 15;
}

ul#adminmenu > a {
	float: left;
}

#adminbar a {
	font-variant: normal;
}

#adminbar a:hover{
	color:white;
}

#adminbar a:hover, #adminbar a.active {
	color:white;
}

#right .block ul {
	padding-left: 15px;
}

#right .block li {
	margin: 5px 0px;
	text-align: left;
}

#project_teaser_pics img {
	border-bottom: 3px solid white;
}

#project_teaser_pics img.active {
	border-color: #6699CC;
}

#project_teaser_pics img.inactive {
	border-color: lightGrey;
}

#project_teaser_wrap div.more-link {
	padding: 0;
	margin: 0;
	display: inline;
}

#idai-cookie-notice {
	z-index: 100;
	text-align: left;
}

#idai-cookie-notice button {
	margin-right: 30px;
}
