/*
CSS Styles - ChefMedia.de
*/

/* ~~~~ CSS Reset ~~~~ */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img,
fieldset {
	border: 0;
}

body,
select,
input,
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

/* ~~~~ CSS Basics ~~~~ */
body { 
	background-color: #dedede;
}

a {
	color: #648528;
	text-decoration: underlien;
}

a.dokument {
	background: url(icon-dokument.gif) no-repeat 0 0;
	padding-left: 15px;
}

a.download {
	background: url(icon-download.gif) no-repeat 0 2px;
	padding-left: 15px;
}

/* ~~~~ Wrapper ~~~~ */
#wrapper { 
	background-color: #fff;
}

/* ~~~~ Header ~~~~ */
#header { 
	background: url(header-bg.gif) repeat-x left bottom;
}

#header .logo {
	left: 25px;
	position: relative;
	top: 20px;
}

#header .banner {
	position: absolute;
	right: 0px;
	top: 0px;
}

/* ~~~~ Left ~~~~ */

/* ~~~~ Sprachenwähler ~~~~ */

div.language {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	left: 20px;
	position: absolute;
	top: 103px;
}

div.language a {
	color: #fff;
}

div.language .deutsch {
	background: url(flagge-de.gif) no-repeat left 2px;
	font-size: 11px;
	padding-left: 20px;
}

div.language .italiano {
	background: url(flagge-it.gif) no-repeat left 2px;
	font-size: 11px;
	padding-left: 20px;
}

/* ~~~~ Navigation ~~~~ */
#left .mod_navigation {
	background: url(menu-bg.gif) repeat-y left top;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 180px;
}

#left .mod_navigation a,
#left .mod_navigation li.active {
	border: 0;
	color: #990000;
	text-decoration: none;
}

#left .mod_navigation ul.level_1 li.active,
#left .mod_navigation ul.level_2 li.active {
	font-weight: bold;
}

#left .mod_navigation ul {
	list-style-type: none;
}

#left .mod_navigation ul.level_1 {
	background: url(menu-bg.png) no-repeat left bottom;
	min-height: 233px;
	height: auto !important;	/* Hack fuer IE6 */
	height: 233px;
	padding: 8px 0 50px;
}

#left .mod_navigation ul.level_1 li {
	background: url(li-bg.gif) no-repeat left bottom;
	line-height: 17px;
	margin-left: 15px;
	padding: 3px 0 3px 3px;
}

#left .mod_navigation ul.level_1 li span.active {
	background: url(icon-menu-level-1.gif) no-repeat 0 4px;
	padding-left: 8px;
}

#left .mod_navigation ul.level_2 li {
	background: url(icon-menu-level-2.gif) no-repeat 1px 8px;
	font-weight: normal;
	line-height: 15px;
	margin-left: 5px;
	padding: 3px 0 6px 11px;
}

#left .mod_navigation ul.level_2 li span.active {
	background: none;
	padding: 0;
}

.branchenverzeichnis_button {
	margin: 0 0 15px 10px;
}

/* Kontaktformular */

span.mandatory {
	color: #990000;
	font-size: 12px;
}

#main p.error {
	color: #ee0000;
	font-weight: bold;
	padding: 0;
}

div.formbody input,
div.formbody textarea {
	border: 1px solid #c0c0c0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
}

div.formbody textarea {
	line-height: 15px;
}

div.formbody input.text {
	width: 170px;
}

div.formbody input.checkbox {
	border: 0;
}

div.formbody textarea {
	width: 100%;
}

div.formbody td.col_0 {
	vertical-align: middle;
		width: 110px;
}

div.formbody td.col_1 {
	padding-bottom: 5px;
}

div#ctrl_6.checkbox_container {
	border-top: 1px dashed #888888;
	padding: 4px 0;
}

div#ctrl_11.checkbox_container {
	border-bottom: 1px dashed #888888;
	padding: 4px 0;
}

/* ~~~~ Right ~~~~ */
#right {
	background: #e8e8e8 url(right-bg.gif) repeat-x left bottom;
	min-height: 110px;
}

#right .inside {
	padding: 10px;
}

#right strong {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

#right .messe {
	background: #fff;
	border: 1px solid #ddd;
	line-height: 1em;
	margin-bottom: 15px;
	padding: 5px;
}

#right img {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 3px;
	padding-bottom: 5px;
}

#right a {
	color: #000;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

/* ~~~~ Main ~~~~ */

#main .inside {
	/* background-color: #f37d0b; */
	font-size: 12px;
	padding: 28px 20px 20px 20px;
}

#main img {
	border: 1px solid #e4e4e4;
	padding: 2px;
}

#main .caption {
	color:#939393;
	font-size:11px;
}

#main a:active {
	position: relative;
	top: 1px;
}

#main a:hover {
	text-decoration: none;
}

#main p {
	line-height: 19px;
	margin: 5px 0 7px;
}

#main p.ueberschrift-klein {
	color: #990000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 12px;
	margin: 0;
	padding: 0 0 3px;
	text-transform: uppercase;
}

#main ul {
	margin-left: 30px;
	padding-top: 5px;
}

#main li {
	margin-bottom: 7px;
}

#main h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}

#main h2 {
	color: #990000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	margin-top: 15px;
	
}

#main h3 {
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 7px;
}


/* ~~~~ Footer ~~~~ */

/* ~~~~ Sortierer ~~~~ */

#main .sortierer ul {
	line-height:22px;
	list-style-type:none;
	margin-left:0px;
}

#main .sortierer li.erklaerung {
	font-weight:bold;
}

#main .sortierer li {
	font-size:13px;
	display:inline;
	margin-right:10px;
}

.logos {
	display:block;
	margin:5px 0;
	overflow:hidden;
}

.logos img {
	float:left;
	margin-right:7px;
}

.lieferanttext{
	display:block;
	overflow:hidden;
}

.lieferanttext strong{
	display:block;
}

#main li.lieferant{
	list-style-type:none;
	margin-bottom:15px;
}

#main p.lieferantendaten{
	margin-top:5px;
}