@import url(/styles/live/pastaplus/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/formmanager.css);
@import url(/styles/live/pastaplus/navigation.css);
@import url(/styles/live/pastaplus/rezepte.css);
@import url(/styles/live/autosuggest_inquisitor.css);
@import url(/styles/live/livetranslate.css);

/* Structure */
html, body {
    background-color : #F8EDD2;
    background-image: url(/images/pastaplus/bg.gif);
}

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #003274;
    border:0;
    text-align : left;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #EE1C25;
    border:0;

}

a:hover {
    text-decoration: none;
    color: #000;
}

a.lang{
    text-decoration: none;
    color: #fff;
}

a.lang:hover{
	text-decoration:none;
	color: #EE1C25;
}

/* um das Hilcona Logo linkbar zu machen*/
a.logo{
	width: 150px;
	height: 75px;
	display: block;
}

div.logo{
	position: absolute;
	left: 330px;
	top: 50px;
	border: 0px;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container_tb {
	position: relative;
    margin: 0 auto;
    width: 810px;
	background-color: #F8EDD2;
	border-left: 1px solid #F0DFB7;
	border-right: 1px solid #F0DFB7;
}

div#container {
    width: 800px;
    vertical-align: middle;
    padding-left: 5px;
    position:relative;
}

a.skyscraper {
    position: absolute;
    right: -130px;    
}

div.contentmain{
	padding-top: 10px;
}


#header {
	height: 80px;
	float: left;
    width: 800px;
	background-image: url(/images/pastaplus/headerbg.jpg);
}

div.lang{
	float:left;
	color: #fff;
	padding-left: 9px;
	padding-top: 10px;
	font-size: 10px;
}

div.icons{
	float: right;
	height: 72px;
	color: #618FCD;
	padding-top: 8px;
	padding-right: 7px;
}

div.headerpic{
	float:left;
	height: 170px;
	width: 800px;
}

div.sidebar{
	float:right;
	width: 194px;
	padding-top: 20px;
	z-index:99;
}

div.relation{
	padding-bottom: 10px;
}

div.footerinner{
	float:left;
	color: #FFFFFF;
	width: 784px;
	font-size: 11px;
	padding: 16px 0px 0px 13px;
}

div.footerleft{
	float:left;
}

a.footerright{
	color: #fff;
}

a.footerright:hover{
	color: #EE1C25;;
}

div.footerright{
	float:right;
}

#content {
    width: 600px;
    min-height: 412px;
    height: auto !important;  /* for modern Browsers */
    height: 412px;  /*for IE */
    float:left;
}

div.contentinner{
	padding: 18px 0px 0px 12px;
	float:left;
	width: 588px;
	}


#footer {
    background-image: url(/images/pastaplus/footerverlauf.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    width: 810px;
    height: 36px;
    clear: both;
}

/* Verschiebt den Text von Relations 5 px nach rechts*/

div.introduction_side{
	float:left;
	width: 180px;
	padding: 5px 0px 10px 5px;
}

/* Inhalt und Bilder eines Chapters */
div.chapterdiv{
	padding-top: 10px;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul{
	list-style-position:outside;
}

/* --- */
/* validator icons */
/* --- */

#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

/* --- */
/* Startseiten Definitionen*/
/* Da die Startseite einige Aenderungen am Design gegenueber den Folgeseiten hat, werden diese hier vorgenommen */
/* --- */
/* Bitte Hintergrundfarben bei den Startseitenbannern includen! PNG wegen IE6 nicht moeglich (verzerrt Navigationsbilder / Png Fix geht nicht)*/
/* Banner 1 = links ||| Banner 2 = rechts*/
/* --- */

/* Fuer den Hauptartikel auf der Startseite benoetigt. */
div.mainpagepic{
	float:left;
}

div.banner1{
	position: absolute;
	width: 322px;
	height: 163px;
	left: 50px;
	top: 147px;
	border: 0px;
	z-index: 1;
}

div.banner2{
	position: absolute;
	height: 295px;
	width: 230px;
	left: 500px;
	top: 103px;
}

/* Definitionen zum Aufbau der Seite*/

#headerstart {
	height: 318px;
	float: left;
	position: relative;
    width: 800px;
	background-image: url(/images/pastaplus/hilconabg.jpg);
}

div.headerpicstart{
	float:left;
	height: 170px;
	width: 800px;
    background-color: #263476;
}

div.contentstart{
	clear: none;
	float: left;
	padding-top: 5px;
}

div.sidebarstart{
	float:right;
	width: 193px;
	padding-top: 5px;
}

div.logostart{
	position: absolute;
	left: 325px;
	top: 50px;
	color: white;
	border: 0px;
}

a.logostart{
	width: 150px;
	height: 75px;
	display: block;
}