/* Allgemeine Einstellungen */
body {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #AF2A39;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #AF2A39;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #16C1F3;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #16C1F3;
	text-decoration: underline;
	font-weight: bold;
}

img {
	border: 0px;
}

h1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

#rechts_logo {
	position: relative;
	top: -149px;
}

.rechts_inhalt {
	font-size: 11px;
	margin: 0px;
}

.align-center {
	text-align:center;
}

/* Tabelle modifizieren */
.contenttable {
	padding:0px;
	border-collapse:0px;
	border-spacing:0px;
}

/*Kontaktformular*/
.formbox {
	background:#FFFFFF;
	width: 100%;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #D4D1C7;
	border-right: 1px solid #D4D1C7;
	
}
.formbox_out {
	width: 100%;
	border-left: 1px solid #989178;
	border-top: 1px solid #989178;
	border-bottom: 1px solid #EAE9E3;
	border-right: 1px solid #EAE9E3;
	
}

.formbox_label {
	padding:0px;
	margin:0px;
	font-size: 10px;
}

/* Punktliste anpassen */

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type : none;
	list-style-image:url(../images/layout_btn_schwarz.gif);
	margin-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;	
}

/*ul.list {
	list-style-type : none;
	list-style-image:url(../images/sign_sitemap.gif);
	margin-left: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
}*/

/*Bild mit text anpassen*/
.csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Startseite */

#startseite_trenner {
	background: #00C0F3;
	width: 100%;
	height: 2px;
	border-style:solid;
	border-top-width: 12px;
	border-right-width: 0px;
	border-bottom-width: 12px;
	border-left-width: 0px;
	border-color: FFFCDF;
}

#partnerliste_trenner {
	background: #000000;
	width: 100%;
	height: 1px;
	border-style:solid;
	border-top-width: 20px;
	border-right-width: 0px;
	border-bottom-width: 12px;
	border-left-width: 0px;
	border-color: #F7E6DF;
}

#profil_trenner {
	background: #000000;
	width: 100%;
	height: 1px;
	border-style:solid;
	border-top-width: 12px;
	border-right-width: 0px;
	border-bottom-width: 12px;
	border-left-width: 0px;
	border-color: #FEEDE3;
}

#rezepte_trenner {
	background: #000000;
	width: 100%;
	height: 1px;
	border-style:solid;
	border-top-width: 20px;
	border-right-width: 0px;
	border-bottom-width: 12px;
	border-left-width: 0px;
	border-color: #ECF3E6;
}

/* Textfarben */
.text_rot {
	color:#AF2A38;
}
.text_hellrot {
	color:#E46C3F;
}
.text_gelb {
	color:#E9BB1F;
}
.text_gruen {
	color:#84B247;
}
.text_dunkelgruen {
	color:#006435;
}
.text_hellblau {
	color:#84BBDB;
}
.text_pink {
	color:#CA3A82;
}

.text_klein {
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
}


