
/***************************************************************/
/* Lombego Systems, Author: Christian Burger, 2006             */
/*                                                             */ 
/* Kulturmanagement Network Stylesheet                         */ 								
/* Color definition                                            */
/*                                                             */ 
/* BLUE_FONT   #3F90C6  (63/144/198) --> Schrift               */
/* BLUE_100    #46A0DC  (70/160/220)                           */
/* BLUE_60     #90C6E8  (144/198/234)                          */
/* BLUE_40     #B5D9F1  (181/217/241)                          */
/* BLUE_20     #DAECF8  (218/236/248)                          */
/*                                                             */ 
/* ORANGE_100  #EB752A  (235/117/42)                           */
/* ORANGE_60   #F3AC7F  (243/172/127)                          */
/* ORANGE_40   #F7C8AA  (274/200/170)                          */
/* ORANGE_20   #FBE3D4  (251/227/212)                          */
/*                                                             */ 
/* GREY_DARK   #363636  (54/54/54)                             */
/*                                                             */ 
/* Schriftarten:  Georgia, "Times New Roman", Times, serif;    */ 
/* Schriftarten:  Verdana, Arial, Helvetica, sans-serif;       */ 
/***************************************************************/ 




/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/************** .feature styles ***************/

.stellenmarkt{
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 8px 10px;
	font-size: 11px;
	border: 0px solid #000000;
	width: 630px;
	background-color: #DAECF8;
}

.stellenmarkt .content {
	margin: 0px 5px 0px 5px;
	pading: 0px;
	font-size: 11px;

}

.stellenmarkt h3{
	font-size: 10px;
}

.stellenmarkt h2{
	padding-bottom: 5px;
	font-size: 13px;
	font-weight:bold;
}

.stellenmarkt img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #46A0DC;
}


.stellenmarkt .search{
	padding: 20px 5px 5px 5px;
}

.stellenmarkt .search form{
	 margin: 0px;
	 padding: 0px;
}

.stellenmarkt .search .suchfeld{ 
 	color: #3F90C6; 
	width:100px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px inset #999999;
	margin:0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
}

.stellenmarkt .search .suchbutton{ 
	background-color: #DAECF8;
	width:120px; 
	border:0px solid #ddd;
	color: #3F90C6;  
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight:bold;
}

.stellenmarkt .list_top {
	padding: 8px 5px 0px 5px;
	margin: 0px;
	font-size: 11px;
}

.stellenmarkt .list_top td{
	padding: 2px 5px 5px 5px;
	font-size: 11px;
}

.stellenmarkt .list_top td a{
	color: #3F90C6;
	font-weight:bold;
}

.stellenmarkt .list {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	font-size: 11px;
}

.stellenmarkt .list th{
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	color: #ffffff;
	background-color: #46A0DC;
}


.stellenmarkt .list td{
	padding: 2px 5px 2px 5px;
	font-size: 11px;
}

.stellenmarkt .list td.blue{
	background-color: #B5D9F1;
}

.stellenmarkt .list td a{
	color: #3F90C6; 
	font-weight: bold;
}


.stellenmarkt .headline{
	padding: 2px 5px 3px 5px;
	margin: 0px 0px 1px 0px;
	background-color: #46A0DC;
	font-size: 11px;
	font-weight:bold;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
}

.stellenmarkt .headline th{
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}

.stellenmarkt .headline .stelle{
	padding: 0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
}

.stellenmarkt .stelleninfo{
	font-weight: normal;
}

.stellenmarkt .stelleninfo a:link{
	font-weight: normal;
}

