/* CSS Document */
* {
	border: none;
}

body {
 background: #382927;
 margin-top: 0px;
 margin-bottom: 0px;
}  

td.bottom {
 background-image:  url(img/bg_bottom.jpg);
 background-repeat:no-repeat;
}

td.pagetitel {
 background: #f8b323;
 font-size: 27px;
 font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #ffffff;
}

td.orangetitel {
 color: #f8b323;
 font-size: 12px;
 font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

font.orangetitel {
 color: #f8b323;
 font-size: 12px;
 font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

font.smalltext {
 color: #ffffff;
 font-size: 12px;
 font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.smalltext {
 color: #ffffff;
 font-size: 12px;
 font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

font.bigtext {
 color: #ffffff;
 font-size: 14px;
 font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

font.smallpagetitel {
 color: #382927;
 font-size: 12px;
 font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #F8b323;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8b323;
}
a:hover {
	text-decoration: none;
	color: #F8b323;
}
a:active {
	text-decoration: none;
	color: #F8b323;
}

/* CMS Styles */

a.cms:link {color:white; text-decoration:none; font-size: 12px; font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.cms:visited {color:white; text-decoration:none; font-size: 12px; font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.cms:active {color:white; text-decoration:none; font-size: 12px; font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;}
a.cms:hover {color:white; text-decoration:none; font-size: 12px; font-family:  Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;}

input.subtitel {
 background-color: #fcd747;
 border-color: #382927;
 border: 1px solid;
 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

input.category {
background-color: #5a4b49;
 color: #f8b323;
 border: 1px solid #ffffff;
 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

input.food {
 background-color: #5a4b49;
 color: #ffffff;
 border: 1px solid #ffffff;
 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

select.category {
 background-color: #5a4b49;
 color: #f8b323;
 border: 1px solid #ffffff;
 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 150;
}

select.food {
 background-color: #5a4b49;
 color: #ffffff;
 border: 1px solid #ffffff;
 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 330;
}

textarea.smalltext {
 background-color: #5a4b49;
 color: #ffffff;
 border: 1px solid #ffffff;
 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

textarea.bigtext {
 background-color: #5a4b49;
 width: 100%;
 color: #ffffff;
 border: 1px solid #ffffff;
 font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
}
