@charset "utf-8";

/* www.KitaJahnplatz.de */

/* Allgemeines */

BODY {
	margin: 			0px;
	padding: 			0px;
	font-family: 		arial, verdana, helvetica;
	font-size: 			0.75em;
	background-image:	url(../_gifs/hintergrund.gif); 
}

IMG {
	border: 0px; 
	color:	#999;}

A {
	text-decoration: none;
	color: #333;}

/* Überschriften*/

h1 { font-size:1.2em; font-weight:bold;   color:#E60005; margin: 3px 3px 12px 3px; }
h2 { font-size:1.1em; font-weight:bold;   color:#E60005; margin: 3px 3px 12px 3px; }
h3 { font-size:1.0em; font-weight:bold;   color:#E60005; margin: 3px 3px 12px 3px; }
h4 { font-size:1.1em; font-weight:bold;   color:#0068B5; margin: 3px; }
h5 { font-size:2.5em; font-weight:bold;   color:#E60005; margin: 0px; }


/* Einstiegsseite zentrieren */

#fakehorizont {
	text-align: 	center;
	position: 		absolute;
	top: 			55%;
	left: 			0px;
	width: 			100%;
	height: 		1px;
	overflow:		visible;
	visibility: 	visible;
	display: 		block;	}
	
#startcontainer {
	position: 		absolute;
	top: 			-300px;
	margin-left: 	-475px;
	left: 			50%;
	width: 			950px;
	height: 		625px;}

/* Container */

#container {
	width: 				950px;
	margin: 			auto;
	margin-top: 		15px;
	background-color: 	#FFF;
	background-image: 	url(../_logos/s-main.jpg);
	background-repeat: 	repeat-y;
	background-position: right;
}

#kopf {
	width: 				950px;
	height: 			175px;
	clear: 				both;
}

#main {
	position: 			relative;
	float: 				left;
	width: 				950px;
	min-height: 		425px;
	background-image: 	url(../_logos/start-back950px.gif); 
	background-position: bottom left;
	background-repeat: 	no-repeat;
}

* html #main {
	height: 425px; /* IE6 versteht kein min-height */
}

#menu, #start-rechts {
	width: 175px;
	float: left;
	background-color:#FFFFFF;
}

#menu, #aktuelles-rechts {
	width: 175px;
	float: left;
	background-color:#FFFFFF;
}

#start {
	width: 595px;
	float: left;
}

#content {
	width: 750px;
	float: left;
	margin-bottom: 30px; /* um den Abstand zum Schriftzug unten rechts zu gewähren */
	padding: 7px;
	background-image: 	url(../_logos/bg-content.gif); 
	background-position:top right;
	background-repeat: 	no-repeat;}

#fuss {
	width: 950px;
	height: 34px;
	clear: both;
}

/* Klassen */

.error 
{
	color: 			#FF0000;
	font-size:		0.8em;
	margin-top: 	3px;
	padding:		3px;}

.digit 
{	font-size:		0.25em;
	font-weight:	bold;
	letter-spacing:	0.15em;
    color:			#CCCCCC; }

.blau
{	font-weight:	bold;
	letter-spacing:	0.15em;
    color:			#0068B5; }

.text 
	{font-size:		1.00em;
	 margin:		15px 25px 25px 25px;}


.text-klein
	{font-size:		0.9em;
	 margin-left:	25px;
	 margin-right:	25px;	 }


.text-tabelle 
	{font-size:		1.0em;
	 margin:		1px;
	 }	 

.liste {
	color:			#000000;
	list-style-type:square;
	margin:			3px 0px 0px 24px;	}

/* Menu */

#menu UL {
	font-size: 1.00em;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#menu A {
	display: block;
	color: #0068B5;
	font-weight: bold;
}

.mlvl-1 A {
	padding: 3px 0px 3px 5px;
	width: 168px;
	margin: 1px 0px 0px 1px;
	background-color: #BAD25B;
}

.mlvl-1 A:hover, .m_active A {
	background-color: #0068B5;
	color: #FFFFCC !important;
}

.mlvl-2 A {
	font-size: 0.95em;
	padding: 2px 0px 2px 23px;
	width: 150px;
	margin: 1px 0px 0px 1px;
	background-color: #F4F4F4;
	background-image: url(../_gifs/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	color: #0068B5 !important;
}

.mlvl-2 A:hover, .m_active2 A {
	background-color: #0068B5;
	background-image: url(../_gifs/pfeil-weiss.gif);
	color: #FFF !important;
}

/* Start-Rechts */ 

#start-rechts .header {
	color: #0068B5;
	font-weight: bold;
	font-size: 1em;
	padding: 3px 0px 3px 0px;
	text-align: center;
	width: 173px;
	margin: 1px 0px 0px 1px;
}

#start-rechts A {
	text-align: center;
	color: #333;
}

#start-rechts A:hover {
	background-color: #0068B5;
	color: #FFF;
}

#start-rechts P {
	padding: 5px 5px 6px 5px;
	margin: 0px;
	font-size: 0.9em;
}

/* Bildpositionierung */

img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }
img.framed {padding:3px; border: 1px #ddd solid; background: #f4f4f4; } 

/* HyperLinks im Text */
    
a.text:link
{	text-decoration:underline;
	color: #333333; }

a.text:visited
{	text-decoration:underline;
	color: #333333; } 

a.text:hover, a.text:active, a.text:focus
{	color:#FFFFCC; background-color:#0068B5;  
	text-decoration:none;}
	
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../gifs/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../gifs/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../gifs/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: arial, verdana, helvetica;
	font-size: 10px; 
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../gifs/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* ENDE */
