@charset "UTF-8";

/* General */
* {
	padding: 0;
	margin: 0;
}

body, html  {

	height: 100%;
	background-color:#000000;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* Slideshow Background */
#bg_body1{
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height:auto !important;
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	z-index:0;

}
#bg_body2{
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
		height:auto !important;

	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	z-index:1;

}
/* Mainstage */
#body_wrapper{
	position:relative;
	background-image:url(images/HG_TOP.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	z-index:2 ;

}


#body_wrapper_content{
	position:relative;
	background-image:url(images/HG_TOP_CONTENT.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	z-index:2 ;

}

/*#body_wrapper_content{
background-color:#00CC99;
	position:relative;
	background-image:url(images/HG_TOP_CONTENT.png);
	background-repeat: repeat-x;
	width: 100%;
	height:auto ;
	min-height:1000px;
	left:0px;
	top:0px;
	z-index:2 ;
	padding:0;
	margin:0;

}*/

#body_wrapper_content_unternehmen{
	position:relative;
	background-image:url(images/HG_TOP_CONTENT.png);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 100%;
	z-index:2 ;

}

#wrapper{
	position:relative;
	width: 764px;
	height: 100%;
	/*background-color: blue;*/
	background-image: url(images/BG_BOTTOM.png);
	background-position: left 478px;
	z-index:2;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#wrapper_content{
	position:relative;
	width: 764px;
	height: 100%;
	/*background-color: blue;*/
	background-image: url(images/BG_BOTTOM.png);
	background-position: left 149px;
	z-index:2;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#wrapper_content_unternehmen{
	position:relative;
	width: 764px;
	height: auto;
	min-height: 100%;
	background-position: left 149px;
	z-index:2;
	margin-top: 0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
/* Header */
#header{

}
#header img{
	margin:0;
	padding:0;
}

#header a {
 color:#fff;
 text-decoration:none;
 line-height:14px;
}
#header a:hover {
 color:#ffcc00;
 text-decoration:underline;
}


/* Navigation Unternehmen */
#nav_unternehmen{
	position:relative;
	top:50px;
}
	#nav_unternehmen ul{
		list-style: none;
	}

#nav_unternehmen_active{
	position:relative;
	top:36px;
}
	#nav_unternehmen_active ul{
		list-style: none;
	}

/*
#nav_casino{
	position:relative;
	z-index:2 ;
	height:29px;
}
*/
#top_navi{
	position:relative;
	z-index:2 ;
	height:29px;
}

/* subnavigation */
#subnav_casino{
background-image:url(images/bg_ticker.png);
border-left: 1px solid #7a7a7a;
border-right: 1px solid #666;
	position:absolute;
	height:300px;
	width:253px;
	z-index:3;
	bottom:0px;
	top:0px;
	height:100%;
	overflow: hidden;
}
#subnav_casino .active{
	font-size:12px;
	font-weight:bold;
		padding-left:5px;

}
#subnav_casino ul{
	color:#FFFFFF;
	list-style: none;
}

#subnav_casino li{
	height:20px;
	width:255px;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top:9px;
}

#subnav_casino li a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}


#subnav_casino li a:hover{
	color:#FFCC00;
	text-decoration:underline;
}

#subnav_casino li a.lihover{
	color:#FFCC00;
	text-decoration:underline;
}


#subnav_unternehmen{
	background-color:#FFFFFF;
 	position:absolute;
	width:254px;
	z-index:3;
	top:0px;
	float:left;
	height: auto !important;
	min-height:100%;
}
#subnav_unternehmen .active{
	font-size:12px;
	font-weight:bold;
	padding-left:5px;

}
#subnav_unternehmen ul{
	color:#000000;
	list-style: none;
}

#subnav_unternehmen li{
	/*height:20px;*/ /* damit hast du dir den stein in den weg gelegt :) */
	width:255px;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top:9px;
	padding-bottom:9px; /* NEU */
}
/* damit dein Level 2 auch sauber dargestellt wird :) */
ul.level_2{
	margin-top: 10px;
	margin-bottom: 10px;

	list-style: none;
}


#subnav_unternehmen li a{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}
#subnav_unternehmen li a:hover{
	color:#999;
	text-decoration:underline;
}

#subnav_unternehmen li a.lihover{
	color:#999;
	text-decoration:underline;
}

.stage_jobs a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;

}

.stage_jobs li{
	margin-left: 20px;

}

.stage_jobs a:hover, a:active, a:focus{
	color:#999;
	text-decoration:underline;
}

.unternehmen_content_txt a{
	color:#000;
	font-size:12px;
	text-decoration:underline;
	padding-left:10px;
}
.unternehmen_content_txt a:hover, a:active, a:focus{
	color:#999;
	text-decoration:underline;
}
.unternehmen_content_txt2 a:hover, a:active, a:focus{
	color:#999;
	text-decoration:underline;
}
.headline {
	font-size: 12px;
}

/* subsubnav */
#main_content_unternehmen .level_2{
position:relative;

float:left;

background-color:#fff;
}

#main_content_unternehmen .level_2 ul{
position:relative;

float:left;
	color:#000000;
	list-style: none;
	margin-left: 10px;
}


#main_content_unternehmen .level_2 li{
position:relative;

float:left;
	height:20px;
	width:255px;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top:9px;
}

#main_content_unternehmen .level_2 li a{
	position:relative;

	float:left;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;


}
#main_content_unternehmen .level_2 li a:hover{
	position:relative;
	float:left;
	color:#999;
	text-decoration:underline;
}

#main_content_unternehmen ul .level_2 {

	padding-left:10px;
	list-style: none;
}
/* ende subsubnav */



#main{
	position:relative;
	padding:0;
	margin:0;
	width:763px;
	height:300px;
	background-color:#000;
	z-index:2 ;
}

#main_content{
	position:relative;
	padding:0;
	margin:0;
	width:763px;
	border-right: 1px solid #7a7a7a;
	z-index:2 ;
	min-height: 450px;
}

#main_content_unternehmen{
	position:relative;
	padding:0;
	margin:0;
	width:763px;
	top:0;
	z-index:2 ;
	 min-height: 100%;
	 height: auto;
	 bottom:0px;

}
/* Jackpotticker ((Sollte umbenennt werden)) */
#teaser_navi{
	position:relative;
	border-top: 1px solid #666;
	height:29px;
	z-index:2 ;
	padding: 0;
	margin:0;
}

#footer{
	position:relative;
	z-index:2 ;
	text-align:center;
	clear:left;
}

#home_flash{
	position:relative;
	z-index:2;

}
/* events */
.events_overview_ds{
left:255px;
height:179px;
width:510px;
position:relative;
border-bottom: 1px dotted #FFF;

}
.events_overview_img{
width:255px;
height:179px;
background-color: #000;
position:relative;
float:left;

}

.games_overview_txt {
	height:149px;
	width:222px;
	background-color:#000000;
	position:relative;
	float:left;
	padding:15px;
	font-size: 12px;
	line-height:20px;
}


.events_overview_txt{
	height:149px;
	width:225px;
	background-color:#000000;
	position:relative;
	float:left;
	padding:15px;
	font-size: 12px;
	line-height:20px;
}

.events_overview_txt h2,
.games_overview_txt h2 {
	color:#FFCC00;
	font-size: 12px;
	padding-bottom:10px;
}

.events_overview_txt h2 a{
	color:#FFCC00;
	text-decoration:none;
}

.nav_details{

padding-top:10px;

}

.nav_details a, 
.games_overview_txt a{
	color:#FFFFFF;
	font-weight:bold;

}
.nav_details a:hover,
.games_overview_txt a:hover {
	color:#FFCC00;
	font-weight:bold;

}
.games {
border-top:1px solid #666;
}

.events_detail{
left:255px;
width:510px;
line-height:20px;
background-color:#000000;
position:relative;
font-size:12px;

}

.events_detail_txt{
padding:30px;

}
.events_detail_img{

height:179px;
position:relative;
	border-bottom: 1px dotted #FFF;

}



.events_detail h1{
	color:#FFCC00;
	font-size: 12px;
	padding-bottom:10px;
}
/* formulare */
.form_casinos{
	position:relative;
	z-index:2;
	left:255px;
	background-color:#000000;
	width:448px;
	padding:30px;
}

.form_casinos h1{
	color:#FFCC00;
	font-size: 12px;
	padding-bottom:30px;
}
.form_unternehmen{
	position:relative;
	z-index:2;
	left:255px;
	width:448px;
	padding:30px;
	color:#000000;
}
.form_unternehmen h1{
	color: #000000;
	font-size: 12px;
	padding-bottom:30px;
}
.form_thankyou{
	left:255px;
	width:448px;
	line-height:20px;
	position:relative;
	font-size:12px;
	padding:30px;
	color:#000000;
}

.form_thankyou_casino{
	left:255px;
	width:448px;
	line-height:20px;
	position:relative;
	font-size:12px;
	padding:30px;
	color:#fff;
}

.form_tellafriend{
	font-size:12px;
	padding: 0 0 0 30px;
	color:#ffffff;
}
.text {
font-size:12px;
color:#fff;
background-color:#333333;
	width:300px;
	height:25px;
	border:0px;
	margin-bottom:10px;
	padding-top: 3px;
	border-bottom: 1px solid #FFCC00;




}
.form_unternehmen .text {
font-size:12px;
color:#000;
background-color:#999999;
	width:300px;
	height:25px;
	border:0px;
	margin-bottom:10px;
	border-bottom: 1px solid #FFCC00;

}

.form_unternehmen .upload {
font-size:12px;
color:#000;
background-color:#999999;
	width:300px;
	height:25px;
	border:0px;
	margin-bottom:10px;
	border-bottom: 1px solid #FFCC00;

}
.form_pandemie{
	position:relative;
	margin-left: 1px;
	z-index:2;
	background-color:#000000;
	padding:30px;
	width: 702px;
}

.form_pandemie h1{
	color:#FFCC00;
	font-size: 12px;
	padding-bottom:30px;
}


.select {
font-size:12px;
color:#fff;
background-color:#333333;

	border:0px;
	margin-bottom:20px;


}
.form_unternehmen  .select {
font-size:12px;
color:#000;
background-color:#999999;

	border:0px;
	margin-bottom:20px;


}

select.select_salutation {

font-size:12px;
color:#fff;
background-color:#333333;

	border:0px;
	margin-bottom:20px;
	width: 55px;
	margin-top: 4px;




}

.textarea {
font-size:12px;
font-family: arial;
color:#fff;
background-color:#333333;
	width:300px;
	height:120px;
	border:0px;
	margin-bottom:20px;


}

.form_unternehmen .textarea {
font-size:12px;
color:#000;
background-color:#999999;
	width:300px;
	height:120px;
	border:0px;
	margin-bottom:20px;
	padding-top: 4px;


}
.col_0{
font-size:12px;
 width:120px;
 margin:0;
 padding-top:5px;
 vertical-align:top;
}
/* eventteaser */
.event_teaser_1{
padding:0;
border:0;
position:relative;
z-index:2;
	width:253px;
	height:164px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	float:left;
	margin-bottom:20px;
	background-color: #000;



}
.event_teaser_2{
padding:0;
border:0;
position:relative;
z-index:1;
	width:254px;
	height:164px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	float:left;
	margin-bottom:20px;
	background-color: #000;

}
.event_teaser_3{
padding:0;
border:0;
position:relative;
z-index:2;
	width:253px;
	height:164px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	float:left;
	margin-bottom:20px;
	background-color: #000;

}

/* Artikel */
.artikel_stage{
left:255px;
width:508px;
line-height:20px;
background-color:#000000;
position:relative;
font-size:12px;

}

.artikel_stage h1{
	color:#FFCC00;
	font-size: 12px;
	padding:30px;
	padding-bottom: 15px;

}
.artikel_stage_unternehmen{
position:absolute;
left:255px;
width:508px;
line-height:20px;
position:relative;
font-size:12px;

}
.artikel_stage_unternehmen a{
color:#000;
font-weight:bold;

}

.artikel_stage_unternehmen a:hover, a:focus, a:active{
color:#999;
text-decoration: underline;

}

.artikel_stage_unternehmen h1{
	color:#000000;
	font-size: 12px;
	padding:30px;
	clear:left;
	padding-bottom: 15px;
}
.artikel_stage_unternehmen h2 a{
	color:#000000;
	font-size: 12px;
	padding-bottom:30px;
	clear:left;
	text-decoration:none;
}

.ce_list{
position:relative;
width:160px;
	font-size: 12px;
	padding-left:60px;
	padding-bottom:30px;
	float:left;
}

.artikel_txt{
position:relative;
	font-size: 12px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	float:left;
	width:448px;
}
.artikel_txt2{
position:relative;
	font-size: 12px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	float:left;
	width:705px;
}

.mod_dlh_googlemaps{
position:relative;
	font-size: 10px;
	line-height: 12px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	float:left;
	width:448px;
	color: #000;
}

.artikel_unternehmen_txt{
width:450px;
position:relative;
	font-size: 12px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	float:left;
	color:#000000;
}
.artikel_unternehmen_spalte{
width:358px;
position:relative;
	font-size: 12px;
	padding-left:30px;
	padding-bottom:30px;
	float:left;
	color:#000000;
}
.artikel_unternehmen_spalte h1{
	padding-left:0;
	margin:0;

}
/* table content */
.table_content{
vertical-align:top;
	color:#000000;
	margin-left:30px;
	clear:left;
	line-height:normal;

}
.table_content .col_0{
width:325px;
border-bottom: 1px dotted #000;

}
.table_content .col_1{
width:50px;
border-bottom: 1px dotted #000;

}
.table_content .col_2{
width:105px;
text-align:right;
border-bottom: 1px dotted #000;

}


/*unternehmen */
#stage_unternehmen{
	position:relative;
	background-image:url(images/BG_UNTERNEHMEN_STAGE.png);
	left:0px;
	top:0px;

	padding:0;
	margin:0;
	width:100%;
	height:auto ;
	min-height:100%;
	z-index:2 ;
}
#stage_unternehmen2{
	position:absolute;
	background-image:url(images/BG_UNTERNEHMEN.png);
	left:0px;
	top:0px;
	bottom:0px;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	z-index:2;
	background-position: 149px;
		background-repeat: repeat;
}

.unternehmen_content_ds{
left:255px;
height:179px;
width:510px;

position:relative;
	border-bottom: 1px dotted #000;


}

.unternehmen_content_ds_img{
left:255px;
padding: 10px;
width:490px;

position:relative;
	border-bottom: 1px dotted #000;


}

.unternehmen_content_img{
position:relative;
width:255px;
height:179px;
float:left;
background-color: #000;

}
.unternehmen_content_txt{
	width:223px;
float:left;
padding:15px;
font-size: 12px;
	line-height:20px;
	position:relative;
	color:#000000;

}
.unternehmen_content_txt h1{

	color:#000000;
	font-size:12px;
	padding-bottom:15px;
}
.unternehmen_content_txt a{

	color:#000000;
	margin: 0;
	padding: 0;

}


.unternehmen_content_txt2{
	width:480px;
float:left;
padding:15px;
font-size: 12px;
	line-height:20px;
	position:relative;
	color:#000000;

}
.unternehmen_content_txt2 h1{

	color:#000000;
	font-size:12px;
	padding-bottom:15px;
}
.unternehmen_content_txt2 a{

	color:#000000;

}



/* META NAVI */
#meta_navi{
	padding: 5px 0 5px 0;

}
#meta_navi ul{
	list-style: none;
}
#meta_navi li{
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 0;

}

#meta_navi .active{
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 0;

}

/* META NAVI Unternehmen*/
#meta_navi_unternehmen{
	margin-left: 250px;
	padding-top: 30px;
	padding-left: 35px;
	padding-bottom: 5px;

}
#meta_navi_unternehmen ul{
	list-style: none;
}
#meta_navi_unternehmen li{
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 0;

}

#meta_navi_unternehmen .active{
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 0;

}

#meta_navi_unternehmen li a{
	color: #000;
}

#meta_navi_unternehmen li a:hover, a:focus, a:active{
	color: #999;
	text-decoration: underline;
}

/* links */
.active {
	color:#ffcc00;
}
.trail{
	color:#ffcc00;
}

a{
	text-decoration: underline;
	color: #fff;
}

a:hover, a:focus{
	color:#999;
}

/* jobs */
.stage_jobs{
position:absolute;
left:255px;
width:448px;
line-height:20px;
position:relative;
font-size:12px;
padding:30px;
color:#000000;

}
.stage_jobs h1{
	font-size:16px;

}
.stage_jobs h2{
	font-size:12px;


	font-weight:normal;
}
.stage_jobs a{
color:#000;
font-weight:bold;

}

.stage_jobs .ce_text ul{
	list-style-type: disc;
	background-color:#00FF66;
	list-style-position: inside;
	display: block;
}

.stage_jobs .ce_text li{
padding-bottom:15px;
padding-left:15px;
display:block;
}


/* medien */

.medien_list_row{
margin-left:30px;
width:450px;
border-bottom: 1px dotted #000;
float:left;
color:#000000;
padding: 5px 0 5px 0;
}

.medien_list{

width:450px;
float:left;
color:#000000;
padding: 5px 0 5px 0;
}

.medien_list_col_title{
position:relative;
width:250px;
float:left;
margin: 0 10px 0 0;
}

.medien_list_col_ort{
position:relative;
width:120px;
float:left;
}

.medien_list_col_nav{
position:relative;
width:70px;
float:right;
text-decoration: none;
}

.medien_list_col_nav a.pointer{
text-decoration: none;
}

.medien_list_col_empty a.pointer{
text-decoration: none;
}

.medien_list_row_first {
margin-left:30px;
width:450px;
border-bottom: 1px solid #000;
float:left;
color:#000000;
padding: 5px 0 5px 0;
background-color: #BFBFBF;
}

/* sitemap */
.sm_col{
font-size:12px;
position:relative;
min-height: 164px;
width:224px;
float:left;
padding-left:30px;
padding-top:30px;
padding-bottom:30px;
font-weight:bold;
line-height:18px;
border-bottom: 1px dotted #fff;
}
.sm_col2{
font-size:12px;
position:relative;
width:732px;
float:left;
padding-left:30px;
padding-top:30px;
padding-bottom:30px;
font-weight:bold;
line-height:18px;
}
.sm_col ul{
list-style: none;
}

.sm_col .level_2 li{
	padding-left:15px;

}
.sm_col2 ul{
list-style: none;
}

.sm_col2 .level_2 li{
	padding-left:15px;

}
/* METASTAGE*/
#meta_stage{
 background-color:#000000;
 margin-left:1px;
}
#meta_stage2{
position:relative;
 background-color:#000000;
 margin-left:1px;
 /*padding-left:30px;*/
}
#meta_stage h1{
	color:#FFCC00;
	font-size: 12px;
	padding: 30px 0 15px 30px;

}

#meta_stage .formbody{
	padding-left: 30px;
}


/* METASTAGE*/
.first_casino_teaser{


	background-color:#000000;
	text-align:left;
	font-size:12px;
	padding:30px;
	height:104px;
	}

/* TRAIL */
#subnav_casino a.trail{
	color:#FFCC00;
}

#subnav_unternehmen a.trail{
	color:#999;
}

#subnav_unternehmen .active{
	color:#999;
}

.mod_form{
	padding: 30px;
	position: relative;

}

/*.mod_form h1{
	color:#FFCC00;
	font-size: 12px;
	padding-bottom:10px;
}*/

.mod_form_unternehmen h1{
	color:#000;
	font-size: 12px;
	padding-bottom:10px;
}


/* Download Teaser*/
#dl_teaser{
	width: 223px;
	height: 134px;
	background-image:url(images/bg_dl_teaser.jpg);
	padding:15px;
	text-align:left;
}
#dl_teaser h2{
	color:#FFCC00;
	font-size: 12px;
	padding-bottom:10px;
}


/* ANMELDUNG IFRAME */
iframe.reg_iframe{
	margin-left: 5px;
	margin-top: 5px;

}

.checkbox_container label {
	padding: 5px;
}


.td_border_right {
	border-right: 1px solid #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-align: right;
	white-space:nowrap;
}
.td_border_right_bottom {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-align: right;
	white-space:nowrap;
}
.td_border_bottom {
	border-bottom: 1px solid #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-align: right;
	white-space:nowrap;
}
.td_border_none {
	padding-right: 3px;
	padding-left: 3px;
	text-align: right;
	white-space:nowrap;
}

.events_landingpage{
	width:763px;
	position:relative;
}

.events_landingpage_txt{
	width:730px;
	background-color:#000000;
	position:relative;
	float:left;
	padding:30px;
	font-size: 12px;
	line-height:20px;
	min-height: 300px;
	height: auto !important;
	margin-left: 1px;
}
.events_landingpage_txt h2{
	color:#FFCC00;
	font-size: 12px;
	padding-bottom:10px;
}

.events_landingpage_txt a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.events_landingpage_txt a:hover{
	color:#FFCC00;
	font-weight:bold;

}

.events_landingpage_txt h1{
	color:#FFCC00;
	font-size: 12px;
	padding-bottom:10px;
}

.image_container {
	height: 179px;
	margin-left: 1px;
}
.stage_jobs .image_container { height: 100% !important }

.pandemie_txt {
	width:701px;
	background-color:#000000;
	padding: 30px;
	font-size: 12px;
	line-height:20px;
	margin-left: 1px;
}


/* Landingpage */

/* events */
.events_overview_lp{
height:179px;
width:765px;
position:relative;
border-bottom: 1px dotted #FFF;
margin-left: 1px;
}
.events_overview_img_lp{
width:762px;
height:179px;
background-color: #000;
position:relative;
float:left;
}
.mod_landingeventslist .events_overview_txt { clear: left; margin-top: 1px;
background-color:#000000;
font-size:12px;
line-height:20px;
padding:15px;
position:relative;
width:732px;
min-height: 300px !Important;
}