/* CSS: style.css */
pre, body, html {
	margin:0;
	padding:0;
	}
p { padding: 0; margin:0 0 1em 0; }
a img, :link img, :visited img { border:none; }


/**********************************************/
/* HEADINGS */
h1, h2 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: tahoma, Arial, Helvetica, sans-serif;
         font-weight: normal; }
h3, h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:tahoma, Arial, Helvetica, sans-serif; }
h1 { font-size:16px; font-weight: bold; color: #D68B1D; }
h2 { font-size:16px; }
h3 { font-size:16px; }
h4 { font: bold 14px tahoma; color: #CD5A00; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

div{
	font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	height: 100%;
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
	background: #ededed;
	position: relative;
}

#a1{
	position: relative;
	z-index: 100;
	width: 900px;
	margin: auto;
	height: 100%;
	min-height: 100%;
	background: url( ../../../../graphics/bg.gif ) repeat-y;
}

html>body #a1{ 
	height: auto;
}

#a2{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	min-height: 100%;
	z-index: 10;
	background: #FFF;
}

#a3{
	position: absolute;
	top: 0;
	left: 0;
	height: 157px;
	width: 50%;
	background: #60b223;
}

#a4{
	position: absolute;
	top: 157px;
	left: 0;
	width: 50%;
	background: #fff;
}

#a5{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 50%;
	background: #c7c7c7;
}

#a22{
	height: 157px;
	width: 100%;
	background: #f4fcfe;
}



/******************************************************
			SECONDARY BOXES
******************************************************/

#logo{
	height: 157px;
}

#image{
	height: 200px;
}

#menu{
	float: left;
	width: 286px;
	background: #fff;
	text-align: left;
}

#menu ul{
	padding: 30px 0 45px 100px;
	margin: 0;
	list-style: none;
}

#menu ul li{
	padding: 0 0 20px 27px;
	background: url( ../../../../graphics/bgLi.gif ) 0 1px no-repeat;
}

#menuBottom{
	height: 30px;
	background: #c7c7c7;
	clear: both;
}

#content{
	float: left;
	padding: 0px 20px 45px 45px;
	width: 540px;
	overflow: hidden;
	text-align: left;
}

#news{
	float: left;
	width: 320px;
}

#aktuelles{
	text-align: left;
	background: url( ../../../../graphics/akt.gif ) 0 1px no-repeat;
	padding: 0 0 15px 20px;
}	

.NewsTitle{
	padding: 0 0 5px 0;
	text-align: left;
}

.NewsContent{
	text-align: left;
}

.NewsMehr{
	background: url( ../../../../graphics/mehr.gif ) no-repeat;
	width: 288px;
	padding: 1px 30px 0 0;
	height: 16px;
	overflow: hidden;
	text-align: right;
	margin: 10px 0 40px 0;
}

.TermineMehr{
	background: url( ../../../../graphics/mehrT.gif ) no-repeat;
	width: 520px;
	padding: 1px 30px 0 0;
	height: 16px;
	overflow: hidden;
	text-align: right;
	margin: 10px 0 30px 0;
}

#termine{
	float: left;
	width: 170px;
	padding: 0 0 0 45px;
	text-align: left;
}

#termineTitle{
	text-align: left;
	background: url( ../../../../graphics/termine.gif ) 0 1px no-repeat;
	padding: 0 0 15px 20px;
}

.TermineTitle{
	padding: 0 0 10px 0;
}

/*		fonty		*/

#aktuelles{
	font-weight: bold;
	font-size: 12px;
}

#termineTitle{
	font-weight: bold;
	font-size: 12px;
}

.TermineTitle{
	font-weight: bold;
}

.TermineContent{
	padding: 0 0 25px 0;
}

.NewsTitle{
	font-weight: bold;
}

.font_stronicowanie{
	font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration : none ! important;
}

.font10_red{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none !important;
}

.font11_red{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none !important;
}

.font11_bold{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none !important;
}

.font_leistungen{
	font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
	color: #853304 !important;
}


/*		Link		*/

a{
	font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration : none ! important;
}

a:hover{
	font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration : underline ! important;
}

.NewsMehr a{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration : none ! important;
}

.NewsMehr a:hover{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-decoration : none ! important;
}

.TermineMehr a{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration : none ! important;
}

.TermineMehr a:hover{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-decoration : none ! important;
}

#menu ul li a{
	font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration : none ! important;
}

#menu ul li a:hover{
	font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #5b8621;
    text-decoration : none ! important;
}

.link11_bold{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-decoration : none ! important;
}

.link11_bold:hover{
	font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-decoration : underline ! important;
}

.link_dogo{
	font-family: tahoma;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #DA8D00;
    text-decoration : none ! important;
}

.link_dogo:hover{
	font-family: tahoma;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #DA8D00;
    text-decoration : underline ! important;
}

.link_mehr{
	font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #0000FF;
    text-decoration : none ! important;
}

.link_mehr:hover{
	font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #0000FF;
    text-decoration : underline ! important;
}

.link_mehr_leistungen{
	font-family: tahoma !important;
    font-size: 11px !important;
    font-weight: normal !important;
    color: #853304 !important;
    text-decoration : none !important;
}

.link_mehr_leistungen:hover{
	font-family: tahoma !important;
    font-size: 11px !important;
    font-weight: normal !important;
    color: #853304 !important;
    text-decoration : underline !important;
}

.link_return{
	font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #0000FF;
    text-decoration : none ! important;
}

.link_return:hover{
	font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #0000FF;
    text-decoration : underline ! important;
}


/*		Formy		*/

fieldset.form_login {
	border: 0px solid black;
	width: 550px !important;
	padding: 0 0 40px 0;
	text-align: left;
}

fieldset.rejestracja {
	border: 0 !important;
	width: 550px !important;
	padding: 0 0 40px 0;
	text-align: left;
}

fieldset.contact {
	border: 0 !important;
	width: 330px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
}

label{
	display: block;
	float: left;
	text-align: right;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 90px;
}


input.text,
textarea {
	border: 1px solid #7db037;
	background-color: #FFF;
	color: #000;
	font-family: tahoma;
	font-size: 1em;
}

.form10{
	border: 1px solid #D8C289;
	height: 14px !important;
	height: 18px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #000;
}

.form10_1{
	border: 1px solid #7db037;
	background: #FFF;
	font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #000;
}

.form10_search{
	width: 191px;
	height: 14px !important;
	height: 17px;
	border: 1px solid #D68B1D;
	background: url( ../../../../graphics/bg_input.gif ) no-repeat;
	font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #D68B1D;
}

.button10_search{
	border: 0;
	background: #FFF;
	font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #D68B1D;
}

form{
	margin: 0;
}


