﻿/* Seitengestaltung
margin: top,right,bottom,left
grau: #465050    blau: #3D519F
grün: #009534   grün-bg: #BDD3C7 grün2: #52B074
grün-text: #00782A 
rahmen: #C0C0C0
-----------------------------------------------------------*/

@font-face {
	font-family: 'agfarotis_sans_serif';
	src: url('fonts/AgfaRotisSansSerif.woff2') format('woff2');
}

@font-face {
	font-family: 'korbregular';
	src: url('fonts/korb-webfont.woff2') format('woff2');
}

@font-face {
	font-family: 'source_sans_proregular';
	src: url('fonts/SourceSansPro-Regular-webfont.woff2') format('woff2');
}

A:hover, A:active {
	color: #3D519F;
	text-decoration: none;
}

A.popuplink:hover, A.popuplink:active {
	color: #3D519F;
	text-decoration: none;
	border-bottom: 0px;
}

h2 {
	font-size: 18px;
	color: #2f3133;
	font-weight: normal;
}


/* Seitenaufteilung
-----------------------------------------------------------*/
#site {
	margin: 0 auto 0 auto;
	width: 100%;
}

#site_links {
	/*background-image: url(images/header-background.jpg);*/
	/*background-color: rgba(0,51,102,0.8);*/
	background-color: #2B527A;
	font-family: "agfarotis_sans_serif","source_sans_proregular","Helvetica","Arial",sans-serif;
	font-size: 14px;
	height: 35px;
	margin: 0;
	white-space: nowrap;
}

	#site_links li {
		margin-top: 9px;
	}

		#site_links li:first-child {
			margin-left: 20px;
		}

		#site_links li.icon_print {
			background-image: none;
			padding-left: 15px;
			margin-left: 15px;
			margin-right: 30px;
		}

		#site_links li.icon_email {
			background-image: none;
			padding-left: 15px;
		}

		#site_links li.icon_login {
			background-image: none;
			padding-left: 15px;
		}

		#site_links li a {
			color: #d0dce6;
		}

			#site_links li a:hover {
				text-decoration: underline;
				color: #d0dce6;
			}



#site_header {
	background-image: url(images/header-background.jpg);
	background-repeat: repeat-x;
	background-size: 100%, 100%;
	height: 95px;
}

	#site_header .site_title {
		font-size: 20px;
		font-style: normal;
		font-weight: normal;
		font-family: "korbregular","Helvetica","Arial",sans-serif;
		color: #dfe4ea;
		position: relative;
		left: 0px;
		top: 28px;
		text-align: right;
		margin-right: 30px;
		padding-left: 430px;
		padding-right: 0px;
	}

	#site_header .site_logintext, #site_header .site_ihkname {
		font-family: "korbregular","Helvetica","Arial",sans-serif;
		font-size: 16px;
		color: #dfe4ea;
		position: relative;
		left: 0px;
		top: 38px;
		text-align: right;
		margin-right: 22px;
		padding-right: 0px;
		z-index: 9;
	}

    #site_header .site_logintext a {
      color: #dfe4ea;
    }

    #site_header .site_logo {
      background-image: url(images/logo.jpg);
      background-size: 108px;
      background-repeat: no-repeat;
      position: absolute;
      float: none;
      left: 30px;
      top: 55px;
    }

		#site_header .site_logo::after {
			font-family: "agfarotis_sans_serif","source_sans_proregular","Helvetica","Arial",sans-serif;
			font-size: 28px; /*24px;*/
			color: white;
			position: absolute;
			left: 120px;
			top: 12px;
			width: 300px;
			content: "Name";
		}

		#site_header .site_logo::before {
			font-family: "agfarotis_sans_serif","source_sans_proregular","Helvetica","Arial",sans-serif;
			font-size: 16px;
			color: white;
			position: absolute;
			left: 120px;
			top: 35px;
			width: 300px;
			/*content: "f\0000FCr Bremen und Bremerhaven";*/
		}


	#site_header .site_msg {
		font-size: 11px;
		color: #dfe4ea;
		position: relative;
		left: 220px;
		top: 40px;
	}

#site_center {
	background-image: none;
	background-repeat: no-repeat;
	background-color: white;
	margin: 0px;
	padding: 0px;
	/*display: inline-block;*/
}

#site_content {
	margin-left: 200px;
}

#site_footer {
	margin-left: 10px;
	margin-right: 10px;
}

	#site_footer a:hover {
		text-decoration: underline;
		color: #465050;
	}

/* Navigation
-----------------------------------------------------------*/
#navigation {
	width: 200px;
	font-family: "korbregular","Helvetica","Arial",sans-serif;
}

	#navigation .nav_category {
		background-image: none;
		background-repeat: no-repeat;
		background-position: center left;
		background-color: #666;
		border-bottom: 1px solid #CCD7E1;
		font-size: 16px;
		font-weight: bold;
		text-transform: none;
		color: white;
		margin-top: 10px;
		margin-bottom: 0px;
		padding-top: 9px;
		padding-left: 10px;
		padding-bottom: 9px;
		margin-left: 10px;
	}

	#navigation .nav_link {
		font-size: 16px;
		padding: 0px;
		margin: 0px;
		margin-left: 10px;
	}

		#navigation .nav_link > li {
			background-image: none;
			padding-left: 0;
			margin-top: 0px;
			margin-bottom: 0px;
			list-style-type: none;
		}

			#navigation .nav_link > li > a {
				background-image: url(images/nav_arrow0.png);
				background-repeat: no-repeat;
				background-position-x: 170px;
				background-position-y: center;
				background-color: white;
				border-bottom: 1px solid #CCD7E1;
				display: block;
				padding-top: 10px;
				padding-left: 10px;
				padding-bottom: 10px;
				text-decoration: none;
				color: #666;
			}

				#navigation .nav_link > li > a.active {
					background-image: url(images/nav_arrow1.png);
					background-color: #D0DCE6;
					color: #666;
				}

				#navigation .nav_link > li > a:hover {
					background-image: url(images/nav_arrow1.png);
					background-color: #D0DCE6;
					text-decoration: underline;
					color: #666;
				}


/* Tabellen
-----------------------------------------------------------*/


.grid thead, .grid .header {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #dfe4ea;
	color: black;
}

	.grid thead a {
		color: #144372;
		text-decoration: none;
	}

		.grid thead a:hover {
			text-decoration: underline;
		}

.grid tfoot, .grid .footer {
	background-color: #d1dffc;
	color: black;
}

.gridrow_alternate {
	background-color: #F9FAFC;
}

.grid th.sort_desc {
	background-image: url(images/grid_sort_desc.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}

.grid th.sort_asc {
	background-image: url(images/grid_sort_asc.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}


/* Steuerung
-----------------------------------------------------------*/
.register li a, .register li .active, .register li .inactive, .register-active {
	background-image: none;
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 3px;
}

	.register li a.active, .register li a:hover, .register li .active {
		background-image: none;
		background-color: #2B527A;
	}

/* Formulare
-----------------------------------------------------------*/

.editor-label, .editor-table .label {
	background-image: none;
	background-color: #DCE4EB;
}

.search-label, .display-label, .display-table .label {
	background-color: #DCE4EB;
}

.editor-field, .search-field, .display-field, .field, .field1 {
	background-color: #F9FAFC;
}

.editor-section, .search-section, .display-section, .section {
	background-image: none;
	background-color: #dfe4ea;
	color: #666;
}

div.form-group, .form-group, .group {
  background-image: none;
  background-color: #526D8A;
  color: white;
}

.button, .button2, .functionbutton, .smallfunctionbutton {
	background-image: url(images/button_back.png);
}


	.button a, a.button, a.functionbutton, a.smallfunctionbutton {
		color: white;
		text-decoration: none;
	}

		.button a:hover, a.button:hover, a.functionbutton:hover, a.smallfunctionbutton:hover {
			background-image: url(images/button_back1.png);
		}


/* ui.themes
-----------------------------------------------------------*/

.ui-widget-header {
	background-image: none;
	background-color: #526D8A;
	color: white;
}
