﻿html,body 
{
	height: 100%;
	font-family: Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #ed1a48;
}
/* obrazek na pozadi */
img#bckground
{
	position: absolute;
	width: 100%;
}
/* zobraneni ramecku okolo loga artmap */
a img
{
	border: 0;
}
/* leve horni logo (Artmap) */
.artmap_logo
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	border: none;
}
/* napis ruzena + text kolem napisu */
.logo
{
	position: absolute;
	top: 50px;
	left: 35px;
	z-index: 100;
	height: 170px;
}
/* svisly text vpravo */
.copyright
{
	position: absolute;
	top: 500px;
	right: 35px;
	z-index: 100;
	height: 140px;
}

/* polozky menu, pouze ul */
.main_menu
{
	position: absolute;
	top: 250px;
	left: 0;
	z-index: 100;
	list-style-type: none;
	width: 500px;
}
/* prvky menu, pouze li */
.main_menu li
{
	padding: 5px 5px 10px 0;
	display: inline-block;
}
/* prvky menu - odkazy */
.main_menu a
{
	padding: 6px 7px 6px 7px;
	background-color: rgb(237,26,72);
	text-decoration: none;
	color: black !important;
	font-size: 15px;
	font-weight: bold;
}
/* prvky hlavniho menu pri najeti mysi */
.main_menu a:hover
{
	text-decoration: none !important;
}
/* prvky menu - aktualni prvek */
.main_menu a#act
{
	background-color: black;
	color: #ed1a48 !important;
}
/* nastavení vzhledu obsahu */
.content, .content_partneri
{
	position: absolute;
	top: 335px;
	left: 40px;
	z-index: 100;
	padding: 5px 10px 5px 10px;
	background-color: rgb(237,26,72);
	color: black;
	width: 550px;
	line-height: 23px;
}
.content_partneri
{
	color: black !important;
	background-color: white !important;

}
/* odsazeni obrazku partneru */
.content_partneri img
{
	margin: 0 15px 5px 0;
}
/* Obrazky v obsahove casti */
.content img
{
	float: none;
	margin: 0 5px 5px 0;
}
.content img#alena
{
	width: 200px;
}
.content img#press1
{
	width: 200px;
	padding: 10px 0 10px 0;
}
.content img#press2
{
	width: 280px;
	padding: 10px 0 10px 0;
}
/* první odstavec textu */
.content p#first
{
	margin-top: 0;
}
/* odkaz pri najetí myši */
.content a:hover
{
	color: white;
}
/* nadpsisy, společné */
h1
{
	font-weight: bold;
	text-align: center;
	margin: 0;
	font-size: 17px;
	text-align: left;
}
/* bílé nadpisy*/
h1#white
{
	color: white;	
}
h1 a
{
	color: white;
	text-decoration: underline;
}
/* důležité */
.caption
{
	font-weight: bold;
}
/* dodatky */
.subtext
{
	font-size: 12px;
}
/* bílý text uoristřed jiného textu */
.white
{
	color: white;
}
/* odkazy */
a
{
	color: black;
	text-decoration: underline;
}