@CHARSET "UTF-8";

html {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
    height: 100%;
	font-family: Arial;
	background: url("../images/schatten_l.png") no-repeat scroll center top transparent;
}

a img {
	border: 0;	
}

#wrapper {
	position: relative;
	width: 960px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.rezeptdatenbank #wrapper {
	background: url("../images/rezept_background.jpg") no-repeat scroll center top #ffffff;
}

.shop #wrapper {
	background: url("../images/shop_background.jpg") no-repeat scroll center top #ffffff;
}

#header {
	height: 290px;
	position: relative;
    background: url("../images/navi_oben.png") no-repeat scroll center top transparent;
}

#header .fb_logo_head {
	position: absolute;
	top: 5px;
	right: 0px;
}

#logo {
    background: url("../images/logo-blau.png") no-repeat scroll 0 0 transparent;
    position: relative;
    top: 7px;
    left: 55px;
    width: 150px;
	height: 128px;
	cursor: pointer;
}


#navigation {
    background-image: url("../images/navi_bg.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 67px;
    right: 0px;
    height: 60px;
    width: 600px;
}

#footer {
	line-height: 1.6;
    text-align: left;
	border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    background-image: url("../images/footer.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    clear: both;
    height: 136px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
    position: absolute;
    vertical-align: bottom;
    width: 960px;
    bottom: 0px;
}

div#footer div.moduletable ul.menu {
	border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	list-style: none outside none;
    bottom: 25px;
    position: absolute;
    right: 180px;
    vertical-align: bottom;
    font-family:	helvetica,arial,sans-serif;
	font-size:	12.5px;
	font-weight:	400;
	font-style:	normal;    
}

div#footer div.moduletable ul.menu li {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    display: inline;
    font-family:	helvetica,arial,sans-serif;
	font-size:	12.5px;
	font-weight:	400;
	font-style:	normal;
}

ul.menu li#item-147, ul.menu li#item-148, 
ul.menu li#item-149, ul.menu li#item-150, 
ul.menu li#item-151, ul.menu li#item-152, 
ul.menu li#item-153, ul.menu li#item-154, 
ul.menu li#item-234 {
    /*border-right: 1px solid #FFFFFF;*/
}

div#footer a:link, div#footer a:visited {
    color: #1B57B1;
    font-weight: normal;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

div#footer a {
	border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: medium none;
}

div#footer div.moduletable ul.menu li a:link, 
div#footer div.moduletable ul.menu li a:visited {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

div#footer div.moduletable form div.search {
    left: 785px;
    position: absolute;
    top: 112px;
}

div#footer input, div#footer select, div#footer button, div#footer label, div#footer form {
	font-family:	helvetica,arial,sans-serif;
	font-size:	11px;
	font-weight:	400;
	font-style:	normal; 
    cursor: pointer;
}

#main form {
	color: #004e9e;
	font-size: 14px;
}

#main form input, #main form select, #main form textarea {
	
}

#main form textarea {
	width: 300px;
	height: 100px;
}

#main form button.orange, #main form input.orange {
	cursor: pointer;
	border: 0px;
	color: #fff;
	width: 120px;
	float: right;
	background: #e86708;
	
	padding: 1px;
	margin-top: 0px;
	
	box-shadow: none;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
}

