@charset "utf-8";
/*********************************************************************/
/* Just Kids Augsburg 2013 CSS                                      */
/* designed by Tobias Lill                                           */
/*********************************************************************/

/*********************************************************************/
/* STYLESHEETS EINBINDEN                                             */
/*********************************************************************/ 
@import url("../css/navigation.css");
@import url("../css/spielplan.css");


/*********************************************************************/
/* HTML                                                            */
/*********************************************************************/

html{height: 100%;}

/*********************************************************************/
/* BODY                                                              */
/*********************************************************************/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-size: 0.95em;
	color: #282525; 
	text-align: center;
	height: 100%;
	margin: 0px auto; /* Div soll zentriert werden */
	}


/*********************************************************************/
/* LAYOUT DIVS                                                       */
/*********************************************************************/

DIV#container {
	width: 830px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Important Regel für moderne Browser */
    height: 100%; /* Mindesthöhe für den IE */ 
	margin: 0px auto; /* Div soll zentriert werden */
	text-align: left;
	}

DIV#header {
	width: 851px;
	height: 228px;
	float: left;
	background-image: url(../img/2025/JustKids-2025_Webheader.jpg);
	background-repeat: no-repeat;
	}
	
DIV#navigation {
	width: 851px;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 17px;
	float: left;
	border-top: 2px solid #5043db;
	border-bottom: 2px solid #5043db;
	}

DIV#content {
	width: 620px;
	min-height: 400px; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Important Regel für moderne Browser */
    height: 400px; /* Mindesthöhe für den IE */
	float: left;
	}

DIV#zitate {
	width: 160px;
	float: right;
	text-align:center;
	}
	
DIV#footer {
	width: 851px;
	height: 131px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 2px solid #5043db;
	}

DIV#clearer {
	clear: both;
	}