/* CSS soubor pro svetly cernobily skin */

@import url('first.css');

/* TELO STRANKY */
body {
    background: url('../img/1/bg.png') repeat-x top left;
}

#mainContainer {
    background-color: white;
}

#main {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

/* HLAVICKA */
h1 span {
    background: white url('../img/1/logo.png') 15px 10px no-repeat;   
}
h2 {
    color: black;
	background: #aaa url('../img/1/bg-header.png') top left repeat-x;
}
#pageTitle {
    background: white url('../img/1/bg-title.jpg') center center no-repeat;
}

/* ODKAZY */
a:link, a:visited, a:active  {
    color: #993300;
}
a:hover {
    color: #cc3300;
}

/* MENU */		
#menuContainer {
    background: #ccc;
    border-bottom: 1px solid #aaa;
}
#menu ul {
	border-top: 2px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#menu li {
	background:#aaa;
}
#menu li a, #changeStyle a, #rss a {
    color: black;
}
#news a:hover, #changeStyle a:hover, #rss a:hover {
    color: #993300;
}

/* FORMULARE */
fieldset {
border-color: #999;
}

/* PATICKA */
#footer {
    background-color: #ccc;
}
#footer a {
    color: black;
}

/* ZPRAVY */
p.alert, p.error, p.info  {
    background-color: #eee;
}

/* DISKUSE */
#discussion p {
    background-color: #eee;
}

/* KRONIKA */
#photosLink {
    background-color: #eee;
}
