
/*----------------------------------------
Q2 CSS Framework v1.0
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFA532;
	color: #666666;
	font-size: 11px;
	line-height: 150%;
	height: 100%;
	background-image: url(../img/web-bg.png);
	background-repeat: repeat-x;
}

/*--- Link Styles ---*/
a
{
	color: #BF2032;
	text-decoration: underline;
}

a:hover
{
	color: #BF2032;
	text-decoration:none;
}

h1 {
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	margin: 0 0 4px 0;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	margin: 0 0 4px 0;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin: 0 0 4px 0;
	font-size: 11px;
	font-weight: bold;
}


blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

/* Standard Definitions
----------------------------------------*/
br.Clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
.Hide {
	display: none;
}
.NoBg {
	background-image: none;
}



#WebContainer {
	width: 858px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#Header {

}
	.Lang {
		height: 35px;
		padding: 0 25px 0 0;
	}
		.Lang .Box {
			width: 120px;
			height: 25px;
			padding: 10px 0 0 0;
			background-color: #ffffff;
			text-align: center;
			float: right;
		}
			.Lang .Box A {
				text-decoration: none;
				text-transform: uppercase;
				padding: 0 4px;
				color: #E9B0B7;
				font-weight: bold;
			}
			.Lang .Box A:hover {
				text-decoration: underline;
			}
			.Lang .Box A.Active {
				color: #C02034;
			}
	
	.MainMenu {
		height: 40px;
		padding: 0 25px;
	}
		.MainMenu A {
			color: #ffffff;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			padding: 4px 10px;
			margin: 15px 0 0 0;
			display: block;
			float: left;			
		}
		.MainMenu A:hover {
			background-color: #FAA532;
		}		
		.MainMenu .ActualDate {
			float: right;
			text-align: right;
			color: #ffffff;
			padding: 5px 15px 0 0;
		}
	.MainFlash {
		background-image: url(../img/main-bg.png);
		background-repeat: repeat-y;
	}

		.MainFlash .Inner {
			/*padding: 24px;*/ /* 15px white space + 9px fade */
			background-image: url(../img/main-top-bg.png);
			background-repeat: no-repeat;
		}
		.MainFlash .Bottom {
			background-image: url(../img/border-bottom.png);
			background-repeat: no-repeat;
			height: 15px;
		}
			.MainFlash .Inner .Box {
				padding: 32px 32px 16px 32px;
				
				font-size: 12px;
				line-height: 150%;
			}
	
		
	
	
	.Logo {
		float: right;
		width: 200px;
		margin: 0 0 10px 20px;
	}

	H1 {
		color: #981819;
		padding: 0 0 6px 0;
		font-size: 24px;
		font-weight: bold;
	}
	H2 {
		color: #D29B0B;
		padding: 0 0 20px 0;
		font-size: 16px;
		font-weight: bold;
	}
	H6 {
		color: #981819;
		padding: 10px 0 6px 0;
		font-size: 12px;
		font-weight: bold;
	}
	
	
	.TableRegForm {
	
		
	}
		.TableRegForm TD {
			padding: 4px;			
		}
		.TableRegForm TH {
			padding: 4px;			
		}
		.TableRegForm INPUT {
			border: 1px solid #B3B2B2;			
		}
	
	
	.Results {
		width: 300px;
	}
		.Results TH {
			background-color: #991717;
			color: #ffffff;
			padding: 2px 4px;
			font-weight: bold;
		}
		.Results TD {
			background-color: #fafafa;
			padding: 2px 4px;
			border-bottom: 1px solid #e0e0e0;
		}
	
	
	
	
	
	
		
/* Content
----------------------------------------*/
#Content {

}



/* Footer
----------------------------------------*/
#Footer {
	padding: 0 24px 24px 24px;
	color: #C03C1C;
}
	#Footer A {
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 4px;
		color: #C03C1C;
		font-weight: bold;
	}
	#Footer A:hover {
		text-decoration: underline;
	}
	
	#Footer .FooterInfo {
		color:  #ffffff;
		padding: 6px 4px;
	}
		#Footer .FooterInfo A {
			color:  #ffffff;
			text-transform: none;
			font-weight: normal;
		}
	
	#Footer .Tenants {
		float: right;
	}
		#Footer .Tenants .TenantsLogin {
			color:  #ffffff;
			padding: 6px 4px;
		}
			#Footer .Tenants .TenantsLogin A {
				color:  #ffffff;
				text-transform: none;
				font-weight: normal;
			}











