/* --- CSS Style v1.0, CasaRossa-Ristorant.de, June 2009     --- */
/*        Modifying or re/use without permission is denied!      */
/* ------------------------------------------------------------- */
/* History:                                                      */
/* CSS-Layout, Navigation oben, floated LI                       */
/* ------------------------------------------------------------- */

* {
	font-family: "Gill Sans MT", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

body, html {
}

body {
	background-color:#FFFFCC;
	color: #FFFFCC;
}

hr {
	height: 1px;
	width: 98%;	
	color: #FFFF99;
	background-color:#FFFF99;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
}

hr.stopfloat {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

a {
	color: #660000;
	letter-spacing: 0.1em;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	/* */
}
a:active {
	color: #FF3300;
}
a img {
	border: 0;
}

p a {
	color: #FFCC00;
	text-decoration: underline;
}
p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	padding-left: 2em;
	background:url(images/arrow.png) left center no-repeat;
}
h2 {
	font-size: 115%;
	font-weight: bold;	
}
h3 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}

dl {
	float: left;
	margin: 10px;
}
dt {
	line-height: 0;
	text-align: center;
}
dd {
	width: 146px;
	height: 40px;
	margin: 0;
	padding: 5px;
	font-size: 75%;
	text-align: center;
}
dl.bigger_dl {
	float: left;
	margin: 40px 10px 10px 10px;
}
dt.bigger_dt {
	line-height: 0;
	text-align: center;
}
dd.bigger_dd {
	width: 325px;
	height: 40px;
	margin: 0;
	padding: 5px;
	font-size: 75%;
	text-align: center;
}

strong {
	font-weight: bold;
}

img.bordered {
	border:1px solid #FFFFFF;
}

img.floatedLeft {
	float: left;
	margin-right: 20px;
	border:1px solid #FFFFFF;	
}
img.floatedRight {
	float: right;
	margin-left: 20px;;
	border:1px solid #FFFFFF;	
}
.floatedBoxL {
	float: left;
	width: 50%;
}
.floatedBoxR {
	float: right;
	width: 50%;
}

.centered {
	text-align: center;
}

.smaller {
	font-size: 90%;
}



/* --------------------------- DIV LAYER ---------------------- */
div#container {
	margin: 0 auto;
	width: 756px;
}
div#page_bottom {
	background: url(images/page_bottom.png) left center no-repeat;
	height: 20px;	
}
div#page_top {
	background: url(images/page_top.png) left center no-repeat;
	height: 20px;
}
div#top_logo {
	line-height: 100px;
	color: #000000;                        /* LOGO FEHLT NOCH */
	background: url(images/logo1_full.png) no-repeat 0 0;
	height: 100px;
}
div#navigation {
	margin-top: 1px;
	height: 100px;
	text-align: center;
	background:url(images/navibg.png) left center repeat-y;
}
div#content {
	background:url(images/navibg.png) left center repeat-y;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px 20px 10px 20px;
}
div#footer {
	padding-top: 0.5em;
	font-size: 70%;
	text-align: center;
	color: #000000;
}
div#footer a {
	font-size: 70%;
}
/* --------------------------- UL LI ---------------------- */
ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

li {
	float: left;
	width: 150px;
	height: 100px;
	margin-left:1px;
}
li a {
	display: block;
	line-height: 100px;
	text-decoration: none;
}
li a:hover {
	text-decoration: none;
}
li#start {
	background:url(images/start.png) left 0 no-repeat;
}
li#start_active {
	background:url(images/start.png) left -200px no-repeat;
}
li#start:hover {
	background:url(images/start.png) left -100px no-repeat;
}
li#ambiente {
	background:url(images/ambiente.png) left 0 no-repeat;
}
li#ambiente_active {
	background:url(images/ambiente.png) left -200px no-repeat;
}
li#ambiente:hover {
	background:url(images/ambiente.png) left -100px no-repeat;
}
li#cucina {
	background:url(images/cucina.png) left 0 no-repeat;
}
li#cucina_active {
	background:url(images/cucina.png) left -200px no-repeat;
}
li#cucina:hover {
	background:url(images/cucina.png) left -100px no-repeat;
}
li#fotografia {
	background:url(images/fotografia.png) left 0 no-repeat;
}
li#fotografia_active {
	background:url(images/fotografia.png) left -200px no-repeat;
}
li#fotografia:hover {
	background:url(images/fotografia.png) left -100px no-repeat;
}
li#kontakt {
	background:url(images/kontakt.png) left 0 no-repeat;
}
li#kontakt_active {
	background:url(images/kontakt.png) left -200px no-repeat;
}
li#kontakt:hover {
	background:url(images/kontakt.png) left -100px no-repeat;
}