*
{
  margin: 0px;
  padding: 0px;
}

body, html {
	height: 100%;
	width: 100%;
}

body
{
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-image: url(/img/layout/bg_body.gif );
  background-position: 0 0;
  background-repeat: repeat-x;
  position: relative;
}

img{
	display: block;
}

p {
	line-height: 17px;
	padding-bottom: 15px;
}

form
{
	padding-bottom: 15px;
}

a
{
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}

a img
{
	border-style: none;
}

.clearall
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}
	
ul.bullet-list
{
  list-style-image: url( /img/layout/icons/list_style_square.gif );
  padding-bottom: 15px;
  margin-left: 22px;
}

ul#job-application-progress
{
	list-style: none;
	padding-bottom: 10px;
}

ul#job-application-progress li
{
	padding-left: 14px;
	padding-bottom: 6px;
}

ul#job-application-progress li.ready
{
	background-image: url( /img/layout/icons/bg-list-check.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

ul#job-application-progress.personal_data li#personal_data,
ul#job-application-progress.education li#education,
ul#job-application-progress.skills li#skills,
ul#job-application-progress.additional_infos li#additional_infos,
ul#job-application-progress.file_uploads li#file_uploads,
ul#job-application-progress.overview li#overview
{
	background-image: url( /img/layout/icons/bg-list-arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-weight: bold;
}








ul.checkbox-list
{
	list-style: none;
	padding-bottom: 15px;
}

ul.checkbox-list li
{
  background-image: url( /img/layout/icons/awd_checkbox.gif );
  background-repeat: no-repeat;  
  background-position: 0 6px;    
  margin-left: 6px;
  padding-left: 25px;
  padding-top: 8px;
}

ul.checkbox-list.two-cols li
{
	float: left;
	width: 202px;
}

ul.link-list
{
	list-style: none;
	padding-bottom: 15px;
}

ul.link-list li
{
	line-height: 18px;
}

ul.link-list li .fileinfo
{
	font-size: 11px;
	color: #333;
	margin-left: 5px;
}

#content-main h1
{
  background-image: url(/img/layout/bg_dotted_line.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
  color: #003974;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

#content-main h2
{
	font-size: 12px;
	margin-bottom: 5px;
}

#content-main h3
{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 4px;
}

/* CONTAINERS */
#main
{
	background-color: #fff;
	background-image: url(/img/layout/bg_main_border.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: auto;
	left: 0px;
	min-height: 100%;
	position: relative;
	width: 985px;		
}

#header
{
	background-color: transparent;
	background-image: url(/img/layout/bg_body.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	height: 79px;
	width: 985px;
}

a#karriereidee
{
	background-color: transparent;
	background-image: url( /img/layout/karriereidee.at.gif );
	background-repeat: no-repeat;
	height: 27px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 40px;
	right: 0px;
	width: 256px;
	
}

#teaser-lv1 {
	position: relative;
	border-bottom: 1px solid #fff;
	height: 200px;
	width: 984px;
}

#teaser-lv1 a
{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url( /img/layout/bg_btn_mehr_erfahren.gif );
	background-repeat: no-repeat;
	background-position: 748px 144px;
	text-indent: -9999px;
}

#teaser-lv1 a:hover
{
	background-image: url( /img/layout/bg_btn_mehr_erfahren_over.gif );
}

#teaser-lv0 {
	border-bottom: 1px solid #fff;
	height:324px;
	width: 984px;
}

#content
{
	background-color: #fff;
	background-image: url(/img/layout/bg_content.gif);
	background-repeat: repeat-x;
	height: auto !important;
	height: 300px;
	padding-left: 200px;
	min-height: 300px;
	position: relative;
	width: 784px;
}

#content-main {
	float:left;
	margin-bottom: 40px;
	padding-top: 15px;
	width: 475px;
}

#content-main-bewerbercheck
{
	float:left;
	margin-bottom: 40px;
	padding-top: 0px;
	width: 475px;
}

.content-image
{
	padding-bottom: 15px;
}

div.infobox
{
	background-image: url(/img/layout/bg_infobox.gif);
	background-repeat: repeat-x;
	border: 1px solid #B2D0ED;
	margin-bottom: 15px;
	padding: 10px;
	color: #003366;
}

.toggle.show, .toggle.hide
{
	display: none;
	font-size: 11px;
}

.toggle.show a, .toggle.hide a
{

}

#content-side
{
	float: right; 
	margin-left: 15px;
	margin-bottom: 40px;
	padding-top: 20px; 
	width: 280px; 
}

#content-side .box
{
	width: 265px;
}

#content-side .box .header
{
	background-image: url( /img/layout/bg_sidecontent_box_header.gif);
	background-repeat: no-repeat;
	height: 3px;
}

#content-side .box .body
{
	background-color: transparent;
	background-image: url( /img/layout/bg_sidecontent_box.gif);
	padding: 0px 3px;
}

#content-side .box .body h2
{
	background-image: url( /img/layout/bg_sidecontent_box_headline.gif );
	background-repeat: repeat-x;
	color: #fff;
	font-size:13px;
	height:21px;

	padding: 5px 0px 1px 10px;
}

#content-side .box .body .teaser
{
	padding-bottom: 4px;
}

#content-side .box .body .content
{
	margin-left:10px;
	margin-right:10px;
	padding-top: 5px;
}

#content-side .box .body .content h3
{
	background-image: url(/img/layout/bg_dotted_line.gif);
	background-position: 0px 100%;
	background-repeat:repeat-x;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:11px;
}

#content-side .box .body .content p,
#content-side .box .body .content ul.link-list
{
	padding-bottom: 10px;
}

#content-side .box .body .content .buttons a
{
	width: 220px;
}	

#content-side .box .footer
{
	background-color: #fff;
	background-image: url( /img/layout/bg_sidecontent_box_footer.gif);
	background-repeat: no-repeat;
	height: 3px;
	margin-bottom: 4px;
}

.actions
{
	padding-top: 5px;
	padding-bottom: 10px;
}

.actions .left
{
	float: left;
}

.actions .right
{
	float: right;
}

#footer {  
	background-image: url( /img/layout/bg_footer.gif );
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #333;
	bottom: 0px;
	display: block;
	height: 26px;
	position: absolute;
	padding-top: 10px;
	padding-left: 210px;
	text-align: center;
	width: 774px;
	font-size: 11px;
	
}

#footer a
{
	color: #333;
	font-weight: normal;
	margin: 0px 5px;
}

#footer a:hover
{
	color: #999;
}

#footer a.selected
{
	color: #999;
	text-decoration: none;
}

/* MAIN MENU */
#menu-wrapper
{
	background-color: transparent;
	background-image: url(/img/layout/bg_main_menu.png);
	background-repeat: repeat-y;
	height: 10px;
	left: 3px;
	min-height: 100%;
	position: absolute;
	top: 0px; left 0px;
	width: 186px;  
	z-index: 100;
}

#menu
{
	position: relative;
	top: 0px;
	background-color: #fff;
	margin: 0px 12px;
	min-height: 200px;
	padding: 0px 5px;
	width: 152px;
}

a#awd-logo img
{
	margin-top: 5px;
	margin-bottom: 3px;
	height: 71px;
	width: 152px;
}

a#awd-logo
{
	position: relative;
}

a#awd-logo:hover
{
	top: 1px;
	left: 1px;
}

#menu ul.menu-lv1 li a:hover,
#menu ul.menu-lv1 li a.selected,
#menu ul.menu-lv1 li a.open
{
	background-image: url(/img/layout/bg_menu_lv1_over.gif);
	background-repeat: repeat-x;
	background-color: #B8BEC6;
}

#menu ul.menu-lv1.deepblue li a.open
{
	background-image: url(/img/layout/bg_menu_deepblue_open.gif);
}

#menu ul.menu-lv1.lightblue li a.open
{
	background-image: url(/img/layout/bg_menu_lightblue_open.gif);
}

#menu ul.menu-lv1.cyan li a.open
{
	background-image: url(/img/layout/bg_menu_cyan_open.gif);
}


#menu ul.menu-lv2 li a:hover,
#menu ul.menu-lv2 li a.selected,
#menu ul.menu-lv2 li a.open,
#menu ul.menu-lv3 li a:hover,
#menu ul.menu-lv3 li a.selected,
#menu ul.menu-lv3 li a.open
{
	background-image: url(/img/layout/bg_menu_lv234_over.gif);
	background-repeat: repeat-x;
	background-color: #E7EAED;
}

#menu ul.menu-lv1.deepblue ul.menu-lv2 li a.open
{
	background-image: url(/img/layout/bg_menu_deepblue_lv2_open.gif);
}

#menu ul.menu-lv1.lightblue ul.menu-lv2 li a.open
{
	background-image: url(/img/layout/bg_menu_lightblue_lv2_open.gif);
}

#menu ul.menu-lv1.cyan ul.menu-lv2 li a.open
{
	background-image: url(/img/layout/bg_menu_cyan_lv2_open.gif);
}








ul.menu-lv1,
ul.menu-lv2,
ul.menu-lv3,
ul.menu-lv4
{
	list-style: none;
	padding-bottom: 5px;
}

ul.menu-lv1
{
	border-top: 1px solid #dcdcdc;
	padding-top: 5px;
}

ul.menu-lv2
{
	border-top: none;
	display: none_;
	padding-bottom: 0px;
	padding-top: 0px;
}

ul.menu-lv3,
ul.menu-lv4
{
	border-top: none;
	display: none_;
	padding-bottom: 0px;
	padding-top: 0px;
}

ul.menu-lv1.cyan
{
	border-bottom: 1px solid #dcdcdc;
}

ul.menu-lv1 a
{ 
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	overflow: hidden;
	padding: 4px 0px 4px 15px;
	text-decoration: none;
	width: 137px; 
}

ul.menu-lv1 ul.menu-lv2 li a
{
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #fff;
	color: #323232;
	font-weight: normal;
	padding: 4px 6px 4px 22px;
	width: 124px; 	
}

ul.menu-lv1 ul.menu-lv2 ul.menu-lv3 li a
{
	background-color: white;
	background-image: none;
	border-bottom: 1px solid #ddd;
	color: #323232;
	font-weight: normal;
	padding: 4px 6px 4px 30px;
	text-decoration: none;
	width: 116px; 	
}

ul.menu-lv1 ul.menu-lv2 ul.menu-lv3 ul.menu-lv4 li a
{
	background-color: white;
	background-image: none;
	border-bottom: 1px solid #ddd;
	color: #323232;
	font-weight: normal;
	padding: 4px 6px 4px 32px;
	text-decoration: none;
	width: 112px; 	
}

ul.menu-lv1 a:hover
{
	color: #fff;
}

ul.menu-lv1 ul.menu-lv2 li a:hover,
ul.menu-lv1 ul.menu-lv2 ul.menu-lv3 li a:hover
{
	color: #000;
}

ul.menu-lv1.deepblue li a
{
	background-color: #3F6DAB;
	background-image: url(/img/layout/bg_menu_deepblue.gif);
}

ul.menu-lv1.deepblue ul.menu-lv2 li a
{
	background-color: #AED3F1;
	background-image: url(/img/layout/bg_menu_deepblue_lv2.gif);
}

ul.menu-lv1.lightblue li a
{
	background-color: #67A3D6;
	background-image: url(/img/layout/bg_menu_lightblue.gif);
}

ul.menu-lv1.lightblue ul.menu-lv2 li a
{
	background-color: #AED3F1;
	background-image: url(/img/layout/bg_menu_lightblue_lv2.gif);
}

ul.menu-lv1.cyan li a
{
	background-color: #54B3B7;
 	background-image: url(/img/layout/bg_menu_cyan.gif);
}

ul.menu-lv1.cyan ul.menu-lv2 li a
{
	background-color: #BAE5E3;
	background-image: url(/img/layout/bg_menu_cyan_lv2.gif);
}



#button-contact a
{  
	background-image: url( /img/layout/btn_kontakt.png );
	background-position: 0px -1px;
	background-repeat: no-repeat;
	height: 53px;
	right: -9px;
	position: absolute; 
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	top: 0px;
	width: 179px;
	z-index: 99;
}

#button-contact a:hover
{
	background-position: 0px 0px;
}

#breadcrumbs {
	color: #fff;
	font-size: 10px;
	position: absolute;
	left: 200px;
	top: 56px;
}

#breadcrumbs a
{
	color: white;
}

#breadcrumbs a:hover
{
	text-decoration: none;
}

#breadcrumbs em
{
	font-style: normal;
	font-size: 11px;
	margin: 0px 3px;
}

#hill-bewerber-check
{
	background-color: transparent;
	border-style: none;
	height: 550px;
	width: 100%;
	
}

.buttons
{
	margin-top: 15px;
	margin-bottom: 20px;
}

.buttons a
{
  background-color: #2F70A8;
  background-image: url( /img/layout/bg_button.gif );
  background-repeat: repeat-x;
  border: 2px solid #dee5ee;
  border-bottom-color: #C8CFD8;
  border-right-color: #C8CFD8;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 4px 10px 4px 0px;
  position: relative;
  text-decoration: none;
}

.buttons a:hover
{
	background-image: none;
	color: #ddd;
}

.buttons img
{
	border-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 6px;
}

table#facts
{
	border-style: none;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}

table#facts td.caption
{
	padding-right: 15px;
	vertical-align: top
}

table#facts td.value
{
	font-weight: bold;
}

.dotted-line
{
	background-image: url(/img/layout/bg_dotted_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 2px;
	padding-bottom: 10px;
}


a.pdf
{
	background-image: url( /img/layout/icons/pdf.gif );
	background-repeat: no-repeat;
	background-position: 0px -1px;
	line-height: 20px;
	padding-left: 24px;
	padding-bottom: 3px;
	
}

#flashmap
{
	text-align: center;
	margin-top: 4px;
	margin-bottom: 8px;
}

select#location option.austria
{
	font-weight: bold;
}

select#location option.province
{
	margin-top: 4px;
	font-weight: bold;
}

select#location option.office
{
	margin-top: 2px;
}

#google-map
{
	width: 475px;
	height: 400px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 15px;
	
}

#google-map-desc
{
	width: 445px;
}

form#Route
{
	padding-bottom: 5px;
}

form#Route label
{
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

form#Route input
{
	width: 235px;
	color: #000;
}

form#Route input.example
{
	color: #bbb;
}

#google-route table.waypoint
{
	border: 1px solid silver;
	margin: 10px 0px;
	background-color: #eee;
}

#google-route table.waypoint:hover
{
	background-color: #fff;
}

#google-route table.waypoint td.marker
{
	padding: 4px 15px 4px 5px;
	vertical-align: top;
	width: 20px;
}

#google-route table.waypoint td.address
{
	vertical-align: middle;
	width: 100%;
	padding: 4px 0px;
}

#google-route #distance
{
	text-align: right;
	padding-bottom: 8px;
	color: #888;
}

#google-route table.detail
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#google-route table.detail tr
{
	cursor: pointer;
}

#google-route table.detail tr:hover
{
	background-color: #eee;
}

#container-hometeaser {
background-image:url( 
/img/layout/bg_container_hometeaser.gif) !important; background-repeat:repeat-x; 
background-color: #fff; height: auto !important; height: 230px; padding-left: 
200px; min-height: 230px; position: relative; top: 0px; width: 784px;
}

.hometeaser
{
	float:left;
	height:136px;
	margin-top:10px;
	width:170px;
}

.hometeaser2col
{
	float:left;
	height:136px;
	margin-top:10px;
	width:370px;
}

.hometeaser-separator
{
	background-image:url( /img/layout/bg_hometeaser_separator.gif);
	background-position:15px;
	background-repeat:no-repeat;
	float:left;
	height:161px;
	width:30px;
}

.hometeaser h1,
.hometeaser2col h1
{
	background-image: url(/img/layout/bg_dotted_line.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	color:#002768;
	font-size:15px;
	font-weight:bold;
	padding-bottom:8px;  
	margin-bottom: 5px;
}

.hometeaser p,
.hometeaser2col p
{
	color: #002768;
	margin: 0px;
	padding-bottom: 2px;
}



#sticker_left
{
	background-color: #fff;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	width: 170px;
	float: left;
	margin-right: 15px;
}



h2 span
{
	font-weight: normal;
}

p.quote
{
	font-style: italic;
}

#home_swf_teaser
{
	position: absolute;
	z-index: 1;
}


div#video-small
{
	position: relative;
	top: 108px;
	padding: 4px;
}

div#video-small #videoopen{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#video-small-headline
{
	color:#314E78;
	font-size:14px;
	font-weight:bold;
	padding-bottom:7px;
}

#video-big-headline
{
	color:#314E78;
	font-size:14px;
	font-weight:bold;
	padding-bottom:16px;
	margin-bottom: 10px;
  	background-image: url(/img/layout/bg_dotted_line.gif);
  	background-repeat: repeat-x;
  	background-position: 0 100%;	
}


#videoholder
{
	position: absolute;
	display: block;
	height: 100%;
	width: 985px;
	z-index: 1000;
}

#videocanvas
{
	position: relative;
	border: 1px solid #6E97BA;
	width: 440px;
	margin-left: 348px;
	margin-top: 125px;
	padding:10px;
	padding-bottom: 20px;
	background-color: white;
	background-image: url( /img/layout/bg_videocanvas.gif );
	background-repeat: repeat-x;
	background-color: #C9DDEC;
}

#videoplayer-big
{
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

#videoclose
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#footer iframe
{
	display: none;
}
