
.clearfix:after {/*this will help the menu to push its container down and not overlapping it in firefox*/
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background:  url(../images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background:  url(../images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background:  url(../images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.title4 {
	margin: 0;
	padding: 10px 0;
	background:  url(../images/img09.gif) repeat-x left bottom;
	font-size: 150%;
	font-weight: normal;
	color: #135293;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text_content{
	padding: 5px 30px 20px 30px;
	float:left;
	font:Arial, Helvetica, sans-serif;
}

.text_content p, .text_content ul, .text_content ol {
	line-height: 180%;
	color:#000000;
}
.error{
color:#CC0033;
display:block;
width:300px;
background:#cfcfcf;
padding:3px 0;

}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img15.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 290px;
	background: #FFFFFF url(../images/img02.gif) repeat-y right top;
}

#logo h1, #logo h2 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	padding: 55px 0 0 0;
	font-size: 32px;
	color:#B5081F;
}

#logo h2 {
	font-size: 14px;
	background:  url(../images/logopic.gif) no-repeat center bottom;
	height:73px;
	width:140px;
	margin:0 auto;
}

#logo a {
	color: #B5081F;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 20px;
	background: #85C329 url(../images/img04.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 7px 0;
	background:  url(../images/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Login */

#login {
	padding: 20px;
	background: #F0F253 url(../images/img14.gif) repeat-x;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}
.text_left{
display:block;
width:330px;
float:left;
padding:0 ;
color:#000000;

}
.text_right{
display:block;
width:330px;
float:left;
padding:0 0 0 20px;
color:#000000;
}
.text_right p , .text_left p{
padding:10px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
}

/* Footer */

#footer {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background:  url(../images/img12.gif) repeat-x;
}


#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background:  url(../images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	padding: 0;
	margin:15px 0 0 0;
	
}
img.floating_img{
float:left;

}
/* contact */
label{
	width: 80px;
	float: left;
	margin:  5px 0;
	display: inline-block;
    vertical-align: top;
}
input{
    width: 160px;
	margin: 5px 0;
}
textarea{
    width: 200px;
	height:80px;
	margin: 5px 0;
	overflow:auto;
}
input.button1{
    width: 80px;
	margin-bottom: 5px;
}
.calendar{
display:block;
width:660px;
float:left;
padding:10px 0 0 0 ;
color:#000000;
}
.testy{
display:block;
width:100%;
margin:5px 0 0 0 ;
border-bottom:1px solid #ccc;
}
.testy span.date{
margin:0  15px 0 0;
}
.testy span.title{
font-weight:bold;
padding:3px 0 3px 0;
}