.clear{
	clear:both;
}

.line_break{
	float: left !important;
	display: inline !important;
	/*margin-right: 5px;*/
}

.head{
	margin-top: 10px;
}

.cursive{
	font-style: italic;
}

#filter_bar{
    /*border: 0.2em solid #DCDCDC !important;*/
	color: rgba(101, 101, 101, 1);
	display: inline-block;
	border-right: 1px solid rgba(183, 183, 183, 1);
	margin-bottom: 5px;
	/*text-transform: uppercase;*/
}

#filter_bar .filter{
	float:left;
	border-left: 1px rgba(183, 183, 183, 1) solid;
}

#filter_bar input[type=radio] {
    display:none;
}

#filter_bar input[type=radio] + label {
	display: inline-block;
	/*padding: 5px 15px;*/
	padding: 5px 4.5px; /* Einelne Buchstaben */
	cursor: pointer;
	font-size: 15px;
	border-bottom: 1px solid rgba(183, 183, 183, 1) !important;
}

#filter_bar input[type=radio]:checked + label {
   /*background-color: #DCDCDC;*/
   border-top: 1px solid rgba(183, 183, 183, 1) !important;
   border-bottom: none !important;
}

#filter_bar input[type=radio]:hover + label {
   background-color: rgba(233, 233, 233, 1);
}

#page_description{
	margin-bottom:20px;
	float:left;
}

#select_combination_window{
	padding: 20px;
	margin-bottom:	20px;
	background-color: #F5F5F5;
	border: 0.2em solid #DCDCDC;
}

#select_combination_window .headline{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 15px;
	float:left;
}

#select_combination_window select{ 
	width: 100%;
	padding: 5px !important;
	border: 1px solid rgba(183, 183, 183, 1) !important;
	margin-bottom:10px;
}

#select_combination_window #submit_combination{

	padding: 5px;
	width: 100px;
	line-height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	color: #777 !important;
	background-color: #E6E6E6;
	border: 1px solid rgba(188, 188, 188, 1)  !important;
	background-image: url('../IMG/button.jpg');
	background-repeat: repeat-x;
	display: block;
	height: 28px;
}

#select_combination_window #submit_combination:hover{

	background-image: url('../IMG/button_hover.jpg');
}

#select_combination_window #select_studiengang{
	float:left;
	width: 100%;
}
#select_combination_window #select_studienmodell{
	float:left;
	width: 100%;
	
}

#companies{
	margin-bottom: 40px;
}

#companies .firma{
	margin-top: 17px;
}

#companies .firma .combi_choose{
	/*font-style: italic;*/
	/*color: #0046A0;*/
	color: #FF9B0D;
}

#companies .firma .logo,
#companies .firma .info,
#companies .firma .zuordnungen{	
	float:left;
	margin-bottom: 20px;
}

#companies .firma .info{
	margin-left: 14px;
	margin-right: 7px;
	width: 369px;
}

#companies .firma .logo{
	margin-right: 10px;
	width:	170px;
}

#companies .firma .logo a img{
	max-width:	170px;
	width: auto;
	max-height: 100px;
	height: auto;
	margin-top: 5px;
}

#companies .firma .logo a{
	float: right;
}

.divider_horizontal{
	width: 100%;
	background-color: #B7B7B7 !important;
	height: 1px;
}

.no_data_message{
	margin-top: 15px;
}