/*CSS STYLY WWW.KARAYA.CZ*/

/*ZÁKLADNÍ ČLENĚNÍ*********************************************/
	
	#container {
		width: 760px;
		\width: 780px;
		w\idth: 760px;
		border: 1px solid black;
		margin: 10px;
		margin-left: auto;
		margin-right: auto;
		padding: 1px;
		background-color: #bab3d6; /*fialová*/
	}

	#banner_1 {
		padding-right: 5px;
		height: 28px;
		background: #ccc;
		background-image: url(img/top_header.jpg);
		background-repeat: no-repeat;
		cursor: hand;
	}
	
	#banner_2 {
		margin-bottom: 0px;
		background-color: #bab3d6; /*fialová*/
		height: 157px;
		background-image: url(img/header.jpg);
		background-repeat: no-repeat;
	}

	#content {
		padding: 5px;
		margin-left: 260px;
		background-color: #bab3d6; /*fialová*/
		color: black;
		text-align: left;
	}

	#menu {
		float: left;
		width: 260px;
		\width: 270px;
		w\idth: 260px;
		margin: 0;
		margin-right: 0px;
		padding: 5px;
		background-color: #4d485b; /*růžová*/
		background-image: url(img/menu_background.jpg);
		text-align: left;
	}

	#footer {
		padding-right: 5px;
		clear: both;
		background-color: #bab3d6; /*fialová*/
		height: 56px;
		color: black;
		cursor: hand;
		background-image: url(img/footer.jpg);
		background-repeat: no-repeat;
		border-top: 2px solid black;
	}

/*ZÁKLADNÍ ČLENĚNÍ*********************************************/
	
/*HTML TAGY*/

	A:LINK, A:VISITED {
		color: black;
		text-decoration: none;
		font-weight: 900;
	}
	A:HOVER {
		color: red;
		text-decoration: underline;
	}

	BODY {
		background: black;
		text-align: center;
		font-size: 12px;
		font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
		color: #fff;
		scrollbar-track-color: #ccc;
		scrollbar-face-color: #4d485b;
		scrollbar-highlight-color: #ccc;
		scrollbar-darkshadow-color: #4d485b;
		scrollbar-shadow-color: #ccc;
		scrollbar-arrow-color: #ccc; 
		background-image: url(img/cosmos.jpg);
	}
	
/*HORNÍ LIŠTA*/
	
	#banner_1_tlacitka {
		position: relative;
		top: 5px;
		color: black;
		font-weight: 900;
		text-align: right;
	}
	
/*DOLNÍ LIŠTA*/
	
	#footer_tlacitka {
		font-size: 11px;
		font-weight: 900;
		text-align: right;
		position: relative;
		top: 20px;
	}

/*MENU*/
	
	.text_menu {
		padding-right: 30px;
		font-size: 11px;
		position: relative;
		top: -10px;
	}
	
	.zvyrazneni_menu {
		color: #fffe9c;
		font-weight: 900;
	}
	
	.menu_nadpis {
		position: relative;
		top: -30px;
		color: black;
		font-weight: 900;
		font-size: 14px;
		padding-left: 55px;
	}
	
/*TEXT*/
	.mini {
		font-size: 10px;
	}
	.text_13 {
		font-size: 13px;
	}
	.text_15 {
		font-size: 15px;
	}
	.text_17 {
		font-size: 17px;
	}
	.text_19 {
		font-size: 19px;
	}
	.text_21 {
		font-size: 21px;
	}
	.text_23 {
		font-size: 23px;
	}
	.text_25 {
		font-size: 25px;
	}