/*----------Grundlagen-----------*/
td, body {
	font-family: Georgia, Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
}
body {
	text-align: center;
}
form {
	margin: 0px;
}

/*-----------Strukturierende Elemente-----------*/
#body {
	text-align: left;
	width: 800px;
	margin: auto;
	overflow: hidden;
}
#bodypopup {
	width: 80%;
	margin: auto;
}
#scrolltext {
	/*overflow:auto;
	width: 800px;
	height: 650px;*/
}
#length_keeper {
	height: 800px;
}
#navi {
	width: 193px;
	float: right;
	text-align: right;
	margin-top: 40px;
	margin-right: 0px;
}
#image_header {
	width: 597px;
	text-align: right;
}
#content {
}
#container_left {
	width: 395px;
}
#container_right {
	width: 395px;
	float: right;
}
#container_start_left {
	width: 450px;
	text-align: right;
	margin-top: 40px;
}
#container_start_right {
	width: 345px;
	float: right;
	margin-top: 120px;
	color: #62B131;
}
#project_list {
}
.box, .box_search {
	border: 1px dashed #62B131;
	padding: 10px;
	margin: 0px 0px 8px 0px; 
}
.box_search {
	/*width: 390px;*/
	margin: 0px 0px 8px 0px;
	padding: 10px;
}
#box_startpage {
	border: 1px dashed #62B131;
	width: 280px;
	padding: 10px;
	margin: 0px 20px 11px 20px; 
	align: right;
}
#backlink {
}

/*-----------Links-----------*/
#content a {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #62B131;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}

#box_startpage a {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #62B131;
	padding: 0px 0px 60px 0px;
}
#box_startpage a:hover {
	color: #000000;
	text-decoration: none;
}
#link_js{
	/*margin: 0px 0px 0px 0px;
	vertical-align: middle;*/
	}
#table_header a, #backlink a, #link_js a {
	text-decoration: none;
	font-weight: bold;
}
.nobr {
	white-space: nowrap;
}

/*-----------Formatierungen von Textelementen, Bilder u.ä.-----------*/
.searchbox {
	border: 1px solid #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height:20px;
}
.font14a {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
}
.line10 {
	font-size: 1px;
	line-height:10px;
}
.project, .project_popup {
	border: 1px dashed #62B131;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}
.project_popup {
	padding: 10px 10px 10px 10px;
	margin-top:4px;	
}
.project2 {
	padding: 10px 30px 10px 10px;
	border-top: 1px dashed #62B131;
	border-right: 1px dashed #62B131;
	border-bottom: 1px dashed #62B131;
	border-left: 0px dashed #62B131;
}
.project_field_description {
	font-style: italic;
	font-weight: bold;
}
.project_image {
	border: 1px solid #F0EFEC;
}
.project_image_list {
	margin: 2px;
	border: 1px solid #F0EFEC;
}
.txtultraline {
	margin: 15px 0px 8px 0px;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
}
.txtmiddleline {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 15px;
}
.bildtitel {
	/*vielleicht nötig, falls tooltip nicht funktioniert*/
}
.scrollbar {
	/*falls doch mal gescrollt wird
	scrollbar-arrow-color: A59C89;
	scrollbar-base-color:A59C89;
	scrollbar-dark-shadow-color: ffffff;
	scrollbar-track-color: ffffff;
	scrollbar-face-color: ffffff;
	scrollbar-shadow-color: ffffff;
	scrollbar-highlight-color: ffffff;
	scrollbar-3d-light-color: ffffff;*/
}
