﻿/* 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
-----------------------------------------------------------*/


A:hover, A:active {
	color: #144372;
}

A.popuplink:hover, A.popuplink:active {
	color: #144372;
}

h2 {
	color: #144372;
}


/* Seitenaufteilung
-----------------------------------------------------------*/
#site_links li a {
	color: #57799A;
}

	#site_links li a:hover {
		color: #144372;
	}



#site_header {
	background-image: url(images/site_header_back.gif);
	background-repeat: repeat-x;
	height: 110px;
}

	#site_header .site_title {
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		color: #144372;
		position: relative;
		left: 5px;
		top: 70px;
	}

	#site_header .site_logintext, #site_header .site_ihkname {
		font-size: 12px;
		color: #144372;
		position: relative;
		/*left: 121px*/
		left: -1000px;
		top: 20px;
		z-index: 9;
	}

	#site_header .site_logo {
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;
		position: relative;
		float: none;
		left: 0px;
		top: -40px;
		width: 300px;
		height: 57px;
	}

	#site_header .site_msg {
		font-size: 11px;
		color: white;
		position: relative;
		left: 220px;
		top: 3px;
	}

#site_center {
	background-image: none;
	background-repeat: no-repeat;
	background-color: white;
	margin: 0px;
	padding: 0px;
	/*display: inline-block;*/
}

#site_content {
	margin-left: 200px;
}



/* Navigation
-----------------------------------------------------------*/

#navigation {
	width: 200px;
}

	#navigation .nav_category {
		background-image: url(images/nav_bullet.gif);
		background-repeat: no-repeat;
		background-position: center left;
		background-color: white;
		border-bottom: 1px solid #CCD7E1;
		font-size: 12px;
		font-weight: bold;
		text-transform: none;
		color: #003366;
		margin-top: 10px;
		margin-bottom: 0px;
		padding-top: 7px;
		padding-left: 20px;
		padding-bottom: 7px;
	}

	#navigation .nav_link {
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		margin-left: 20px;
	}

		#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_link_bullet0.gif);
				background-repeat: no-repeat;
				background-position: center left;
				background-color: white;
				border-bottom: 1px solid #CCD7E1;
				display: block;
				padding-top: 6px;
				padding-left: 20px;
				padding-bottom: 6px;
				text-decoration: none;
				color: #96ABD7;
				/*color: #6187AC;*/
			}

				#navigation .nav_link > li > a.active {
					background-image: url(images/nav_link_bullet1.gif);
					background-color: white;
					color: #343366;
				}

				#navigation .nav_link > li > a:hover {
					background-color: white;
					text-decoration: underline;
					color: #003366;
				}


/* Tabellen
-----------------------------------------------------------*/


.grid thead, .grid .header {
	background-image: url(images/grid_header_bg.png);
	background-repeat: repeat-x;
	background-color: #E2E2E2;
	color: black;
}

	.grid thead a {
		color: #144372;
		text-decoration: none;
	}

.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.active, .register li a:hover, .register li .active {
	background-image: url(images/register_active.png);
	background-color: #144372;
}


/* 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: url(images/form_section_bg.png);
	background-repeat: repeat-x;
	background-color: #DCE4EB;
	color: #144372;
}

.form-group, .group {
	background-image: url(images/form_group_bg.png);
	background-repeat: repeat-x;
	background-color: #DCE4EB;
	color: #144372;
}

.button a, a.button, a.functionbutton, a.smallfunctionbutton {
	color: white;
	text-decoration: none;
}

/* ui.themes
-----------------------------------------------------------*/

.ui-widget-header {
	background-image: url(images/form_title_bg.png);
	background-repeat: repeat-x;
	background-color: #144372;
}
