/*
 * DANONE
 * 11/2009
 *
 */

/*
 * -------------------------------------------------------
 * STANDARD RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	/*
	height: 100.01%;
	margin-bottom: -1px;
	*/

}

html, body {
   min-height: 100%;
   height: auto !important;
   height: 100%;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}


body {
	background-color: #F2F2F2;
	color: #002c79;
	font: 13px Arial, Verdana;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


a {
	color: #98bb4a;	
}
a:hover {
	text-decoration: underline;
}



/*
 * -------------------------------------------------------
 * LAYOUT
 */
div#site,
div#wrapper,
div#navigation-wrapper,
div#bild-wrapper,
div#bild-wrapper-kette,
div#bild-wrapper-startseite,
div#bild-wrapper-mehr,
div#subnavigation-wrapper,
div#subnavigation-wrapper-startseite,
div#subnavigation-wrapper-mehr,
div#content-wrapper,
div#content-wrapper-startseite,
div#footer-wrapper
{
	width: 100%;
	float: left;
	background-color: #FFF;
}
div#site   { }
div#wrapper { position: absolute; background-color: #F2F2F2; }


div#bild-wrapper,
div#bild-wrapper-startseite,
div#bild-wrapper-mehr { 
	background-image: url(/files/kuh.jpg);
	background-position: center top;
	overflow:hidden;
	background-repeat: no-repeat;	
}

div#content-wrapper {
	margin-bottom: 0px;
}



div#navigation,
div#bild,
div#subnavigation,
div#subnavigation-startseite,
div#subnavigation-mehr,
div#content,
div#footer
{
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

div#navigation {
	min-height:74px;
	height:auto !important;
	height:74px;
	padding-left: 0;
}

div#bild-wrapper,
div#bild-wrapper-mehr,
div#bild-wrapper-kette,
div#bild {
	min-height:236px;
	height:auto !important;
	height:236px;
}
div#bild-wrapper-startseite {
	min-height:290px;
	height:auto !important;
	height:290px;
}

div#bild-wrapper-kette {
	background-image: url(/files/streifen.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
	background-color: #F2F2F2;
	min-height:235px;
	height:auto !important;
	height:235px;
}
div#subnavigation {

}

div#content {
	min-height:140px;
	height:auto !important;
	height:140px;
	padding-left: 0;
        width: 938px;

}

div#footer {
	min-height:50px;
	height:auto !important;
	height:50px;
}

div#footer-wrapper {
	background-image: url(/layout/footer.gif);
	background-position: center top;
	background-repeat: repeat-x;	
	background-color: #F2F2F2;
}


div#logo,
div#navi,
div#meta { 	position: absolute;  }

div#navi {
	margin: 40px 0 0 145px;
}
div#meta {
	margin: 10px 0 0 727px;
}




/* spalten */
div.txt-block-2,
div.txt-block-3 {
	margin-top: 10px;
        padding-bottom: 30px;
        float: left;
        border: 1px solid #fff;
}
div.txt-block-2 div.col1,
div.txt-block-2 div.col2,
div.txt-block-3 div.col1,
div.txt-block-3 div.col2,
div.txt-block-3 div.col3 {
	float: left;
	width: 296px;	
}

div.txt-block-3 div.col2,
div.txt-block-3 div.col3 {
	margin: 0 0 0 20px;	
}

div.txt-block-2 div.col1 {
	width: 240px;	
}
div.txt-block-2 div.col2 {
	margin: 0;	
}








