﻿/* ----------------------------------------------------------------
	www.reyexec.ch Standard CSS
	Autor: guycolle // Guy-Maurice Collé
	Version: 23.10.2007
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */
body {
	background: #d4d4d4;
	font-size: 101%;
	text-align: center;
	margin: 0;
	padding: 0;
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #164084;
	border-bottom: 1px solid #164084;
}

a:active, a:hover {
	color: #164084;
	border-bottom: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	color: #164084;
}

.clear {
	clear: both;
	font-size: 0.01em;
}

.field {
	width: 200px;
	border: 1px #999999 solid;
}

.button {
	width: 101px;
	border: 1px #0e3277 solid;
	background: #E7E7E7;
}

.JobBewText {
	width: 204px;
	border: 1px #999999 solid;
}

.textfield {
	width: 200px;
	height: 80px;
	border: 1px #999999 solid;
}

/* Main-Container
------------------------------------------------- */
#main-c {
	position: relative;
	background: #d4d4d4 url(../images/shadowLR.png) repeat-y top;
	width: 770px;
	padding: 0 10px 0 10px;
	_padding: 0 10px 0 35px;
	min-height: 758px;
	height: auto;
	_height: 758px;
	margin: 0 auto;
}


/* Top-Container
------------------------------------------------- */
#main-c #top-c {
	position: relative;
	width: 739px;
	height: 64px;
	padding: 28px 0 0 31px;
}


/* Header-Container
------------------------------------------------- */
#main-c #header-c {
	position: relative;
	background: #999999;
	width: 760px;
	height: 205px;
	margin: 0 5px 4px 5px;
}

#main-c #header-c .pageImage {
	position: relative;
	float: left;
	height: 205px;
	width: 236px;
	overflow: hidden;
}

#main-c #header-c .slogan {
	position: relative;
	float: left;
	height: 205px;
	width: 524px;
}




/* Shadow-Container
------------------------------------------------- */
#main-c #shadow-c {
	position: relative;
	background: url(../images/shadowH.jpg) no-repeat;
	width: 764px;
	height: 13px;
	font-size: 0.69em;
	padding: 2px 6px 0 0;
	text-align:right;
	color: #164084;
}

#main-c #shadow-c a:link,
#main-c #shadow-c a:visited {
	color: #666666;
	text-decoration: none;
	border: 0;
}

#main-c #shadow-c a:hover,
#main-c #shadow-c a:active {
	color: #164084;
	text-decoration: none;
	border: 0;
}

/* Content-Container
------------------------------------------------- */
#main-c #content-c {
	position: relative;
	width: 770px;
}

	/* Nav-Container (NAVIGATION)
	------------------------------------------------- */
	#main-c #content-c ul#navigation {
		position: relative;
		float: left;
		width: 200px;
		font-weight: bolder;
		font-size: 0.74em;
		margin: 15px 35px 0px 5px; 
	}
	#main-c #content-c ul#navigation li {
		list-style: none;
		margin: -1px 0 0 0;
		padding: 0 0 0 0; 
		border-bottom:1px dotted #727374;
		_border-bottom:0;
	}
	#main-c #content-c ul#navigation li a {
		display: block;
		padding: 5px 0 4px 40px;
		background: url(../images/arrowNav.png) no-repeat;
		text-decoration: none; 
		text-transform: uppercase;
		color: #44484a;
		border: 0;
		width: 160px;
	}
	#main-c #content-c ul#navigation a:hover {
		text-decoration: none;
		background: url(../images/bgNavHov.png) repeat-x;
		color: #44484a;
	}
	#main-c #content-c ul#navigation a:active, #main-c #content-c ul#navigation a.current {
		text-decoration: none;
		color: #FFFFFF;
		background: url(../images/arrowNavAct.png) no-repeat;
	}
	#main-c #content-c ul#navigation li.active {
		text-decoration: none;
		background: url(../images/bgNavAct.png) repeat-x;
	}
	
		/* SubNav-Container (NAVIGATION)
		------------------------------------------------- */
		#main-c #content-c ul#navigation ul {
			*margin: -15px 0 0 0;
			font-weight: normal;
		}
		#main-c #content-c ul#navigation ul li {
			list-style: none;
			margin: -1px 0 0 0;
			padding: 0 0 0 15px; 
			border-bottom:1px dotted #727374;
			_border-bottom:0;
		}
		#main-c #content-c ul#navigation ul li a {
			display: block;
			padding: 5px 0 4px 40px;
			background: url(../images/arrowNav.png) no-repeat;
			text-decoration: none; 
			text-transform: none;
			color: #44484a;
			border: 0;
			width: 145px;
		}
		#main-c #content-c ul#navigation ul a:hover, 
		#main-c #content-c ul#navigation ul a:active, 
		#main-c #content-c ul#navigation ul a.current {
			text-decoration: none;
			background: url(../images/arrowSubNavAct.png) no-repeat;
			color: #0e3277;
		}
	
	#main-c #content-c ul#navigation li.noline {
		text-decoration: none;
		border: 0;
	}
	
/* Text-Container
------------------------------------------------- */
#main-c #content-c #text-c {
	position: relative;
	float: left;
	width: 504px;
	_width: 500px;
	margin: 34px 25px 20px 0px; 
	font-size: 0.74em;
	overflow: hidden;
}

#main-c #content-c #text-c h1 {
	font: 1.99em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 30px 0;
	padding: 0;
}

#main-c #content-c #text-c h2 {
	font: 1.34em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 -8px 0;
	padding: 0;
}

#main-c #content-c #text-c h1 span.h1grey {
	color: #666a6c;
}

/* Address
------------------------------------------------- */
#main-c #address {
	position: absolute;
	left: 40px;
	_left: 65px;
	bottom: 10px;
	_bottom: 0px;
	width: 200px;
	font-size: 0.74em;
}


/* Bottom-Container
------------------------------------------------- */
#bottom-c {
	position: relative;
	background: #d4d4d4 url(../images/shadowB.png) no-repeat top;
	width: 770px;
	padding: 0px 10px 0 10px;
	height: 30px;
	margin: 0 auto;
	font-size: 0.74em;
}

#bottom-c a {
	border: 0;	
}


