/* ***************************************************** */
/*  GLOBALE PARAMETER */

*{
	margin: 0px;
	padding: 0px;
}

a img {
    border: 0 none;
}

img {
    border-color: white;
}

html,
body {
	border: 0px;
	height: 100%;
	text-align: center;
	font: 97% Arial, Helvetica, Verdana, sans-serif; /* Hier zentral die Textgröße der kompletten Site einstellen */
	color: #000;
	background: #fff;
/*	background: transparent;*/
}


/* ***************************************************** */
/*  Basis-Textformatierungen */


/* Standardtext*/

h1, Titel1, 
h2, Titel2,
h3, Titel3{
	font-weight: bold;
	background: transparent;
}


h1, Titel1{
	font-size: 1.6em;
}

h2, Titel2{

	font-size: 1.4em;	
}

h3, Titel3{
	font-size: 1.2em;
}

p, Absatz; 
a, 
li, 
th, 
td, 
label, 
input,
address,
pre{
	font-size: 0.80em; /*Hier Standardtextgr��e einstellen*/
	font-size: 13px;
} 


/* Reset von verschachtelten Elementen; verhindert Multiplikation mehrerer em-Werte */
p a, 
li h1,
li h2,
li h3,
li p,
li a,
td a,
td p,
td h1,
td h2,
td h3{
	font-size: 100%;
}


/* Zeilenh�he und Absatzabst�nde */
p,
pre, 
ul, 
ol{
	line-height: 1.2em;
	margin-top: 0.5em;
}

li{
	margin-left: 1.5em;
}

/* Standardhover */
a{
	color: blue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* ***************************************************** */
/*  REZEPTDATENBANK */

.rezeptdivs{
	width: 100%;
	height: auto;
	height: 13px;
	float: left;
	margin: 0px 0px 3px 5px;
	line-height: 11px;
}

.rezeptregister{
	width: 100%;
	height: 20px;
	float: left;
	background-color: #aec65e;
	color: white;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	margin: 10px 0px 5px 0px;
}


a.rezeptname:link, a.rezeptname:visited, a.rezeptname:hover, a.rezeptname:active{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #aec65e;
}


a.rezeptname:link, a.rezeptname:visited{
	color: #E2BB59;
	color: #E2BB6A;
	color: #aec65e;
}


a.rezeptname:hover,a.rezeptname:active{
	color: red;
	color: #87ba7a;
}


a.rezeptname:focus{
	outline: none;
}

/* ***************************************************** */
/*  POSITIONIERUNG */

#main{
	text-align: left;
}

#header{

}

#logo{

}

#content{

}

#content1{

}

#content2{

}

#content3{

}

#footer{

}

#navi_L0{

}

#navi_L1{

}

#navi_L2{

}

#navi_L3{

}
