/* css-reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-size : 1em; vertical-align : baseline;  background : transparent; }
blockquote, q { quotes : none; }
h1, h2, h3, h4, h5, h6 { font-weight : normal; }
fieldset, img, table { border : 0; }
ol, ul { list-style-type : none; }
html, input { font-size : 100%; }
dt, address, caption, cite, code, dfn, big, small, em, i, th, var { font-style : normal; font-weight : normal; }
input, select, th, td, li li, li p, td p, blockquote p { font-size : 1em;}
html, input { font-size : 100%; }

body { font :  62.5% Arial, Helvetica, sans-serif; background : #FFCC66 url(../images/body_bg.gif) repeat-x; }
#background {
position : relative;
width : 960px;
min-height : 556px;
height : auto !important;
height : 556px;
background :  url(../images/div_bg.gif) no-repeat 0 13px;	
}
#mainMenu {
position : absolute;
top : 10px;
left : 20px;
font-size : 1.1em;
color : #FFCC66;
}
#mainMenu li {
float : left;
margin-right : 10px;	
}
#mainMenu a {
color : #FFCC66;
font-weight : bold;
text-decoration : none;	
}
#mainMenu a:hover {
text-decoration : underline;	
}



a:link {
color: #FFCC66;
font-weight : bold;
text-decoration : underline;	
}
a:hover{
text-decoration : none;	
}
a:visited{
text-decoration : none;	
}

#content {
	position : relative;
	margin-left :  450px;
	padding : 40px 0;
	font-size : 1.2em;

}
.dark {
color : #292929;
}

#dogodki{display:block;
padding:10px;
background-color:#ffffcc;
color: #663300;

}

#content p {
clear : both;
color : #FFCC66;
padding-bottom : 15px;	
}	
#content p.image img {
margin : 15px 0;
}
#content p img.left {
float : left;
margin : 0 20px 10px 0;
}

.bold {font-weight:bold;
       font-size:1.5em;}

#container { 
    position:relative; 
    margin-left :  450px;
    padding : 10px 10px;
    font-size : 1.2em; 
    border:1px solid #aaa;
    
    }

#container img{position:relative;
               margin-left:10px;
               margin-top:10px;
}

