/* ************ Allgemeine Formatierungen ************ */
*{
	font-family:Arial,Verdana, Helvetica, sans-serif;
}


body
{
    margin:0px;
    padding:0px;
	background-color : #FFFFFF;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;

}
html 
{
    height:100%;
}

/* *********************** DIV's ******************** */

#div
{
	display: none;
}



/* 
	Beispielstyles: 
	background-image: url(../images/arrow_small.gif);	--> Hintergrundbild
	background-repeat: no-repeat;						--> Ausbreitung des Hintergrundbildes
	text-transform: uppercase;							--> Text in Großbuchstaben
	list-style-type: none;  							--> Aufzählungstyp
	list-style-image: url(../images/arrow_small.gif);	--> Bild für Aufzählungszeichen
*/

/* ******************************* DIV's ****************************** */



#drucklogo {
	display: block;	
	clear: both;
	width: 119px;
	height: 77px;
	margin: 0px!important;
	padding: 0px!important;
}


#languageMenu{
	display: none;
}


#container
{
	margin: 0px;
	padding: 0px;
	width: 640px;
	background-color: #ffffff;
}


#header{
	display: none;
}

#mainMenuArea{
	display: none;
}

#whereIAm{
	display: none;
}

#contentArea{
	padding:0px;
	text-align: left;
}

#content
{
/*	background-color: #66CCFF;*/
	width: 620px;
	margin: 0px;
	padding: 0px;
	padding:20px 0px 0px 20px;
}

#contentRight{
	display: none;
}

#bottomArea{
	display: none;
}



#homeContentArea{
	margin-top : 0px;
	height: 120px;
}

/* *********************** Formatierungsklassen *********************** */
.boxRightContent{
	border: 4px solid #caedfb;
	padding: 5px 5px 5px 15px;
	width: 270px;
	margin-bottom: 30px;
}
.boxRightContentLast{
	border: 4px solid #caedfb;
	padding: 5px 5px 5px 15px;
	width: 270px;
	margin-bottom: 0px;
}
.linieUntenDick{
	width: 602px;
	height: 5px;
	line-height: 5px;
	background-color: #c9edfb;
	border-bottom: 1px solid #007bbc;
	margin: 15px 0px 15px 0px;
	clear: both;
}

.linieUnten{
	width: 602px;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #007bbc;
	margin: 15px 0px 15px 0px;
	clear: both;
}
.rahmen{
	border: 3px solid #caedfb;
	padding: 0px 10px;
	margin : 0px;
	clear: both;
}
.rahmen p{
	padding-top: 0px ;
	margin-top : 0px;
}


/* Formatierung für Rzeptansicht */
div.firstelement {
	display: none;
}

.user-contentmenu-pi1-recipe {
	display: none;
}
.rezeptseperator {
	display: none;
	
}
#printrezept {
	display: none;
}

/************************ Formatierungen Menüs *********************** */

/***Languagemenü***/
#languageMenu {
	display: none;
}


/***Bottommenü***/
#bottomArea a{
	text-decoration: none;
}

/*WhereIAM*/
#whereIAm a{
	display: none;
}

/*Mainmenu*/

#mainMenuArea {
	display: none;
}



/* ************************************ Überschriften ********************************** */
h1
{
	font-size: 14px;
	color: #0B7EC3;
	font-weight: bold;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	color: #9C9D9F;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	color: #28B4E4;
}
h4
{
	font-size: 12px;
	font-weight: bold;
	color: #9C9D9F;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	color: #28B4E4;
}
h6
{
	font-size: 11px;
	font-weight: bold;
}

.ContentLast {
	border: 1px solid #A5A5A5;
	padding: 5px;
}

