html, body {
	background-color: #FFF;
	font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	height: 100%;
	}
img {
    border: 0px;
    }

a {
    color: #E94E1A;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }

#hauptbox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

#header {
	left: 0;
	top: 0;
	height: 95px;
	background: #fff url("../gfx/header/logo.jpg") 17px 0px no-repeat;
	}

#container {
	margin-left: 30px;
	/*margin-top: 25px;
	margin-bottom: 20px;*/
	padding-top: 25px;
	padding-bottom: 20px;
	width: 900px;
	overflow: hidden;
	/* background: #f00; */
    background: url("../gfx/bg/ns1.jpg") right bottom no-repeat;
	}

#container_forum {
	margin-left: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	width: 900px;
	overflow: hidden;
	}

#container .column {
	float: left;
	}


.spacer_spalte {
	float: left;
	width: 30px;
	}

/* Menu CSS Start*/

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #DCDCDC;
	height: 20px;
	}

#menu .ecke_links {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 20px;
	background: #DCDCDC url("../gfx/menu/rundung_links.jpg") no-repeat;
	}

#menu .ecke_rechts {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 20px;
	background: #DCDCDC url("../gfx/menu/rundung_rechts.jpg") no-repeat;
	}

#menu ul {
	position: absolute;
	top: 0px;
	left: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#menu ul li {
	position: relative;
	display: block;
	float: left;
	width: 142px;
	height: 18px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	/*background-color: #ECECEC;*/
	background: #ECECEC url("../gfx/menu/li_bg.jpg");
	border: 1px solid #DCDCDC;
	}

#menu ul li:hover {
    /* background-color: #FFF; */
	background: #FFF url("../gfx/menu/li_bg_hover.jpg");
    }

#menu ul li a {
	display: block;
	color: #414141;
	text-decoration: none;
	padding-left: 10px;
	height: 100%;
	}
#menu ul li a:hover {
    /*background-color: #FFF;*/
	background: #FFF url("../gfx/menu/li_bg_hover.jpg");
	}

#menu ul li ul {
	position: absolute;
	left: -2px;
	width: 145px;
	top: 19px;
	display: none;
	}

#menu ul li ul li {
	border-top: none;
	font-size: 13px;
	line-height: 18px;
	border-left: 2px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	background: #FFF url("../gfx/menu/li_ul_li_bg.jpg");
	font-weight: normal;
	}
#menu ul li ul li a:hover {
	background-color: #ECECEC;
	}

#menu ul li:hover ul, #menu li.over ul {
	display: block;
	} /* The magic */

#menu input {
	position: absolute;
	left: 780px;
	top: 0px;
	width: 143px;
	height: 15px;
	padding-left: 5px;
	padding-top: 2px;
	border: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #DCDCDC;
	font-size: 10px;
	letter-spacing: 1px;
	}

#menu input:focus {
    background-color: #FF9564;
    }

/* Menu CSS - ENDE */

/* Inhalt CSS - Start */

#inhalt {
	width: 510px;
	}

#inhalt div {
	/*background-color: #DCDCDC;*/
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	}

#inhalt div h1 {
	background: url("../gfx/h1_hintergrund.gif") 0px 0px no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	}

#inhalt div h2 {
	background: url("../gfx/h2_hintergrund.gif") 0px 0px no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	}

#inhalt div h2 a {
	color: #444;
    }

#inhalt div a {
    color: #000;
    text-decoration: none;
    }

#inhalt div a:hover {
    color: #E94E1A;
    }

#inhalt div .text {
	margin-left: 1px;
	margin-right: 1px;
	width: 488px;
	padding: 10px;
	overflow: hidden;
	/* background-color: #ECECEC; */
	/* background: url("../gfx/ecke.gif") bottom right no-repeat; */
	}

#inhalt div .text a {
    color: #E94E1A;
    text-decoration: none;
    }

#inhalt div .text a:hover {
    text-decoration: underline;
    }

#inhalt div .text ul {
    margin: 0px;
    padding-left: 15px;
    }

#inhalt div .text img {
    border: 0;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
    }

#inhalt div .text .bilderrahmen {
    background-color: #DDD;
    width: 160px;
    height: 125px;
	margin: 1px;
	float: left;
    }

#inhalt div .text .bilderrahmen img {
    display: block;
    border: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
    }

#inhalt div .abschlussleiste {
	margin-left: 1px;
	margin-right: 1px;
	width: 508px;
	height: 13px;
	line-height: 13px;
	}

#inhalt div .abschlussleiste .datum {
	line-height: 13px;
	/*position: relative;*/
	/*left: 0px;*/
	float: left;
	width: 100px;
	height: 13px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	}

#inhalt div .abschlussleiste .mehr {
	line-height: 13px;
	/* position: relative; */
	float: right;
	/* top: -13px; */
	width: 100px;
	height: 13px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	}

#inhalt div .abschlussleiste .mehr a {
	display: block;
	color: #E94E1A;
	font-weight: bold;
	text-decoration: none;
	height: 13px;
	}
#inhalt div .abschlussleiste .mehr a:hover {
	background-color: #ECECEC;
	}

#inhalt div .abschlussleiste .seitenauswahl {
	line-height: 13px;
	/* position: relative; */
	float: right;
	/* top: -13px; */
	width: 100px;
	height: 13px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	/*background-color: #ECECEC;*/
	}

#inhalt div .abschlussleiste .seitenauswahl a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
#inhalt div .abschlussleiste .seitenauswahl a:hover {
    color: #E94E1A;
	}

#inhalt div .text .kontaktformular {
    background-color: #fff;
    border: 1px solid #E94E1A;
    }

#inhalt div .text .kontaktformular .label_box {
    float: left;
    width: 200px;
    background: 0;
    }

#inhalt div .text .kontaktformular .input_box {
    float: left;
    width: 265px;
    background: 0;
    }

#inhalt div .text .kontaktformular .label_box div {
    line-height: 25px;
    background: 0;
    }

#inhalt div .text .kontaktformular .input_box div {
    line-height: 25px;
    background: 0;
    }

#inhalt div .text .kontaktformular input {
    width: 100%;
    border: 1px solid #999;
    background-color: #fff;
    font-family: verdana;
    font-size: 11px;
    }

#inhalt div .text .kontaktformular input:focus {
    background-color: #FF9564;
    }

#inhalt div .text .kontaktformular textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #999;
    font-family: verdana;
    font-size: 11px;
    }

#inhalt div .text .kontaktformular textarea:focus {
    background-color: #FF9564;
    }

#inhalt .ueber_uns {
    background: url("../gfx/ueber_uns_bg.jpg") 0px 0px no-repeat;
    padding: 10px;
}

#inhalt .ueber_uns h2 {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #333;
    background: 0;
    padding: 0;
    letter-spacing: 1px;
    }

#inhalt .ueber_uns table {
    margin-top: 10px;
    width: 350px;
    line-height: 18px;
    }

#inhalt .ueber_uns table .ueber_uns_name {
    width: 100px;
    vertical-align: top;
    font-weight: bold;
    font-style: italic;
    }

#inhalt .ueber_uns table .ueber_uns_wert {
    vertical-align: top;
    text-align: left;
    }

/* Inhalt CSS - ENDE */

/* Spalte_1 CSS - Start */

#spalte_1 {
	width: 180px;
	background-color: #DCDCDC;
	font-size: 11px;
	}

#spalte_1 h1 {
	background: url("../gfx/h1_bg.jpg") 8px 8px no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	}

#spalte_1 .heller {
	margin-left: 1px;
	margin-right: 1px;
	width: 158px;
	padding: 10px;
	background-color: #EEEEEE;
	}

#spalte_1 .heller div input {
    width: 97%;
    border: 0px solid #999;
    background-color: #fff;
    font-family: verdana;
    font-size: 11px;
    margin-top: 5px;
    }

#spalte_1 a {
    color: #E94E1A;
    text-decoration: none;
    }

#spalte_1 a:hover {
    text-decoration: underline;
    }

#spalte_1 div img {
	margin-left: auto;
	margin-right: auto;
	border: 0;
	}

#spalte_1 div ul {
	padding-left: 10px;
	margin: 0;
	width: 138px;
	list-style: square;
	list-style-image: url("../gfx/list-style-image.gif");
	line-height: 18px;
	}

#spalte_1 div ul a {
    text-decoration: none;
    color: #000;
	}

#spalte_1 div ul a:hover {
    text-decoration: underline;
	}

#spalte_1 .start {
    width: 180px;
    height: 430px;
    background: url("../gfx/teaser/start.jpg") no-repeat;
    }

#spalte_1 .inhalt {
    width: 180px;
    height: 430px;
    background: url("../gfx/teaser/inhalt.jpg") no-repeat;
    }

#spalte_1 .media {
    width: 180px;
    height: 430px;
    background: url("../gfx/teaser/media.jpg") no-repeat;
    }

#spalte_1 .kontakt {
    width: 180px;
    height: 430px;
    background: url("../gfx/teaser/kontakt.jpg") no-repeat;
    }

#spalte_1 .suche {
    width: 180px;
    height: 430px;
    background: url("../gfx/teaser/suche.jpg") no-repeat;
    }


/* Spalte_1 CSS - Ende */

/* Spalte_2 CSS - Start */

#spalte_2 {
	width: 150px;
	background-color: #DCDCDC;
	font-size: 11px;
	}

#spalte_2 h1 {
	background: url("../gfx/h1_bg.jpg") 8px 8px no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	}

#spalte_2 .heller {
	background-color: #EEEEEE;
	width: 128px;
	margin-left: 1px;
	margin-right: 1px;
    padding: 10px;
	}

#spalte_2 .heller div {
    width: 128px;
    }


#spalte_2 .heller div a {
    color: #E94E1A;
    text-decoration: none;
    }

#spalte_2 .heller div a:hover {
    text-decoration: underline;
    }

#spalte_2 .heller div input {
    width: 97%;
    border: 0px solid #999;
    background-color: #fff;
    font-family: verdana;
    font-size: 11px;
    margin-top: 5px;
    }

/* Spalte_2 CSS - Ende */

/* Fussleiste CSS - Start */

#fussleiste {
	clear: both;
	position: relative;
	background-color: #DCDCDC;
	height: 15px;
	}

#fussleiste .ecke_links {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 15px;
	line-height: 15px;
	background: #DCDCDC url("../gfx/fussleiste/rundung_links.jpg") no-repeat;
	}

#fussleiste .ecke_rechts {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 15px;
	line-height: 15px;
	background: #DCDCDC url("../gfx/fussleiste/rundung_rechts.jpg") no-repeat;
	}

#fussleiste .linkleiste {
    position: absolute;
    left: 40px;
	top: 1px;
	font-size: 11px;
	height: 13px;
	font-family: verdana, arial, sans-serif;
	}

#fussleiste .linkleiste a {
    display: block;
    float: left;
    margin-right: 1px;
	color: #000;
	text-decoration: none;
    width: 50px;
    text-align: center;
    background-color: #ECECEC;
    }

#fussleiste .linkleiste a:hover {
	background-color: #F7F7F7;
    }


#fussleiste .copyright {
	position: absolute;
	right: 210px;
	top: 1px;
	width: 180px;
	height: 13px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
	text-align: center;
	}

#fussleiste .copyright a {
	display: block;
	color: #000;
	text-decoration: none;
	}

#fussleiste .copyright a:hover {
	background-color: #F7F7F7;
	}

#fussleiste .zurueck {
	position: absolute;
	right: 130px;
	top: 1px;
	width: 50px;
	height: 13px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
	text-align: center;
	}

#fussleiste .zurueck a {
	display: block;
	color: #E94E1A;
	font-weight: bold;
	text-decoration: none;
	}
#fussleiste .zurueck a:hover {
	background-color: #F7F7F7;
	}

#fussleiste .oben {
	position: absolute;
	right: 80px;
	top: 1px;
	width: 49px;
	height: 13px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
	text-align: center;
	}

#fussleiste .oben a {
	display: block;
	color: #E94E1A;
	font-weight: bold;
	text-decoration: none;
	background: url("../gfx/fussleiste/top.jpg");
	}
#fussleiste .oben a:hover {
	background: url("../gfx/fussleiste/top_hover.jpg");
	}

#fussleiste .vorwaerts {
	position: absolute;
	right: 30px;
	top: 1px;
	width: 49px;
	height: 13px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
	text-align: center;
	}

#fussleiste .vorwaerts a {
	display: block;
	color: #E94E1A;
	font-weight: bold;
	text-decoration: none;
	}
#fussleiste .vorwaerts a:hover {
	background-color: #F7F7F7;
	}

/* Fussleiste CSS - Ende */

/* Slideshow CSS - Start */

#container #fotodetails {
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
}

#container #fotodetails h1 {
	background: #DCDCDC url("../gfx/h1_bg.jpg") 8px 8px no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#container #fotodetails .text{
	margin-left: 1px;
	margin-right: 1px;
	padding: 10px;
	overflow: hidden;
	/* background-color: #ECECEC; */
}

#container #foto_kasten {
    background-color: #ECECEC;
    padding: 10px;
    margin-top: 10px;
}

#container #foto_kasten #zentrieren {
    width: 800px;
}

#container #foto_kasten #zentrieren img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#container #slideshow {
    float: right;
    width: 70px;
}

#container #slideshow .vor {
    height: 20px;
    border: 1px solid #E94E1A;
    margin-bottom: 10px;
}

#container #slideshow .vor a {
    background: #fff url("../gfx/slide_unten.jpg");
    text-decoration: none;
    display: block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #E94E1A;
    font-weight: bold;
}

#container #slideshow .vor a:hover {
    background: #E94E1A url("../gfx/slide_unten_hover.jpg");
    color: #fff;
}
#container #slideshow .zurueck {
    height: 20px;
    border: 1px solid #E94E1A;
    margin-bottom: 10px;
}

#container #slideshow .zurueck a {
    background: #fff url("../gfx/slide_oben.jpg");
    text-decoration: none;
    display: block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #E94E1A;
    font-weight: bold;
}

#container #slideshow .zurueck a:hover {
    background: #E94E1A url("../gfx/slide_oben_hover.jpg");
    color: #fff;
}

#container #slideshow .bilderrahmen {
    background-color: #fff;
    margin-bottom: 10px;
}

#container #slideshow .bilderrahmen img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 53px;
    border: 0;
}

#container #slideshow .icons {
    padding-top: 10px;
    margin-right: -5px;
    text-align: right;
}

#container .bild_fussleiste {
    background-color: #ECECEC;
    text-align: right;
    padding: 5px;
    margin-top: 10px;
    font-size: 10px;
}

/* Slideshow CSS - Ende */

/* Fehlerseite CSS - Start */

#container #fehlerausgabe {
    width: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #BCBCBC;
}
#container #fehlerausgabe h1 {
    margin: 0;
    padding: 0;
    display: block;
    background-color: #ECECEC;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
#container #fehlerausgabe div {
    margin: 10px;
    font-size: 11px;
    line-height: 17px;
    text-align: justify;
}

/* Fehlerseite CSS - Ende */

/* Profil CSS - Start */

#container #inhalt .text .visitenkarte {
    border: 2px solid #ddd;
    overflow: hidden;
    width: 60%;
    float: left;
}

#container #inhalt .text .visitenkarte .links {
    float: left;
    width: 70%;
}

#container #inhalt .text .visitenkarte .links h2 {
    background: #E94E1A;
    height: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
    margin-bottom: 40px;
}
#container #inhalt .text .visitenkarte .links .orange_rundung {
    float: left;
    width: 15px;
    height: 30px;
    margin-top: 60px;
    background: #fff url("../gfx/profil/orange_rundung.jpg");
}

#container #inhalt .text .visitenkarte .rechts {
    float: left;
    width: 30%;
    padding: 0;
}

#container #inhalt .text .visitenkarte .rechts img {
    float: right;
    margin: 0;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}

#container #inhalt .tab_inhalt .empfehlung {
    overflow: hidden;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#container #inhalt .tab_inhalt .empfehlung .stimmen {
    float: left;
    background: #3C9437 url("../gfx/gruen_fade.jpg");
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 20%;
    line-height: 50px;
}

#container #inhalt .tab_inhalt .empfehlung .stimmen a {
    color: #fff;
    height: 20px;
    background: url("../gfx/orange_fade.jpg");
}

#container #inhalt .tab_inhalt .empfehlung .stimmen a:hover {
    background: #E94E1A;
}

#container #inhalt .tab_inhalt .empfehlung .beschreibung {
    float: left;
    width: 65%;
}

#container #inhalt .tab_inhalt .empfehlung .beschreibung h3 {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    background-color: #eee;
}

#container #inhalt .tab_inhalt .empfehlung .beschreibung div {
    margin: 0;
    padding: 10px;
}

#container #inhalt .tab_inhalt .empfehlung .foto {
    float: left;
    width: 15%;
}

#container #inhalt .tab_inhalt .empfehlung .foto img {
    display: block;
    float: right;
}


#container #inhalt .text .profil_stats {
    border: 2px solid #ddd;
    float: right;
    height: 130px;
    width: 35%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

#container #inhalt .text .meldung {
    background-color: #FFD1C1;
    border: 2px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
}

#container .profil_daten {
    border: 2px solid #ddd;
    width: 100%;
    margin-top: 10px;
    border-spacing: 0px;
}

#container .profil_daten td {
    padding: 5px;
}

#container .profil_daten .ungerade {
    background-color: #eee;
}

#container .profil_daten .links {
    font-weight: bold;
    width: 30%;
}

#container .profil_daten .rechts {
    width: 70%;
}

#container .profil_daten input {
    background-color: #fff;
    margin-right: 2px;
    border: 1px solid #999;
    background-color: #fff;
    font-family: verdana;
    font-size: 11px;
}

#container .profil_daten input:focus {
    background-color: #FF9564;
}

#container .profil_daten textarea {
    margin-right: 2px;
    width: 90%;
    height: 50px;
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    width: 100%;
    height: 100px;
    border: 1px solid #999;
    font-size: 11px;
}

#container .profil_daten textarea:focus {
    background-color: #FF9564;
}

#container #inhalt .text .profil_beitraege {
    border: 2px solid #ddd;
    padding: 5px;
    margin-top: 10px;
}

#container #inhalt .text .profil_beitraege h3 {
    margin: 0;
    padding: 0;
}

#container #inhalt .text .profil_pinnwand {
    border: 2px solid #ddd;
    padding: 5px;
    margin-top: 10px;
    padding-bottom: 0;
}

#container #inhalt .text .profil_pinnwand h3 {
    margin: 0;
    padding: 0;
}

#container #inhalt .text .profil_pinnwand h4 {
    text-align: right;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#container #inhalt .text .profil_pinnwand .eintrag {
    background-color: #ddd;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;
}

#container #inhalt .text .profil_pinnwand .nachricht {
    float: left;
    width: 340px;
}

#container #inhalt .text .profil_pinnwand .nachricht .text{
    margin: 5px;
    width: 340px;
    background-color: #fff;
}

#container #inhalt .text .profil_pinnwand .info {
    float: right;
    width: 100px;
}

#container #inhalt .text .profil_pinnwand .info img {
    display: block;
    float: right;
    margin: 0;
    margin-top: 5px;
}


/* Profil CSS - Ende */

.oranger_balken {
    display: block;
	font-size: 0;
	height: 5px;
	line-height: 5px;
	background-color: #E94E1A;
	}

.grauer_balken {
    display: block;
	font-size: 0;
	height: 5px;
	line-height: 5px;
	background-color: #CCC;
	}

.hoch {
	font-style: italic;
	color: #E94E1A;
	}

.kursiv {
	font-style: italic;
	}

.fett {
	font-weight: bold;
	}

.pixel_rahmen {
	height: 1px;
	font-size: 0;
	line-height: 1px;
	}

.glossar_buchstabe {
    float: left;
    text-align: center;
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border: 1px #AAA solid;
    margin-right:-1px;
    }

.glossar_buchstabe a {
    display: block;
    }

.glossar_buchstabe a:hover {
    background-color: #CCC;
    }

.antifloat {
	clear: all;
	font-size: 1px;
	line-heigt: 1px;
	height: 1px;
	}

.forum_h1 {
	background: #DCDCDC url("../gfx/h1_bg.jpg") 8px 8px no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input:focus {
    background-color: #FF9564;
}