/*   CSS für Partyservice, http://www.metzgerei-odenkirchen.de/   */

body 	{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-repeat : no-repeat;
}

p, td, li	 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	background-repeat : no-repeat;
}

a		 {
	font-family: Arial, Helvetica, sans-serif;
	color : #770011;
	font-weight: bold;
    text-decoration: none;	
}

a:visit {
	font-family: Arial, Helvetica, sans-serif;
	color : #770011;
	font-weight: bold;
    text-decoration: none;	
}

a:hover	 {
	font-family: Arial, Helvetica, sans-serif;
	color : #CC0033;
	font-weight: bold;
    text-decoration: none;	
}

img {
	border-color : #666666;
}

/* SLOGAN */

.slogan        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	padding-left : 10px;
}


/* MENU */

.menu        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding-left : 5px;
	padding-right : 5px;
}

.menu:hover  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	text-decoration: none; 
	font-weight: normal
}

.menu:link        { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal
}

.menu:activ        { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #fff; 
	text-decoration: none; 
	font-weight: normal
}

.menu:visit        { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #fff; 
	text-decoration: none; 
	font-weight: normal
}


.menuact        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background : #333333;
	padding-left: 5px;
	padding-right: 5px;
}

.menuact:visit        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11 px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding-left : 5 px;
	padding-right : 5 px;
	background : #DA702F;
}


/* ADRESSE */

.addr        { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: normal;
	color: #000000;
}

.addr:link        { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13 px; 
	font-weight: bold;
	color : #CC0033;
}

.addr:hover        { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	color : #000000;
}

.addr:activt        { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13 px; 
	font-weight: bold;
	color : #DA702F;
}

.addr:visit        { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13 px; 
	font-weight: bold;
	color : #DA702F;
}

/* BODY */

.body {
	text-align : center;
}


/* LOGO */

.logo {
	padding-left : 10px;
}


/* TEXT */

H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	font-size: 16px;
	font-weight: bold;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-top : 10px;
	margin : 0px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	font-size: 13px;
	padding : 10px;
	margin : 0px;
}

.text {
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-top : 5px;
	margin : 0px;
}

.part {
	text-decoration : none;
	text-align : center;
	font-weight : bold;
	color: #DA702F;
}


.nachoben {
	font-size: 11px;
	padding-right: 10px;
}

/*PREISLISTE*/

.preisliste {
	color : White;
	border : 1px solid #DA702F;
	border-left : none;
}

.preisliste_head {
	font-size: 14px;
	font-weight : bold;
	color : White;
	background-color: #DA702F;
	border-left : none;
}

.preisliste1 {
	color: #8A0426;
	background-color: #FEECC2;
	border : 1px solid #DA702F;
	border-right : none;
	border-bottom : none;
}

.preisliste2 {
	color: #8A0426;
	background-color: #FEF1D4;
	border : 1px solid #DA702F;
	border-right : none;
	border-bottom : none;
}

/*IDENTCARD*/

.identcard {
	background-color : #FEFBF2;
}

/*FORM*/

.form {
	width : 250px;
}

.form1 {
	width : 170px;
}

.plz {
	width : 53px;
}

.stadt {
	width : 193px;
}
.table {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
html {
  overflow: -moz-scrollbars-vertical;
}

