/* STYLESHEET FUER FSW-INFO.DE */
/* by fkk-design.de 2007 */

/*--TAGS---------------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	margin:0px;
	font-size:12px;
	/*letter-spacing:0.5px;*/
}

p, h1, h2, h3 {
margin:0px;
}

/*-- TYPO3-BACKEND-STILE -----------------------------------------------*/

/* Typo3-Stil "Einruecken" --*/
DIV.csc-frame-indent { 
padding-left: 00px;
padding-top:180px;
}


/* Typo3-Stil "Linie davor" --*/
DIV.csc-frame-rulerAfter { 
border-bottom-style:dotted;
border-bottom-color:#666666;
border-bottom-width:1px;
padding-bottom:10px;
}

/* Typo3-Stil "Rahmen 1" / "Menue linke Spalte" (Sitemap im Stil des Seitenmenues auf der Homepage) --*/
#left_home .csc-frame-frame1 { 
font-size:11px;
}

#left_home .csc-frame-frame1 ul {
	list-style-type:none;
	list-style-image:none;	
	}
#left_home .csc-frame-frame1 li {
	margin:0px;
	text-align:left;
	height:18px;
	padding-bottom:2px;
	padding-left:0px
	}
	
#left_home .csc-frame-frame1 li a {
	text-decoration:none;
	border:0;
	color: #000000;
	}
#left_home .csc-frame-frame1 li a:visited {
	color: #000000;
}		
#left_home .csc-frame-frame1 li a:hover {
	color: #0841b2;
}
#left_home .csc-frame-frame1 li a:active {
	color:#0033FF;
}





/* Typo3-Stil "Rahmen 2" / "Galerie Projekte" (Praesentation von WB-Ergebnissen in Bilderreihen --*/
DIV.csc-frame-frame2 { 
border-top-style:dotted;
border-top-color:#666666;
border-top-width:1px;
padding-top:5px;
padding-bottom:20px;
background-image:url(../templates_img/verlauf_480_grau.jpg);
background-repeat:no-repeat;
margin-bottom:10px;
}

DIV.csc-frame-frame2 h2 {margin-bottom:5px;}

/* Abstand fuer die Bildicons einfuegen */
.csc-frame-frame2 .csc-textpic-image {
padding-right:5px;
padding-bottom:5px;
}

/* Fix Abstand bei Bildern */
#middle li.csc-textpic-image , #middle_320 li.csc-textpic-image {
	margin-left:0px; }

.csc-frame-frame2 .csc-textpic-single-image {padding-left:20px;}


/*--IDs----------------------------------------------*/


#page {
	width: 980px;
	left: 0px;
	top: 0px;
}

/*--HEAD / KOPF DER SEITE ------------------------------*/
#head {
	height: 160px;
	width: 960px;
	left:0px;
	top:0px;
	float:left;

}
#visual {
	height: 160px;
	width: 320px;
	left:0px;
	top:0px;
	position:absolute;
	background-image: url(../templates_img/verlauf_2.jpg);
	background-repeat: no-repeat;
	z-index:1;
}

#visual_2 {
	height: 160px;
	width: 320px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:10;
}
#ticker1 {
	height: 80px;
	width: 320px;
	left:320px;
	top:0px;
	position:absolute;
}
#logo {
	height: 60px;
	width: 300px;
	left:765px;
	top:0px;
	position:absolute;
	padding-left: 36px;
	padding-top: 20px;
}
#ticker2 {
	height: 40px;
	width: 660px;
	left:320px;
	top:80px;
	position:absolute;
}

/*-- NAVIGATION IN HEAD ------------------------------------------------------------------*/
#navi {
	clear: right;
	height: 25px;
	width: 650px;
	left:320px;
	top:120px;
	position:absolute;
	font-size:11px;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding-top: 15px;
	padding-left: 10px;
}

#navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
	
	}
#navi li {
	margin:0px;
	float:left;
	text-align:left;

	}
#navi li a {
	text-decoration:none;
	display:block;
	border:0;
	color: #000000;
	padding-right: 20px;
	padding-left: 14px;
	padding-top: 0px;
	float:left;
	background-image:url(../templates_img/navi_marker_leer.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;

	}

#navi li a:visited {
	color: #000000;
}	
	
#navi li a:hover {
	color: #0841b2;
	background-image:url(../templates_img/navi_marker.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}


#navi li a:active {
	color: #a1b7e3;
}



/* Klasse fuer Anzeige des aktiven Kapitels */
#navi  .naviaktiv a {
	color:#0841b2;
	background-image:url(../templates_img/navi_marker.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#navi  .naviaktiv a:visited {
	color: #0841b2;
	background-image:url(../templates_img/navi_marker.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#navi  .naviaktiv a:hover {
	color: #a1b7e3;
	background-image:url(../templates_img/navi_marker.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#navi  .naviaktiv a:active {
	color: #a1b7e3;
	background-image:url(../templates_img/navi_marker.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}




/*--CONTENT ----------------------------------------------------------------*/

#content {
	min-height:400px;
	width: 980px;
	left: 0px;
	top: 160px;
	clear:both;
}

/*-- SEITENINHALT: LINKS ---------------------*/

#left {
	float: left;
	width: 290px;
	padding-left:20px;
	padding-top:20px;
	padding-right:10px;
	font-size:11px;
}


/*-- MENUE DER LINKEN SPALTE ------------------*/

#left h1 {
font-size:11px;
font-weight:bold;
margin-top:0px;
}


#left_navi {
}

/*genaue Hoehe ist auf der Homepage wichtig */
.left_home_navi {
height:139px;
}

#left_navi h1 {
margin-bottom:20px;
}


#left ul {
	list-style-type:none;
	margin:0;
	padding:0;
	
	}
#left li {
	margin:0px;
	text-align:left;
	height:18px;
	padding-bottom:2px;
	}
	

#left_navi li a {
	text-decoration:none;
	border:0;
	color: #000000;
	}

#left_navi li a:visited {
	color: #000000;
}		
#left_navi li a:hover {
	color: #0841b2;
}
#left_navi li a:active {
	color:#0033FF;
}


/* Klasse fuer Anzeige des aktiven Kapitels */

#left .aktiv a {
	color: #0841b2;
}
#left .aktiv a:visited {
	color:#0841b2;
}
#left .aktiv a:hover {
	color: #a1b7e3;
}
#left .aktiv a:active {
	color: #0033FF;
}


/* Klasse fuer Anzeige der zweiten Menueebene */
.sub2 {
	padding-left: 20px;
}
#left .sub2aktiv  {
	color: #0841b2;
	padding-left: 20px;
}
#left .sub2aktiv a {
	color:#0841b2;
}
#left .sub2aktiv a:visited {
	color: #0841b2;
}
#left .sub2aktiv a:hover {
	color: #a1b7e3;
}
#left .sub2aktiv a:active {
	color: #0033FF;
}


/* Abstand fuer Inhaltselement Trenner */
.sub2spacer {
	color:#999999;
	padding-left: 20px;;
	height: 10px;
}


/* Klasse fuer Anzeige der dritten Menueebene */
.sub3 {
	padding-left: 40px;
}
#left .sub3aktiv  {
	color: #0841b2;
	padding-left: 40px;
}
#left .sub3aktiv a {
	color:#0841b2;
}
#left .sub3aktiv a:visited {
	color: #0841b2;
}
#left .sub3aktiv a:hover {
	color: #a1b7e3;
}
#left .sub3aktiv a:active {
	color: #0033FF;
}

/* Abstand fuer Inhaltselement Trenner */
.sub3spacer {
	color:#999999;
	padding-left: 40px;;
	height: 10px;
}

/* Klasse fuer Anzeige der Projektinformationen auf den Projektseiten */

#left .projekttitel {
	font-size:11px;
	font-weight:bold;
	color: #000000;
}

#left .projekttitel a {
	color: #000000;
}
#left .projekttitel a:visited {
	color:#000000;
}
#left .projekttitel a:hover {
	color: #0841b2;
}
#left .projekttitel a:active {
	color: #0033FF;
}

.menueheadline {
padding-bottom:15px;
font-weight:bold;
}

.menuespace {
height:160px;
}

.hellgrau {
color:#999999;
}


/*-- INHALTE DER LINKEN SPALTE, UNTER DEM SUBMENUE ------------------*/
#left_content {
padding-top:20px;
}

#left_content h1 {
margin-bottom:5px;
}

#left_content p {
line-height:18px;
}

#left_content a {
	text-decoration:none;
	border:0;
	color: #000000;
	}

#left_content a:visited {
	color: #000000;
}		
#left_content a:hover {
	color: #0841b2;
}
#left_content a:active {
	color:#0033FF;
}


/*-- SEITENINHALT: LINKS HOMEPAGE -------------------------------------------------------------------*/

#left_home {
font-size:12px;
	
}

#left_home p,#left_home  h1,#left_home  h2,#left_home h3, #left_home ul {
line-height:18px;
}

#left_home ul  {
list-style-type:none;
list-style-image:url(../templates_img/navi_marker.jpg);
list-style-position:inherit;
margin-top:0px;
margin-left:0px;
padding-left:00px;
}


#left_home li {
	padding-bottom:0px;
	margin-left:20px;
	}



/*-- SEITENINHALT: MITTE -------------------------------------------------------------------*/

#middle {
	float: left;	
	width: 480px;
	background-image:url(../templates_img/verlauf_3.jpg);
	background-repeat:no-repeat;
}


/*-- SEITENINHALT: MIDDLE_320 (etwas schmaler ---------------------*/

#middle_320 {
	float: left;	
	width: 480px;
	background-repeat:no-repeat;
}



#middle p,#middle  h1,#middle  h2,#middle h3, #middle ul {
padding-left:20px;
padding-right:20px;
line-height:18px;
}

#middle_320 p,#middle_320  h1,#middle_320  h2,#middle_320 h3, #middle_320 ul {
padding-left:20px;
padding-right:180px;
line-height:18px;
}

#middle a, #middle_320 a, #left_home a {
text-decoration:none;
color:#0841b2;
}
#middle a:visited, #middle_320 a:visited, #left_home a:visited  {
color:#0841b2;
}

#middle a:hover, #middle_320 a:hover, #left_home a:hover {
color:#a1b7e3;
}

#middle a:active, #middle_320 a:active, #left_home a:active {
color:#0033FF;
}

#middle p {
/*padding-bottom:20px;*/}

#middle h1, #middle_320 h1, #left_home h1 {
font-size:16px;
font-weight:lighter;
letter-spacing:1px;
padding-bottom:10px;
padding-top:20px;
}

#middle h2, #middle_320 h2, #left_home h2 {
font-size:12px;
font-weight:bold;
margin-top:00px;
}

#middle h3, #middle_320 h3, #left_home h3 {
font-size:12px;
font-weight:bold;
color:#666666;
margin-top:10px;
}

#middle h1 a, #middle h2 a, #middle h3 a, #middle_320 h1 a, #middle_320 h2 a, #middle_320 h3 a, #left_home h1 a, #left_home h2 a, #left_home h3 a { 
	color:#000000;
	}
#middle h1 a:visited, #middle h2 a:visited, #middle h3 a:visited, #middle_320 h1 a:visited, #middle_320 h2 a:visited, #middle_320 h3 a:visited, #left_home h1 a:visited, #left_home h2 a:visited, #left_home h3 a:visited { 
	color:#000000;
	}

#middle h1 a:hover, #middle h2 a:hover, #middle h3 a:hover, #middle_320 h1 a:hover, #middle_320 h2 a:hover, #middle_320 h3 a:hover, #left_home h1 a:hover, #left_home h2 a:hover, #left_home h3 a:hover { 
	text-decoration:none;
color:#0841b2;
	}

#middle ul, #middle_320 ul  {
list-style-type:none;
list-style-image:url(../templates_img/navi_marker.gif);
list-style-position:inherit;
margin-top:0px;
}

#middle li, #middle_320 li  {
	padding-bottom:0px;
	margin-left:20px;
}


#middle .csc-uploads {
padding-left:20px;
}

/*-- SEITENINHALT: RECHTS ---------------------*/
#right {
	float: left;
	width: 160px;
	padding-top:10px;
	font-size:11px;
}

#right_blue {
	float: left;
	width: 160px;
	
	font-size:11px;
	background-image:url(../templates_img/quadrat_160.jpg);
	background-repeat:no-repeat;
}

#right p, #right  h1, #right  h2, #right h3, #right ul, #right_blue p, #right_blue  h1, #right_blue  h2, #right_blue h3, #right_blue ul {
line-height:15px;
}

#right a, #right_blue a {
text-decoration:none;
color:#0841b2;
}
#right a:visited, #right_blue a:visited {
color:#0841b2;
}

#right a:hover, #right_blue a:hover {
color:#a1b7e3;
}

#right a:active, #right_blue a:active {
color:#0033FF;
}


#right h1, #right_blue h1 {
font-size:11px;
font-weight:bold;
padding-bottom:7px;
padding-top:20px;
margin-top:0px;
}

#right h2, #right_blue h2 {
font-size:11px;
font-weight:bold;
color:#666666;

}

#right ul, #right_blue ul {
margin-left:0;


}

#right li, #right_blue li {
	padding-bottom:0px;
	margin-left:0px;
}




/*-- SEITENINHALT: BORDER (NUR HOMEPAGE)--------------------------------*/
#border {
	float: left;
	
	width: 160px;
}


/*-- SEITENINHALT: FOOTER-----------------------------------------------*/
#footer {
	height: 60px;
	width: 940px;
	clear: both;
	font-size: 9px;
	color: #b4b4b4;
	word-spacing: 0.05em;
	padding-top: 20px;
	padding-left: 20px;
	padding-right:20px;
}


#footer a {	
	text-decoration:none;
	color:#b4b4b4;
}
#footer a:visited {	
	text-decoration:none;
}
#footer a:hover {	
	color:#505050;
}
#footer a:active {
	color:#0841b2;	
	
}
.footer_links {
text-align:left;
float:left;
}
.footer_rechts {
text-align:right;
float:right;
}


#admPanel {
position:absolute;
z-index:22;
left:1000px;
top:0px;
}


/*-- SEITENINHALT: FOOTER_BUTTONS-----------------------------------------------*/
#footer_buttons { height: 60px;	width: 560px; padding-left: 340px; padding-right:80px; margin-top:-100px; }


#footer_buttons .pinterest { float:left; margin-right:10px; margin-top:0px;}

#footer_buttons .twitter { float:left; margin-right:20px; margin-top:0px;}

/*#footer_buttons .facebook { float:right; margin-top: 0px;}*/

.fb-like { float:left; margin-left:-10px;}
	

/*-- KLASSEN ---------------------------------------------------------*/
.unsichtbar {
	display:none;
}


/*-- Login-Box -------------------------------------------------------*/
.tx-newloginbox-pi1 form {
padding-left:20px;
padding-top:5px;
padding-bottom:5px;
}



.tx-newloginbox-pi1 label {
font-size:11px;
}

.tx-newloginbox-pi1 input {

padding: 1px 1px 1px 1px;
width:240px;
font-size:10px;
border:#999999 solid 1px;
margin-bottom:3px;
}

/*-- Indexed Search / Suchseite -------------------------------------------*/

.tx-indexedsearch {
padding-left:20px;
}

/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		
		/*SEARCHBOX*/
		.tx-indexedsearch .tx-indexedsearch-searchbox {
			padding-top:10px;
			padding-bottom:10px;
				
			}
			
		/*EINGABEFELD*/
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
			width:200px;
			font-size:10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#666666;
			margin-left:5px;
			 }
			 
		/*BUTTON*/
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
			width:200px;
			font-size:10px;
			margin-top:10px;
			margin-bottom: 10px;
			margin-left:5px;
					 }
					 
		/*ERWEITERETE SUCHE AUSWAHL*/
		.tx-indexedsearch-selectbox-type, .tx-indexedsearch-selectbox-defop, .tx-indexedsearch-selectbox-sections  { 
			height:16px;
			font-size:10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			margin-top:5px;
			}
			
		/* linksbuendig  "erweiterte suche" */
		#middle .tx-indexedsearch-searchbox p {
		padding-left:0px;
		}
		
		
		
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:15px; margin-bottom:5px;  }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:normal; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:left; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-browsebox {margin-bottom:20px;}
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {  font-style:normal; color:#333333; font-size:11px; line-height:110%;}
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#cc0000; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; color:#666666; font-size:11px;}
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle;  }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold;  }



/* MINISEARCH */

.minisearch {
padding-left:0px;
}
.minisearch_eingabe {
width:80px;
margin-right:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

.minisearch_button {
width:60px;
margin-right:4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding-top:2px;
padding-bottom:2px;
border-color:#FF6600;
border-width:1px;
border-style:solid;
}

.minisearch_advanced {
padding-top:2px;
font-size:9px;
}


/*-- Stylesheet der Frontendbenutzerregistrierung -------------------------------------------*/

.tx-srfeuserregister-pi1 .info {
font-size:11px;
font-weight:bold;
color:#333333;

}


.tx-srfeuserregister-pi1 h4 {
padding-top: 20px;
padding-left: 20px;
font-weight:normal;
}

.tx-srfeuserregister-pi1 legend  {
font-weight: bold;

margin-left:0px;
}

.tx-srfeuserregister-pi1 fieldset {
border: 1px solid #ccc;
	background-color: #f0f0f0;
	padding: 15px;
	margin:10px 20px 20px 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
font-weight: normal;
font-size:11px;
margin-left:0px;
display:none;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
margin-bottom: 1em;
}

.tx-srfeuserregister-pi1 a {
font-size:11px;
}

.tx-srfeuserregister-pi1 label {
font-size:11px;
}

.tx-srfeuserregister-pi1 label span {
color: #ff0000;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
color: #cc0000;
font-size:10px;
line-height:12px;
}

#middle p.tx-srfeuserregister-pi1-error {line-height:12px; padding-left:0px; padding-right:0;}

.tx-srfeuserregister-pi1 input {
width:200px;
border:1px solid #ccc;
background:#f8f8f8 none;
-moz-box-shadow:0 0 5px #eee inset;
-webkit-box-shadow:0 0 5px #eee inset;
padding:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.tx-srfeuserregister-pi1 select {
padding: 1px 1px 1px 1px;
font-size:10px;
}

.tx-srfeuserregister-pi1 textarea {
padding: 1px 1px 1px 1px;
width:240px;
font-size:10px;
}

.tx-srfeuserregister-pi1 input[type=submit] {
width:auto;
padding:3px;
width:230px;
margin-bottom:5px;
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {
width:auto;
}

.tx-srfeuserregister-pi1 input[type=password] {
margin-right: 1em;
}


* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
margin-right: 1em;
}

.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] {
width:auto;
background-color: transparent;
}

* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox {
width:auto;
background-color: transparent;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
margin-left: 1em;
background-color: transparent;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover {
cursor: pointer;
}

.tx-srfeuserregister-pi1 a { 
	padding-left: 0px; 
	background-image:none; 
	}


.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
padding-left: 0px;
background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif");
background-color: transparent;
background-repeat: no-repeat;
font-size: .8em;
margin-left: 1em;
}

.tx-srfeuserregister-pi1 ul {
margin: 0;
padding: 0;
list-style-position: inside;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes {
list-style-type: none;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
margin: 0 0 .3em 0;
padding: 0;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label {
margin: 0;
padding: 0 0 0 .5em;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li {
float: left;
padding: 0 2em 0 0;
margin: 0;
}

.tx-srfeuserregister-pi1 dl {
}



.tx-srfeuserregister-pi1 dt {
text-align: left;
padding-bottom:15px;
float: left;
clear:both;
width:35%;

}

.tx-srfeuserregister-pi1 dd {
text-align: left;
float: left;

}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt {
width: auto;
padding-right: 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd {
width: auto;
}

* html .tx-srfeuserregister-pi1 dd {
float: none;
}

.tx-srfeuserregister-pi1 dd p {
margin-top: 0;
margin-bottom: .5em;
padding: 0;
}

.tx-srfeuserregister-pi1 dd label {
padding: 0 1em 0 .5em;
}

.confirm {
font-size:11px;
}

#middle p.tx-srfeuserregister-pi1-terms {font-size:10px; margin-top:-13px; line-height:14px;}


/* ---- Anmeldeformular ----- */
.tx-felogin-pi1>div {margin:0 20px 0 20px;}

.tx-felogin-pi1 legend  {
font-weight: bold;
margin-left:0px;
}

.tx-felogin-pi1 fieldset {
border: 1px solid #ccc;
	background-color: #f0f0f0;
	padding: 15px;
	margin:10px 20px 20px 0;
}