/* CSS soubor pro oranzovy skin */

@import url('first.css');

/* TELO STRANKY */
body {
    color: white;
    background: #999966 url('../img/3/xbg.png') repeat-x top left;
}

#mainContainer {
    background-color: #666633;
}

#main {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

/* HLAVICKA */
h1 span {
    background: #666633 url('../img/3/logo.png') 15px 10px no-repeat;   
}
h2 {
    color: white;
	background: #CCCC99 url('../img/3/bg-header.png') top left repeat-x;
}
#pageTitle {
    background: black url('../img/3/bg-title.jpg') center center no-repeat;
}

/* ODKAZY */
a:link, a:visited, a:active  {
    color: #cccc99;
}
a:hover {
    color: white;
}
a.outer {
    background: url('../img/ico-external-inverse.gif') right bottom no-repeat;
}

/* MENU */		
#menuContainer {
    background: #999966;
    border-bottom: 1px solid #cccc99;
}
#menu ul {
	border-top: 2px solid #cccc99;
	border-bottom: 1px solid #cccc99;
}
#menu li {
	background:#cccc99;
}
#menu li a {
    color: white;
}
#news a, #changeStyle a, #rss a {
color: #333333;
}
#news a:hover, #changeStyle a:hover, #rss a:hover {
    color: #666633;
}

/* FORMULARE */
legend {
color: white;
}

/* PATICKA */
#footer {
    background-color: #999966;
    color: black;
}

#footer a {
    color: black;
}

/* ZPRAVY */
p.alert, p.error, p.info  {
    background-color: #999966;
}

/* DISKUSE */
#discussion p {
    background-color: #999966;
}

/* KRONIKA */
#photosLink {
    background-color: #999966;
}
