/*	
---------------------------------------------------- 
	Allgemeine Style Definitionen für jobprofile.de
	
	Lombego Systems GbR, Jens Papenroth 2009
	
	
	Farbwerte:
	
	Linkblau 		(0,140,240)		#008CF0
	Überschriftrot	(200,0,0)		#C80000
	Text-BG-Grau	(242,242,242)	#F2F2F2	
	Pagin-now-grau	(171,171,171)	#ABABAB
	
	
	
	
----------------------------------------------------      
*/

/*--------------------------------------------------*/
@import url('navigation.css');
@import url('content.css');
/*--------------------------------------------------*/


/*
	Global
*/


html{
	height: 100%;
	min-height: 100%;
	
	overflow-y: scroll;
	overflow-x: hidden;
	
}

body{	
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Lucida Grande, Lucida Unicode, Lucida Sans, Verdana, Sans Serif;
	font-size: 14px;
	line-height: 20px;
	position: relative;	
}

html > body{
	height: auto;
}


/*
img { 
	behavior: url(iepngfix.htc) 
}
*/

#site_background{
	background: transparent url('../img/top-verlauf.png') repeat-x top left;
	width: 100%;
	min-height: 100%;
	position: relative;
}

#center_wrapper{
	width: 940px;
	margin: 0px auto;
	position:relative;
	z-index: 1;
}

#header{
	float: left;
	width: 940px;
	padding: 0px 0px 15px 0px;
}

#logo{
	float: left;
	width: 185px;
	height: 120px;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/jobprofile/img/logo-trans.png',
	sizingMethod='image');
}
html>body #logo { 
    background: transparent url('../img/logo-trans.png') no-repeat top left;
}


#commercial{
	float: right;
	width: 370px;
	height: 50px;
	padding: 40px 0px 0px 0px;
}
#commercial img{
	float: left;
}

.cl{
	clear: left;
	height: 0px;
	line-height: 0px;
}

/*
	Startseite
*/

#start_wrapper{
	float: left;
	margin: 0px 0px 30px 0px;
}

#main_navigation{
	width: 940px;
	position: absolute;
	top: 115px;
	left: 0px;
	z-index: 2;
	
/* Start Bugfix IE6 DuplicateCharacterBug */	
	width: 943px;
/* End Bugfix IE6 DuplicateCharacterBug */
}

#start_container_left{
	float: left;
	width: 560px;
	margin: 0px 10px 0px 0px;
	position: relative;
}

#dia_show{
	background-color: #f2f2f2;
	width: 560px;
	height: 415px;
	border-bottom: 2px solid #FFFFFF;
	position: relative;
	float: left;
}

#dia_show img{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;	
}

.start_text{
	float: left;
	padding: 20px 20px 0px 20px;
	width: 520px;
	background: #F2F2F2 url('../img/start-verlauf.png') repeat-x bottom left;
}

#start_container_left .cap_bottom{
	width: 560px;
	height: 20px;
	float: left;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/jobprofile/img/start-fuss-trans.png',
	sizingMethod='image');
}
html>body #start_container_left .cap_bottom { 
    background: transparent url('../img/start-fuss-trans.png') no-repeat top left;
}

#start_container_right{
	float: left;
	width: 370px;
}

#tools{
	float: left;
	width: 350px;
	height: 20px;
	background-color: #F2F2F2;
	border-bottom: 2px solid #FFFFFF;
	padding: 20px 10px 10px 10px;
}

#tool_link_left{
	float: left;
	padding: 0px 0px 0px 10px;
}

#tool_link_right{
	float: right;
	padding: 0px 20px 0px 0px;
}

#search{
	float: right;
	background: transparent url('../img/suchfeld-trans.png') no-repeat top left;	
}



#search form{
	margin: 0px;
	padding: 0px;
}

#search input{
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Lucida Grande, Lucida Unicode, Lucida Sans, Verdana, Sans Serif;
	font-size: 14px;
}

#search .inputbox{
	width: 90px;
	padding: 2px 0px 0px 10px;
	float: left;
}

#search #search_button{	
	width: 60px;
	height: 20px;
	cursor: pointer;
	margin: 0px 0px 0px 10px;	
	color: #fff;
	font-weight: bold;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/jobprofile/img/button-suche-trans.png',
	sizingMethod='image');
}
html>body #search #search_button { 
  	background: transparent url('../img/button-suche-trans.png') no-repeat top left;	
}

#start_container_right #marginalie{
	background: #F2F2F2 url('../img/top5-verlauf.png') repeat-x bottom left;
	float: left;
	width: 350px;
	padding: 20px 10px 10px 10px;
}

#start_container_right .marginalie_element{
	padding: 0px 0px 15px 0px;
}

#marginalie .last{
	padding: 0px;
}

.marginalie_element .element_odd{
	background-color: #FFFFFF;
	width: 330px;
	line-height: 20px;
	padding: 0px 10px;
}

.marginalie_element .element_even{
	width: 330px;
	line-height: 20px;
	padding: 0px 10px;
}

#start_container_right .cap_bottom{
	width: 370px;
	height: 20px;
	float: left;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/jobprofile/img/top5-fuss-trans.png',
	sizingMethod='image');
}
html>body #start_container_right .cap_bottom { 
    background: transparent url('../img/top5-fuss-trans.png') no-repeat top left;
}

#footer{
	background: #ffffff url('../img/bottom-verlauf.png') repeat-x bottom left;
	text-align: center;
	width: 100%;
	height: 30px;
	padding: 6px 0px 0px 0px;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}


#footer img{
	margin: 0px 5px 0px 0px;
}

#footer a:link.lombego_link, #footer a:visited.lombego_link{
	color: #000000;
}

#footer a:hover.lombego_link{
	color: #C80000;
}


/*
	Standardseite
*/

#standard_wrapper{
	float: left;	
	margin: 0px 0px 30px 0px;
}

#toolbar{
	float: left;
	margin: 0px 0px 10px 0px;
}

#breadcrumb{
	background: #F2F2F2	url('../img/breadcrumb-fuss-trans.png') no-repeat bottom left;
	float: left;
	width: 533px;
	height: 20px;
	padding: 20px 10px 10px 17px;
	margin: 0px 10px 0px 0px;
	position: relative;
	z-index: 1;	
}

#breadcrumb #fading{
	
	position: absolute;
	height: 40px;
	width: 40px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/jobprofile/img/fade-out-trans.png',
	sizingMethod='image');
}
html>body #breadcrumb #fading { 
  	background: transparent	url('../img/fade-out-trans.png') no-repeat top right;
}

#toolbar #tools{
	background: #F2F2F2	url('../img/suchbereich-fuss-trans.png') no-repeat bottom left;
	border: none;
}

#content{
	background: #F2F2F2	url('../img/content-fuss-kopf.png') no-repeat top left;
	width: 750px;
	float: left;
	padding: 10px 0px 0px 0px;	
}

.content_bg{
	background: #F2F2F2	url('../img/start-verlauf.png') repeat-x bottom left;
	padding: 0px 10px;
	float: left;	
	width: 730px;
}

#content .cap_bottom{
	background: #F2F2F2	url('../img/content-fuss-trans.png') no-repeat bottom left;
	width: 750px;
	height: 10px;
	float: left;
}

#content_marginalie{
	float: left;
	width: 180px;
	margin: 0px 0px 0px 10px;
}

#login_area{
	background: #F2F2F2	url('../img/marginalie-kopf-trans.png') no-repeat top left;
	float: left;
	width: 180px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

#login_headline{
	font-weight: bold;
}

#login_area #link_left{
	float: left;
}

#login_area #link_right{
	float: right;
}

#login_area .cap_bottom{
	background: #F2F2F2	url('../img/marginalie-benutzer-fuss-trans.png') no-repeat bottom left;
	float: left;
	width: 160px;
	padding: 0px 10px 10px 10px;
}

#commercial_marginalie{
	background: transparent	url('../img/marginalie-kopf-trans.png') no-repeat top left;
	float: left;
	width: 180px;
	padding: 10px 0px 0px 0px;
	line-height: 0px;
}

#commercial_marginalie .gradient{
	background: #F2F2F2	url('../img/start-verlauf.png') repeat-x bottom left;
	float: left;
	padding: 0px 10px 0px 10px;
}

#commercial_marginalie img{
	float: left;
}

#commercial_marginalie .cap_bottom{
	background: transparent	url('../img/marginalie-fuss-trans.png') no-repeat bottom left;
	float: left;
	width: 180px;	
	padding: 0px 0px 10px 0px;
}

#commercial_marginalie .divider{
	float: left;
	height: 10px;
	line-height: 10px;
	width: 100%;
}

/***********
Formular
***********/

.red {
color: #C80000;
}