body {
	margin: 0;
	padding: 0;
	background: #3c5ea2 url(../_images/bg.gif) repeat-x top;
}
body, td, p, div, select, input, textarea {
	color: #333;
	font: 11px Arial, Verdana, sans-serif;
}
p, form { margin: 0px; }

.offerPr{
	margin: 3px 0;
}

h2 {font-size: 1.3em; margin:0;}

.more { color: #C34047; }
.light { color: #9B9B9B; }
.red { color: #b00000; }
.white { color: #FFF; }
.orange { color: #FF8F00; }
.blue {color:#0078FF;}
.darkBlue {color:#004695;}
.b { font-weight: bold; }
.u { text-decoration: underline; }
.c { text-align:center; }
.l { text-align:left; }
.r { text-align:right; }
.tt { text-transform: lowercase; }
.bigger { font-size:1.2em; }
.marginV { margin-top: 1.2em; margin-bottom: 1.2em; }
.marginT { margin-top: 1.2em; }
.marginB { margin-bottom: 1.2em; }
.spacer { clear: both; font-size: 1px; height: 10px; }
.hr {border-bottom: 1px solid black;}
.hrLight {border-bottom: 1px solid #CDCDCD;}
.hrLight2 {border-bottom: 1px solid #E7E7E7;}
.tahoma {font-family: tahoma,sans-serif;}
.arial {font-family: arial,sans-serif;}
.inline { display: inline; }
.relative { position: relative; }
.w100 { width: 100%; }
.padding3 { padding: 3px; }
.alignT { vertical-align: top; }
.nowrap { white-space: nowrap; }

/* LINKI */
a 			{ color: #333; }
a:hover 	{ color: #d20000; text-decoration: underline; }

a.noLine 		{ text-decoration: none; }
a.noLine:hover { text-decoration: underline;}

a.light 			{color: #9B9B9B;}
a.light:hover 	{color: #333;}

/* FORMULARZE */
textarea.light, input.light {
	border: 1px solid #E4E4E4;
	color: #4B4B4B;
}

/* TABLE */
.t {position: relative; border-spacing: 0; border-collapse: collapse;}
.t100 {position: relative; width:100%;}
.td {position: relative; padding: 0; margin: 0;}