/*** html elementy ***/
html {
  height: 100%;
  margin-bottom: 1px;
}
form {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	line-height: 2.0em;
	margin: 0px 0px 0px 0px;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}
p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

* {
padding: 0px;
margin: 0px;
}

/*** layout rozmieszczenie ***/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}
.clear {
clear:both;
}

body.width_medium div#wrapper {
	width: 1050px;
}

body.width_small div#wrapper {
	width: 1050px;
}

body.width_fmax div#wrapper {
	min-width: 1050px;
	max-width: 1050px;
}
div#wrapper_r {
width:100%;
}
div#lewa_strona {
float:left;
width: 30%;
background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
}
div#prawa_strona {
float:left;
width:68%;
padding:10px;
}
div#lewa_kolumna {
text-align:left;
width:43%;
float:left;
padding-bottom:10px;
}
div#prawa_kolumna {
text-align:right;
width:55%;
float:right;
padding-bottom:10px;
padding-left:2px;
}
div#user1{
width:100%;
}
/*elementy module*/

div.moduletable, div.module {
margin-bottom: 15px;
}
div.moduletable h3 {
padding-bottom:5px;
}
div.moduletable_menu {
margin-bottom: 15px;
}
div.moduletable_menu li{
list-style:none;
}
div.moduletable_menu a:link, .moduletablemenu a:visited {
display:block;
text-decoration:none;
}
div.moduletable_menu h3 {
padding-bottom:5px;
}
/* form elements */
.button {
margin:3px;
}
.input {
padding:5px;
}
.login-form  {
padding:5px;
}
.contentpaneopen {
text-align:left;
padding:5px;
}
.componentheading {
	color:#EF3434;
	margin-bottom:10px;
}

/* login form */
#lewa_kolumna div.moduletable {
        padding-right: 5px;
        margin-right: 5px;
        margin-top: 2em;
}
#lewa_kolumna div.moduletable h3,
#lewa_kolumna div.moduletablehome h3 {
        font-family: georgia, serif;
        font-weight: normal;
}
#lewa_kolumna div.moduletable fieldset {
        border: none;
}
# div.moduletable input.button {
        border: none;
}
#lewa_kolumna div.moduletable input {
        border: none;
}
#lewa_kolumna div.moduletable ul {
        list-style-type: none;

}

#footer {
border-top:solid 0.1em;
padding:10px 0 1em;
}
.componentheading {
text-align:left;
}
.blog {
float:left;
}
