body {
	font-family: 'Open Sans', sans-serif;
	background-color:#FFF;
}

pre {
	margin:20px;
	font-family: 'Courier';
	color:#000;
	background:#DDD;
	border-radius:5px;
	padding:20px;
}

noscript label {
	cursor:pointer;
}

textarea,
select,
input {
	font-family: 'Open Sans', sans-serif;
	color:#3D3D3D;
}

input[type=submit] {
	color:#000;
}

input[type=password],
input[type=text] {
	height:18px;
	border:1px solid #009AC1;
	font-size:13px;
	line-height:13px;
	font-weight:300;
	padding-left:2px;
}

textarea {
	width:100%;
	border:none;
	font-size:13px;
	line-height:20px;
	font-weight:300;
	padding:2px;
}

a {
	text-decoration:none;
	outline:none;
}

h1 {
	font-weight:600;
	font-size:17px;
	line-height:25px;
	color:#007A91;
	margin-bottom:30px;
}

h2 {
	font-weight:700;
	font-size:15px;
	line-height:22px;
	color:#3D3D3D;
	margin-bottom:15px;
}

p {
	margin-bottom:20px;
}

b, strong {
	font-weight:600;
}

input[type=checkbox],
input[type=radio] {
	position:relative;
	top:2px;
	margin-right:10px;
}

.clear {
	clear:both;
}

.semibold {
	font-weight:600;
}

.printonly {
  display: none;
}

/* ------ wrapper for header (h), menu (m), content (c) and footer (f) ------ */
#wrapper-h {
	height:155px;
	background-color:#009AC1;
}

#wrapper-m {
	height:45px;
}

#wrapper-c {
	min-height:500px;
	margin-top:40px;
	margin-bottom:227px;
	clear:left;
}

#wrapper-f {
	height:100px;
	background-color:#009AC1;
}
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
#header, #menu, #content, #footer {
	width:1000px;
	margin:0 auto;
}
/* -------------------------------------------------------------------------- */


/* ------------------------------ header ------------------------------------ */
#header .logo {
	margin:25px 0 0 25px;
	float: left;
}


/* -------------------------------------------------------------------------- */


/* ------------------------------ content ----------------------------------- */
#content {
	font-weight:400;
	font-size:15px;
	line-height:22px;
	color:#3D3D3D;
}

#content .col-left {
	width:535px;
	margin:0 25px;
	float:left;
}

#content .col-right {
	width:390px;
	float:left;
}

#content #search {
	margin-left:25px;
	font-size:13px;
}

#content .featurebox h1 {
	margin-bottom:10px;
}

#content .featurebox {
	margin-top:85px;
	padding:15px;
	font-weight:300;
	font-size:15px;
	line-height:22px;
	color:#3D3D3D;
	background-color:#EBEBEB;
}

#content .featurebox .feature-subject {
	margin-bottom:10px;
	font-weight:400;
	font-size:15px;
	line-height:22px;
	color:#007A91;
}

#content .featurebox div.feature-body+div.feature-subject {
	margin-top:15px;
}

#content .featurebox .feature-body a {
	color:#007A91;
	white-space:nowrap;
}
#content .featurebox .feature-head {
	margin-bottom:20px;
	font-weight:400;
	font-size:16px;
	line-height:22px;
	color:#007A91;
}

#content .featurebox .feature-body a:visited {
	color:#99D7E6;
}

#content a {
	color:#007A91;
}
/* -------------------------------------------------------------------------- */


/* -------------------------------- footer ---------------------------------- */
#footer {
	position:relative;
}

#footer #nav {
	position:absolute;
    font-weight:500;
	top:55px;
	color:#FFF;
    text-shadow: 1px 1px 6px #004A61;
}

#footer #nav a{
	font-size:17px;
	color:#FFF;
}


#footer .logo {
	position:absolute;
	left:0;
	top:-72px;
}

#bmbflogo {
	position:absolute;
	left:500px;
	top:-135px;
}
#mswlogo {
	position:absolute;
	left:690px;
	top:-102px;
}
#fhlogo {
	position:absolute;
	left:960px;
	top: -96px;
}

#hbslogo {
	position:absolute;
	left:960px;
	top: -93px;
	width: 176px;
}


/* -------------------------------------------------------------------------- */


/* ---------------------------------- menu ---------------------------------- */
#menu {
	position:relative;
	top:-10px;
}

#menu a {
	color:#3D3D3D;
}

#menu > ul > li {
	float:left;
	/*padding:20px 25px 0;*/
	border-width:20px 25px 0;
	border-style:solid;
	border-color:transparent;
}

#menu > ul > li.active {
	/*background-color:#FFF;*/
	border-color:#FFF;
}

#menu > ul > li > a {
	font-weight:300;
	font-size:22px;
	text-transform:uppercase;
}

#menu ul li li {
	padding:6px 0;
	width:100%;
}

#menu ul li li+li {
	border-top:1px solid #009AC1;
}

#menu ul li li a {
	display:block;
	width:100%;
	font-weight:600;
	font-size:14px;
}

#menu ul li li a:hover {
	color:#007A91;
}

#menu ul li ul, #menu ul li div {
	display:none;
}

#menu ul li:hover ul {
	position:absolute;
	display:block;
	z-index:400;
	background-color:#FFF;
	padding-top:10px;
}

#menu ul li:hover div {
	display:block;
	position:absolute;
	top:42px;
	left:0;
	z-index:300;
	width:1000px;
	height:155px;
	background-color:#FFF;
}

#menu ul li div:hover {
	display:none;
}
/* -------------------------------------------------------------------------- */


/* ------------------------------- search ----------------------------------- */
#search .col-left {
	width:60px;
	margin:0 20px 0 0;
	float:left;
}

#search .col-right {
	width:870px;
	float:left;
	margin-bottom:50px;
}

#search h1 {
	font-weight:300;
	font-size:22px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #009AC1;
	color:#3D3D3D;
}

#search h1 span {
	font-weight:400;
	color:#007A91;
}

#search h1 a.reset {
	color:#007A91;
}

#search h1 a.reset,
#search h1 #num-select {
	display:none;
	margin-left:40px;
	height:13px;
	line-height:13px;
	font-size:13px;
	font-weight:300;
}

#search h1 #num-select span {
	cursor:pointer;
	color:#3D3D3D;
}

#search h1 #num-select span.active {
	color:#007A91;
}

#search h1 #num-select-nojs {
	margin-left:40px;
	height:13px;
	line-height:13px;
	font-size:13px;
	font-weight:300;
	color:#3D3D3D;
}

#search h1 #num-select-nojs input[type="radio"] {
	margin-right:4px;
	margin-left:12px;
}

#search .col-left h1 {
	text-align:right;
	padding-right:20px;
}

#search .col-right h1 {
	padding-left:20px;
	position:relative;
}

#search .col-right h1 a.top {
	display:block;
	width:80px;
	position:absolute;
	right:0;
	bottom:0;
	font-weight:400;
	font-size:13px;
	text-align:right;
	color:#3D3D3D;
	padding-top:10px;
	background:url('../img/arrow-up.svg') no-repeat right 4px;
}

#search h2 {
	font-weight:600;
	font-size:13px;
	margin-bottom:10px;
	color:#3D3D3D;
}

#search .dropout h2 {
	margin-top:20px;
}

#search h1+h2 {
	margin:5px 0 10px 20px;
}

#search .dropout {
	margin-left:20px;
}

#search .open,
#search .close {
	height:30px;
	background-repeat:no-repeat;
	cursor:pointer;
}

#search .open {
	visibility:hidden;
	background-image:url('../img/arrow-right.svg');
	background-position:center;
}

#search .close {
	visibility:hidden;
	background-image:url('../img/arrow-down.svg');
	background-position:center 6px;
}

#search .scrollable {
	width:465px;
	height:200px;
	overflow:auto;
}

#search #zip-range {
	margin-bottom:25px;
}

#search #zip,
#search #range,
#search #range-output  {
	float:left;
}

#search #range input[type=text] {
	width:40px;
}

#search .arrow-left,
#search .arrow-right {
	width:10px;
	height:20px;
	position:relative;
	top:1px;
}

#search .arrow-left {
	background:url('../img/arrow-left.svg') no-repeat;
}

#search .arrow-right {
	background:url('../img/arrow-right.svg') no-repeat;
}

#search #range .arrow-right {
	margin-right:20px;
}

#search #slider {
	display:none;
	width:300px;
	position:relative;
	top:-9px;
}

#search #range .arrow-left,
#search #range .arrow-right {
	display:inline-block;
}

#search #plz {
	width:70px;
	text-align:center;
	margin-left:10px;
	margin-right:35px;
}

#search .heading-checkboxes {
	float:left;
	font-weight:600;
	margin-bottom:8px;
}

#search .info  {
	float:left;
	position:relative;
	right:-5px;
	top:0;
	background:url('../img/info.svg') no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
}

#search h2+.info {
	top:5px;
}

#search .info span {
	display:none;
	position:relative;
	top:30px;
	width:290px;
	padding:6px 10px;
	background-color:#EBEBEB;
	border:1px solid #009AC1;
	cursor:default;
}

#search .info:hover span {
	display:block;
	z-index:200;
}

#search .info  a {
	color:#007A91;
}

#search .state {
	width:205px;
	float:left;
}

#search #scroll-left {
	float:left;
	width:400px;
	margin-right:10px;
}

#search #scroll-right {
	float:left;
	width:380px;
}

#search #scroll-left .scrollable2 {
	width:380px;
}

#search #scroll-right .scrollable2 {
	width:380px;
}

#search .scrollable2 {
	height:200px;
	overflow:auto;
}

#search #page-select {
	margin-top:30px;
	margin-left:5px;
}

#search #page-select span {
	color:#007A91;
}

#search #page-select input[type=text] {
	width:40px;
	text-align:center;
}

#search #page-select input[type=submit] {
	width:40px;
	text-align:center;
}

#search #page-select div {
	float:left;
	margin-right:8px;
}

#search #page-select .js {
	float:none;
	display:none;
}

#search #page-select .arrow-right,
#search #page-select .arrow-left {
	cursor:pointer;
}

#search #page-select input.arrow-right,
#search #page-select input.arrow-left {
	width:10px;
	height:20px;
	border:none;
	background-color:transparent;
}

#search input[disabled="disabled"]+a+label,
#search input[disabled="disabled"]+label {
	color:#BEBEBE;
	cursor:default;
}

#search button.apply {
	width:140px;
	height:35px;
	cursor:pointer;
	border:1px solid #009AC1;
	background:url('../img/anwenden.svg') no-repeat 0 0;
}
/* -------------------------------------------------------------------------- */


/* ---------------------------- search results ------------------------------ */
#search div.head div[class^="cell"] span {
	padding-right:30px;
	background-repeat:no-repeat;
	background-position: right 4px;
	background-image:url('../img/arrow-up.svg');
	cursor:pointer;
}

#search div.head div[class*="sort"] span {
	background-image:url('../img/arrow-down.svg');
	background-repeat:no-repeat;
	cursor:auto;
}

#search div.head div[class^="cell"] input {
	position:relative;
	top:4px;
	opacity:0;
	filter:Alpha(Opacity=0);
	right:24px;
	border:none;
	background-color:transparent;
	width:20px;
	height:13px;
	cursor:pointer;
	color:transparent
}


#search div.row:nth-child(even) {
	background-color:#F2F2F2;
}

#search div.row {
	margin-left:-40px;
	padding:10px 0;
}

#search div.cell-1 {
	float:left;
	width:40px;
}

#search div.cell-2{
	float:left;
	width:230px;
	padding-right:10px;
}

#search div.cell-3 {
	float:left;
	width:205px;
	padding-right:10px;
}

#search div.cell-4 {
	float:left;
	width:205px;
	padding-right:10px;
}

#search div.cell-5 {
	float:left;
	width:180px;
}

#search .more div.cell-2,
#search .more div.cell-3 {
	padding-bottom:5px;
	padding-top:5px;
}

#search .more div:nth-child(4n+2):nth-child(n+6),
#search .more div:nth-child(4n+3):nth-child(n+6) {
	border-top:1px solid #009AC1;
}

#search .more div.cell-3 {
	float:left;
	width:590px;
	padding-right:0;
}

#search .show-more,
#search .show-less {
	height:30px;
	background-repeat:no-repeat;
	cursor:pointer;
}

#search .show-more {
	visibility:hidden;
	background-image:url('../img/arrow-right.svg');
	background-position:center;
}

#search .show-less {
	visibility:hidden;
	background-image:url('../img/arrow-down.svg');
	background-position:center 10px;
}


#search h2.cloud {
  font-size:18px;
  font-weight:100;
  margin: 24px 0 8px ;
  padding: 0 4px;
  width: 768px;
/*   border-bottom: 1px solid #009AC1;  */
}

#search h3 {
  font-size:18px;
  font-weight:100;
  margin: 24px 0 8px ;
  padding: 0 4px;
  width: 768px;
/*   border-bottom: 1px solid #009AC1;  */
}
#search h3:hover a {
  text-decoration: underline;
}

#search ul.cloud {
  margin: 0;
  padding: 0 4px;
  width: 768px;
}

#search ul.cloud li {
  margin: -3px 3px;
}

#search ul.cloud li:hover a {
  color: green;
  text-decoration: underline;
}


/* -------------------------------------------------------------------------- */


/* ---------------------------- login / logout ------------------------------ */
#login input[type=password],
#login input[type=text] {
	background-color:transparent;
	width:250px;
	margin-bottom:10px;
}

#login .pass {
	position:relative;
}

#login button {
	position:absolute;
	top:0;
	right:10px;
	width:80px;
	height:22px;
	cursor:pointer;
	border:1px solid #009AC1;
}

#login button.login {
	background:url('../img/login.svg') no-repeat 0 0;
}

#login button.logout {
	background:url('../img/logout.svg') no-repeat 0 0;
}
/* -------------------------------------------------------------------------- */


/* --------------------------- new database record -------------------------- */
#newrecord {
 	font-size:13px;
}

#newrecord h1 {
	border-bottom: 1px solid #009AC1;
	color: #3D3D3D;
	font-size: 22px;
	font-weight: 300;
	margin:25px 25px 10px;
	padding-bottom: 5px;
}

#newrecord input[type=text] {
	padding-left:10px;
}

#newrecord textarea {
	resize:none;
	width:521px;
	border: 1px solid #009AC1;
	padding-left:10px;
}

#newrecord .heading {
	font-size:13px;
	font-weight:600;
	margin-bottom:8px;
	margin-top:20px;
}

#newrecord input.long  {
	width:523px;
}

#newrecord input.middle  {
	width:328px;
}

#newrecord input.short  {
	width:58px;
}

#newrecord input.middle2  {
	width:258px;
}

#newrecord input.short2  {
	width:158px;
}

#newrecord textarea.large  {
	height:320px;
}

#newrecord textarea.small  {
	height:40px;
}

#newrecord #message {
	display:block;
	margin-top:10px;
	margin-bottom:25px;
	font-weight:600;
	color:red;
}

#newrecord #message_g {
	display:block;
	margin-top:10px;
	margin-bottom:25px;
	font-weight:600;
	color:green;
}

#newrecord select {
	padding-left:10px;
	border: 1px solid #009AC1;
	width:340px;
}

#newrecord option {
	padding-left:10px;
}

#newrecord button {
	width:80px;
	height:22px;
	cursor:pointer;
	border:1px solid #009AC1;
	background:url('../img/submit.svg') no-repeat 0 0;
	margin-top:20px;
}

#newrecord #recognition {
	margin-bottom:30px;
}

#newrecord #blanket {
	margin-bottom:40px;
}

#newrecord .featurebox {
	font-size:15px;
	line-height:18px;
	padding-bottom:20px;
	margin-top:50px;
}

#newrecord .featurebox h1 {
	border:none;
	color:#007A91;
	font-size:17px;
	font-weight:600;
	line-height:25px;
	margin:0 0 10px 0;
}

#newrecord .error {
	border:1px solid #C80000 !important;
}

/* -------------------------------------------------------------------------- */


/* --------------------------- glossary / references ------------------------ */
#index {
	margin-bottom:30px;
	font-weight:800;
}

#index a {
	font-weight:800;
	margin:0 5px;
}

#index a:first-child {
	margin-left:0;
}

.caps {
	color:#007A91;
	font-weight:800;
	height:17px;
	margin-bottom:5px;
	margin-top:30px;
}

.ref .caps a,
.glossary .caps a {
	display:block;
	height:17px;
	background:url('../img/arrow-up.svg') no-repeat right bottom;
}

.glossary .caps a {
	width:37px;
}

.ref .caps a {
	width:64px;
}

.glossary p b {
	margin-right:8px;
	font-weight:800;
}

.ref p b {
	font-weight:800;
}
/* -------------------------------------------------------------------------- */

#anmeldebutton {
  background-color: #009AC1;
  color: #fff;
  width: 100px;
}
#anmeldebutton a {
  background-color: #009AC1;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
}

#trefferliste li {
  display: inline-block;
}

#trefferliste li.odd {
  background-color: #f6f6f6;
}

#trefferliste li ul li {

  padding: 8px;
  vertical-align: top;
}


#trefferliste li ul li.arrow {
  width: 16px;
  padding-top: 16px;
}

#trefferliste li ul li.hochschule {
  width: 160px;
}
#trefferliste li ul li.ort {
  width: 100px;
}
#trefferliste li ul li.fakultaet {
  width: 200px;
}
#trefferliste li ul li.studiengang {
  width: 250px;
}
#trefferliste li ul li.weiterbildung {
  width: 250px;
}

#trefferliste li ul.trefferhead li {
  font-size: 16px;
}

#trefferliste li ul.treffer li {
}



#dset tr {
  border-bottom: 1px solid #009AC1;
}
#dset tr th {
  width: 300px;
  color: #666;
  text-align: left;
}
#dset tr td, #dset tr th {
  padding: 16px 0;
}
