@charset "utf-8";
/* CSS Document */


/* generaly */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	height:100%;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	background:url(../images/bg_top.png) top repeat-x #eaeaea;
}

p {
	padding:5px 0;
	text-indent:15px;
}

img { border:0px;}

h1, h2, h3, h4, h5 { font-weight:normal; margin:0px; text-transform:uppercase;	font-family: 'Titillium Web', sans-serif; color:#0093dd }
h1 { font-size:20px; }
h2 { font-size:24px; margin-bottom:20px; color:#fff; background:url(../images/bg_title.jpg) no-repeat; width:676px; height:36px; margin:0 0 0 -20px; padding:15px 0 0 15px;; }
h3 { font-size:15px;  font-weight:600; color:#fff}
h4 { font-size:13px; }
h5 { font-size:12px; }
.left { float:left }
.right { float:right }
.clear {
	display:block;
	width:100%;
	height:0px;
	font-size:0px;
	clear:both;
	}
	
/* layout */

a {
	text-decoration:none;
}

#main_wrapper {
	margin:auto;
	width:950px;
	}
#top {
	background:url(../images/bg_logo.png) top repeat-x;
	width:950px;
	margin-top:50px;
}
#logo {
	background:url(../images/logo_top.jpg) no-repeat;
	width: 294px;
	height: 71px;
	display:block;
	float:left;
	margin: 24px 0 0 30px;
}
#menu {
	text-align:right;
	margin:12px 0 0 0;
	float:right;
	height:87px;
	width:626px;
	font-family: 'Titillium Web', sans-serif; 
}

#menu ul.menu,
#menu ul.menu li {
	 padding: 0 15px 0 0;
	margin:0px;
	list-style:none;
	font-size:20px;
	text-transform:uppercase
}
#menu ul.menu li {
	float:right;
}
#menu ul.menu li a {
	padding:0 10px;
	color:#26ADDA;
	height:110px;
	display:block;
	line-height:87px;
	position:relative;
	z-index:150
}
#menu ul.menu li a:hover {
	color:#fff;
	background:#5D3480;
}
#menu_footer ul.menu,
#menu_footer ul.menu li {
	 padding: 0 15px 0 0;
	margin:0px;
	list-style:none;
	font-size:15px;
	text-transform:uppercase
	}
#menu_footer ul.menu li a {
	padding:0 10px;
	color:#fff;
	}
#menu_footer ul.menu li a:hover {
	color:#5D3480;
	}
#menu_footer ul.menu li {
	float:left;
}
#gr4_rotator {
	margin-top:10px;
	background:url(../images/shadow.png) no-repeat bottom;
	height: 219px;
	width: 950px;
	padding-bottom:39px
}
	
#column_wrapper {
	height:auto;
	width:100%;
	margin:0px;
	padding:0px;
	background:#FFF;
	min-height: 400px;
}

#column_wrapper #left_column {
	float:left;
	width:630px;
	padding:20px
}

#column_wrapper #right_column {
	float:left;
	width:260px;
}

#szybkikontakt {
	float:left;
width: 243px;
	background:#5D3480;
	font-family: 'Titillium Web', sans-serif;
	 margin: 38px 0 0 21px;
	 color:#FFF;
	 font-size:18px;
	 padding:8px
	}
	

#footer_wrapper {
	background:#26ADDA;
	margin-top:20px;
	width:950px;
	height:60px;
}

#menu_footer {
	    float: left;
    margin: 20px 0 0;
	}
#logo_footer {
	float:right;
	width:181px;
	height:44px;
	background:url(../images/logo_footer.jpg) no-repeat;
	margin: 9px 32px 0 0;
	
	}
#gr4 {
	text-align:center;
	font-size:9px;
	color:#999;
	background:url(../images/shadow.png) no-repeat;
	line-height:40px;
	width:950px;
	height:40px;
}
#gr4 a{
	color:#999;
	text-decoration:none
}

.moduletable h3,
.moduletable-blue h3,
.moduletable-red h3 {
	background:url(../images/h3_gray.png) no-repeat;
	height:57px;
	width: 259px;
	display:block;
	line-height:57px;
	padding:0 0 0 10px;
	margin:20px 0
}
.moduletable-red h3 {
	background:url(../images/h3_red.png) no-repeat;
}
.moduletable-blue h3 {
	background:url(../images/h3_blue.png) no-repeat;
}
/* other */

p.alert, p.error {
	background:#EEFDCE;
	border:2px dashed #DDFCAE;
	padding:10px 15px;
	margin:auto; 
	text-align:center;
	font-size:14px
}
p.error {
	background: #F99;
	border:2px dashed #F00;
}