/* Stylesheet for Kinopolis' KIDSCLUB	*/


/* GENERAL LAYOUT 						*/
/* COLUMNS 								*/
/* TYPO AND LAYOUT 						*/
/* LISTS 								*/
/* TABLES 								*/
/* FORMS								*/





/* GENERAL LAYOUT */

/* KINOPOLIS */
#kp_naviLogo {
		position:absolute;

		left:0px;
		top:0px;

		z-index: 10;

		/* Guide */
		border: 0px dotted #fff;
}
#kp_naviCine {
		position:absolute;

		left: 0;
		top: 90px;
		/*
		top: 60px;
		*/

		z-index: 11;

		/*width: 700px;*/

		text-align: right;

		overflow: hidden;

		margin: 0px 0px 0px 20px;

		padding: 0px 0px 0px 0px;

		/* Guide */
		border: 0px dotted #fff;
}


/* KIDSCLUB */
#kc_pageHead {
		background-image:url(pics/background/header.gif);
		height: 80px;
}
#kc_naviLogo {
		position:absolute;

		left:180px;
		top:25px;

		width:350px;
		height:80px;

		z-index:20;
}
#kc_pageBody {
		background-color: #003772;

		width: 100%;

		float: left;

		/* Guide */
		border: 0px dotted #fff;
}
#kc_naviMain {
		padding-top: 46px;
		padding-bottom: 20px;

		width: 180px;

		float: left;
}
#kc_content {
		width: 550px;

		float: left;

		margin: 40px 0px 0px 0px;

		padding: 0px 0px 20px 0px;

		/* Guide */
		border: 0px dotted #fff;
}
#kc_pageFoot {
		background-image:url(pics/background/footer.gif);
		background-repeat: repeat-x;

		padding: 10px 0px 0px 0px;

		height: 30px;

		clear: both;

		/* Guide */
		border: 0px dotted #fff;
}
#kc_naviFoot {
		width: 700px;

		text-align: right;
}




/* COLUMNS */
div.colLeft {
		width: 250px;

		float: left;

		/* Guide */
		border-top: 0px dotted #fff;
}
div.colRight {
		width: 250px;

		float: right;

		/* Guide */
		border-top: 0px dotted #fff;
}
div.colClear {
		clear: both;
}
div.colClear hr {
		visibility: hidden;
}




/* TYPO AND LAYOUT */

/* Help Text */
div.helpText {
		font-weight: bold;

		line-height: 160%;
}

/* Error Message */
div.errorMessage {
		color: #ff0000;

		font-weight: bold;

		line-height: 160%;
}
div.errorMessage_new { /* Geburtstags-Formular */
		background-color: #FFFFFF;
		
		color: #FF0000;
		
		font-weight: bold;
		
		line-height: 100%;
		
		padding: 10px;
}


/* Headlines */

/* Paragraphs */

/* Links */
#kc_naviFoot a:link {
		font-size: 70%;

		color: #ffffff;

		text-decoration: none;

		padding: 0px 0px 0px 10px;
}
#kc_naviFoot a:visited {
		font-size: 70%;

		color: #ffffff;

		text-decoration: none;

		padding: 0px 0px 0px 10px;
}
#kc_naviFoot a:hover {
		font-size: 70%;

		color: #ffffff;

		text-decoration: underline;

		padding: 0px 0px 0px 10px;
}
#kc_naviFoot a.active {
		font-size: 70%;

		color: #ffffff;

		text-decoration: none;

		padding: 0px 0px 0px 10px;
}



/* LISTS */
#kc_naviMain ul {
		line-height: 0%;
}



/* TABLES */
th {
		text-align:left;
}



/* FORMS */

/* Kinopolis Cinemas */
#kp_naviCineForm {}
#kp_naviCineForm select {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 70%;

		background-color: #285486;

		color: #ffffff;

		/*
		padding: 1px;

		border-left: 1px solid #003772;
		*/
}

/* Error Messages */
/* Arrows */
span.formErrorArrow {
		color: #ff0000;

		padding: 0px 0px 0px 10px;

		display: block;

		float: left;
}
/* Underline */
*.formErrorUnderline {
		border-bottom: 1px dotted #ffffff;
}




