/* www.avenir.at
//
// Start 25. 09. 2007
// Letzte Aenderung am 29. Juli 2007
*/

/* ------------ Allgemeines --------------- */

* {
	padding: 0;
	margin: 0;
}

html, body {

}

/* Wichtige Farben */
.gelb { color: #fff100; }
.stahlgrau-dunkel { color: #a4c0d3; }
.stahlgrau-dunkel-dunkler { color: #98acbb; }
.stahlgrau-mittel { color: #d6e1ef; }
.stahlgrau-mittel-dunkler { color: #b6bfcb; }
.stahlgrau-hell { color: #e2e9ec; }
.neutralgrau { color: #dfdfdf; }

body {
	text-align: center; /* Zentrierung des Layouts im IE 5 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	line-height: 1.6em;
	background-color: white;
	margin-left: 120px;
	margin-top: 80px;
}

p,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,p,td,th,input,textarea,select,address {
	font-size: 1em;
	text-align: left; /* Alle Elemente linksbündig */
}

.clear {
	clear: both;
}

img, a img {
	border: 0;
}

td, th {
	vertical-align: top;
}

.hide, .none {
	display: none;
}

p,address {
	font-size: 1em;
	margin-bottom: 0.7em;
	font-style: normal;
}

.nobr {
	white-space: nowrap;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* ------------------ Formatierung -------------*/

h1 {
	display:block;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.7em;
	color: #333;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}

h1 span {
	color: #333;
}

h2 {
	margin-top: 1em; 
	margin-bottom: 0.5em;
}

div#sidebox_right h2 {
	margin-top: 0.4em;
}

strong, b {
	color: #333;
	font-weight: bold;
}


/* -----------  Listen ------------ */


div#content ul {
	margin-bottom: 0.5em;
}

div#content ul.pdflink li,
div#content ul.weblink li {
	list-style-type: none;
	margin: 0em 0em 0.5em 0em;
	padding-left: 2em;
}
	
	div#content ul.weblink li {
		background: url(/pix/weblink.gif) 0px 7px no-repeat;
	}
	
	div#content ul.pdflink li {
		background: url(/pix/pdflink.gif) 0px 7px no-repeat;
	}


div#sidebox_right ul li, div#content ul li {
	list-style-type:circle;
	margin-left: 1.4em;
}

/* -----------  Formulare ------------ */


label {
	position: relative;
	display: block;
	width: 240px;
	margin-top: 0.5em;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}

input.txtfeld { 
	background-color: #fff;
   	height: 1.5em;
	text-align: left;
	border: 1px solid #bbb; 
	padding: 2px 2px 0px 2px; 
	width:230px;
	margin-right: 19px;
}

input.active {
	border: 1px solid #333;
}

textarea {
	background-color: #fff; 
	width:485px; 
	border: 1px solid #bbb;
	padding: 2px;
}

input.check {
	position:relative;
	top:2px;
}

input.button { 
	color: #333;
	text-align:center; 
	font-size: 1em;
	background-color: #a4c0d3;
	padding: 0.3em 0.5em 0.3em 0.5em;
	margin: 1em 1em 0em 0em;
}

   
input.button.reset {
	background-color: #eaedf0;
	color: #98acbb;
}

/* ------------------ Links -------------- */

a, a:link {
	color: #556785;
	text-decoration: none;
}

a:visited {
	color: #556785;
}

a:focus, a:hover, a:active {
	color: #333;
	text-decoration: none;
}

span.skip, a span.skip, a:link.skip, a:visited.skip, a:hover.skip,
a:active.skip, a:focus.skip {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

div#footer a, a:link {
	text-decoration: none;
}

a.hinauf {
	position: relative;
	top: -1.8em;
	padding-left: 5em;
	background: #ffffff;
	float: right;
	font-weight: normal;
	color: #b6bfcb;
}

a.hinauf:hover {
	color: #333;
}

/* -------------- Container -------------- */
div#wrap {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	height: 100%;
}

div#header {
	float:left;
	background:url(/pix/header.gif) top left no-repeat;
	background-color: #ffffff;
	width: 960px;
 	height: 91px;
	margin-top: 30px;
}

body#home div#header {
	background:url(/pix/header.gif) top left no-repeat #ffffff;
}

div#main {
	float: left;
	position: relative;
	width: 960px;
	background:url(/pix/main_weiss.gif) top left repeat-y #ffffff;
}

body#home div#main {
	background:url(/pix/main_weiss_home.gif) top left repeat-y #ffffff;	
	padding-bottoM: 0px;
}

	div#main div#spalten {
		float: left;
		position: relative;
		background:url(/pix/main_grau.gif) top left repeat-y;		
		width: 960px;
		left: 0px;
		top: 50px;
	}
	

		div#main div#sidebox_left_oben {
			position: relative;
			background:url(/pix/sidebox_left_oben.gif) top left no-repeat #e2e9ec;		
			width: 170px;
			height: 13px;
		}	
	
		div#main div#content {
			float: left;
			position: relative;
			top: -13px;
			left: 47px;
			width: 490px;
			z-index: 9;
		}	
		
		div#main div#sidebox_right {
			float: right;
			position: relative;
			top: -13px;
			right: 9px;
			width: 213px;
			background-color: #fff100;
		}		
	
		div#main div#sidebox_right_oben {
			position: relative;
			background:url(/pix/sidebox_right_oben.gif) top left no-repeat;		
			width: 213px;
			height: 13px;
		}		

		div#main div#sidebox_right #inhalt {
			margin: 0em 1em 0em 1em;
		}

		div#main div#sidebox_right #inhalt h2 {
			margin: 0em 0em 0.3em 0em;
		}
		
		div#main div#sidebox_right_unten {
			float: left;
			position: relative;
			width: 213px;
			height: 13px;
			background: url(/pix/sidebox_right_unten.gif);
		}

	
	div#main div#left_unten {
		clear:both;
		position: relative;
		top: -1.4em;
		background:url(/pix/sidebox_left_unten.gif) top left no-repeat;		
		width: 203px;
		height: 174px;
	}
	
div#footer {
	float: left;
	position: relative;
	/*top: -48px;  darf nicht sein! */
	background:url(/pix/footer.gif) top center no-repeat;
	width: 960px;
	height: 28px;
	text-align: center;
	padding-bottom: 20px;
}
   
body#home div#footer {
	position: relative;
	background:url(/pix/footer_home.gif) top left no-repeat;
	width: 960px;
	height: 28px;
	text-align: center;	
}

		
/* -------------- Navigationen  -------------- */
/* Achtung bei nav1: Inline-CSS */

ul#nav2 {
	float: right;
	position: relative;
	right: 21px;
	top: 0px;
}

	ul#nav2 li {
		display: inline;
		list-style-type: none;		
	}
	
		ul#nav2 li a {
			float: left;
			position: relative;
			text-align:center;
			height: 21px;
		}
		
		ul#nav2 li a#nav2_home {
			background: url(/pix/nav/nav2_home.gif) no-repeat;
			width: 40px;
		}
		
		ul#nav2 a#nav2_english {
			background: url(/pix/nav/nav2_english.gif) no-repeat;
			width: 55px;
		}		

		ul#nav2 a#nav2_kontakt {
			background: url(/pix/nav/nav2_kontakt.gif) no-repeat;
			width: 57px;
		}		
		
		ul#nav2 a#nav2_anfahrt {
			background: url(/pix/nav/nav2_anfahrt.gif) no-repeat;
			width: 55px;
		}		
		
		ul#nav2 a#nav2_impressum {
			background: url(/pix/nav/nav2_impressum.gif) no-repeat;
			width: 68px;
		}	
		
		body#home ul#nav2 a#nav2_home, ul#nav2 a#nav2_home:hover,
		body#english ul#nav2 a#nav2_english, ul#nav2 a#nav2_english:hover,			
		body#kontakt ul#nav2 a#nav2_kontakt, ul#nav2 a#nav2_kontakt:hover,		
		body#anfahrt ul#nav2 a#nav2_anfahrt, ul#nav2 a#nav2_anfahrt:hover,	
		body#impressum ul#nav2 a#nav2_impressum, ul#nav2 a#nav2_impressum:hover {
			background-position: 0px -21px;
		}	
		
		
ul#nav3 { /* aktuell ausgesetzt */
	float: left;
	position: relative;
	top: -1px;
	left: 22px;
	display: none;
}

	
ul#nav4 {
	float: left;
	width: 170px;
}

	ul#nav4 li {
		float: left;
		position: relative;
		list-style-type: none;
		width: 170px;
		text-align:right;
		line-height: 2em;
	}

		ul#nav4 li a {
			position: relative;
			float: left;
			color: #333;
			width: 130px;
			line-heigth: 2em;
			padding: 2px 40px 2px 0px;
		}	
	
		body#corp_c-system li#nav4_c-system a, body#corp_c-print li#nav4_c-print a, body#corp_c-web li#nav4_c-web a, body#corp_c-office li#nav4_c-office a,
		body#sys_beratung li#nav4_beratung a, body#sys_prozess li#nav4_prozess a, body#sys_umsetzung li#nav4_umsetzung a,
		body#fuer_unternehmen li#nav4_unternehmen a, body#fuer_institutionen li#nav4_institutionen a,
		body#proj_c-system li#nav4_c-system a, body#proj_c-print li#nav4_c-print a, body#proj_c-web li#nav4_c-web a, body#proj_c-office li#nav4_c-office a,
		body#mit_team li#nav4_team a, body#mit_partner li#nav4_partner a, body#mit_fokus li#nav4_fokus a,
		body#meth_know-how li#nav4_know-how a, body#meth_links li#nav4_links a, body#meth_downloads li#nav4_downloads a,
		body#kontakt li#nav4_kontakt a, body#anfahrt li#nav4_anfahrt a, body#impressum li#nav4_impressum a,
		ul#nav4 li#nav4_zurueck a, ul#nav4 li a:hover {
			background: url(/pix/nav/nav4_hover.gif) top left repeat-y #ffffff;
		}

		
ul#services {
	float: left;
	position: relative;
	z-index: 9999;
	top: 72px;
	left: 840px;
}

	ul#services li {
		display: inline;
		list-style-type: none;
	}
	
		ul#services li a {
			float: left;
			position: relative;
			text-align:center;
			height: 35px;
		}
		
		ul#services li a#services_i {
			background: url(/pix/nav/i.gif) top left no-repeat;
			width: 35px;
		}
		
		body#services ul#services a#services_i, 
		ul#services a#services_i:hover {
			background-position: 0px -35px;
		}
		
div#weiter {
	position: relative;
	margin: -2.4em 0em 0em 410px;
}

div#weiter a {
	position: relative;
	padding-left: 71px;
	color: #a4c0d3;
	font-weight: normal;
	font-size: 1.8em;
}

/* -------------- Seiten-Layouts -------------- */

#avc-logo {
	float: left;
	position: relative;
	top: 20px;
	left: 19px;
	width: 57px;
	height: 42px;
}

body#home img#kv_01 {
		float: right;
		padding-top: 10px;
		position: relative;
		right: 9px;
}

img.h1pix {
	position: relative;
	filter:Fade(duration=1);
	margin-bottom: 0.5em;
}

table.pixtbl {
	width: 460px;
}

	table.pixtbl th {
		padding-top: 1.5em;
		width: 95px;
	}
	
	table.pixtbl td {
		padding-left: 2em;
		padding-top: 1.2em;
	}

	
		table.pixtbl th img {
			border: 1px solid #dae0e4;
		}

div#sidebox_right div#inhalt address {
	margin: 0px;
}

div#sidebox_right div#inhalt p {
	margin: 0.5em 0em 0em 0em;
}

body#kontakt img#Sicherheitscode {
	margin-top: 0.5em;
}

div#legend {
	text-align:right;
	width: 485px;
	position: absolute;
	top: 208px;
	left: 0px;
}

div#thumbs {
	float: left;
	width: 510px;
	position: relative;
	top: -3px;
}

	div#thumbs a {
		float: left;
		width: 77px;
		height: 40px;
		margin-right: 7px;
		border-bottom: 2px solid #fff;
	}

	div#thumbs a:hover, div#thumbs a.active {
		border-bottom: 2px solid #98acbb;
	}	
	
	div#thumbs a img.thumb {
		width: 77px;
		height: 36px;	
	}
	
body#services div#content h1 {	
	position:relative;
	left: -24px;
	top: -2px;
	width: 495px;
	height: 65px;
	background: url(/pix/services/sl_oben.gif) no-repeat;
	padding: 10px 0px 0px 24px;
	margin-bottom: 0px;
}
	
body#services div#content ul#serviceliste {
	position: relative;
	list-style-type: none;			
	right: -3px;
	top: -11px;
}
	body#services ul#serviceliste li {
		float: left;
		list-style-type: none;	
		padding: 0px;	
		margin: 0px;
		width: 468px;
		height: 117px;
	}
		body#services ul#serviceliste li#sl_beratung {
			background: url(/pix/services/sl_beratung.gif) 0px 0px no-repeat;
		}
		
		body#services ul#serviceliste li#sl_konzept {
			background: url(/pix/services/sl_konzept.gif) 0px 0px no-repeat;
		}
		
		body#services ul#serviceliste li#sl_text {
			background: url(/pix/services/sl_text.gif) 0px 0px no-repeat;
		}
		
		body#services ul#serviceliste li#sl_grafik {
			background: url(/pix/services/sl_grafik.gif) 0px 0px  no-repeat;
		}
		
		body#services ul#serviceliste li#sl_bilder {
			background: url(/pix/services/sl_bilder.gif) 0px 0px no-repeat;
		}
		
		body#services ul#serviceliste li#sl_technik {
			background: url(/pix/services/sl_technik.gif) 0px 0px  no-repeat;
		}										
		
body#services div#content div#sl_unten {	
	position:relative;
	float: left;
	left: -24px;
	top: -10px;
	width: 495px;
	height: 13px;
	background: url(/pix/services/sl_unten.gif) 0px 0px no-repeat;
}
