@CHARSET "UTF-8";

* { 
	margin: 0; 
	padding: 0; 
}

body {
	font-size: 11px; 
	font-family: Arial, helvetica, sans-serif, curier;
	color: #000000; 
	background-color: #BBBBBB; 
}

a {
	color: #950756;
}

#bg_bg {
	width:100%; 
	background-color: #E5E3E4; 
	overflow: hidden; 
	position: relative; 
	z-index: 1;
}

#bg_top {
	width:100%; 
	background: url(img/bg_top.jpg) top repeat-x; 
}

#bg_bottom {
	width: 100%; 
	min-height:800px; 
	background: url(img/bg_bottom.jpg) bottom repeat-x;
}

#wrapper_bg {
	width: 825px; 
	margin: 0 auto; 
	background: url(img/wrapper_bg.jpg) center 0px repeat-y; 
	overflow: hidden;
}

#wrapper_top {
	width: 825px; 
	background: url(img/wrapper_top.jpg) center top no-repeat; 
	overflow: hidden;
}

#wrapper_bottom {
	width: 825px; 
	background: url(img/wrapper_bottom.jpg) center bottom no-repeat; 
	overflow: hidden; 
	position: relative; 
	padding-bottom: 40px;
}

#top {
	width: 749px; 
	height: 276px; 
	position: relative; 
	float: left;
	background: url(img/top_bg.jpg);
	padding-bottom: 10px;
	background-color: #ffffff;
}

#toolbar {
	width: 737px; 
	position: relative; 
	float: left;
	background-color: #950756;
	color: #ffffff;
	padding: 10px 6px;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
#toolbar a {
	text-decoration: none;
	color: #ffffff;
}

#content {
	width:749px; 
	clear: both; 
	background: url(img/content_bg.jpg) 0px 0px repeat-y;
	margin: 0 auto; 
	top: 54px; 
	background-color: #ffffff; 
	overflow: hidden; 
	position: relative; 
}

#menu_top {
	width: 730px; 
	color: #6b6b6b; 
	position: relative;  
	top: 30px; 
	margin:0 auto; 
	position: relative; 
	z-index: 10;
}

#menu_top h1 {
	font-size: 100%; 
	color: #6b6b6b; 
	float: none; 
	display: inline; 
	font-weight: normal;
}
	
#menu_top a.mapa {
	float: right; 
	color: #6b6b6b; 
	padding-left: 16px; 
}

#menu_top a {
	color: #6b6b6b;
}

#menu_top a.mapa.active {
	text-decoration: underline;
}

#sub {
	width: 230px; 
	float: left; 
	overflow: hidden; 
	min-height: 700px; 
	height: auto !important; 
	height: 700px;
}

#sub .motto {
	text-align: center;
	margin-bottom: 120px;
	font-weight: bold;
	font-size: 13px;
}

#main {
	width: 478px; 
	float:left; 
	padding: 20px 15px 20px 25px; 
	background-color: #fff; 
	/*background: url(img/main_top_bg.jpg) top repeat-x; */
	min-height: 440px; 
	height: auto !important; 
	height:440px;
}

#main h1 {
	color: #950756;
	font-size: 14px;
	margin: 35px 0;
	text-align: center;
}

#main h2 {
	margin: 15px 0;
	font-color: #d2d2d2;
	font-size: 11px; 
}

#main p {
	line-height: 140%;
	margin-bottom: 10px;
}

#main ul {
	line-height: 140%;
	margin-bottom: 10px;
}

#main blockquote {
	line-height: 140%;
	font-style: italic;
	border: 1px solid #eadd13;
	border-left: 6px solid #eadd13;
	padding-left: 6px;
	margin-bottom: 10px;
}

#main cite {
	color: #950756;
	margin-bottom: 15px;
	display: block;
	text-align: right;
}

#main ul li {
	padding-left: 14px;
	background: url(img/arrow2.png) no-repeat center left;
	list-style-type: none;
}

#footer { 
	width: 741px; 
	height: 17px; 
	background: url(img/footer_bg.jpg) repeat-y;
	padding: 6px 4px 2px 4px; 
	clear: both;
	margin: 54px auto 12px; 
	overflow: visible;
	text-align: left;
}

#main .ref {
	margin-top: 35px;
}

#logo {
	margin-top: 10px;
	margin-bottom: 80px;
	text-align: center;
}
#logo a.logo {
	text-decoration: none;
	margin-bottom: 10px;
}
#logo a.logo img {
	border: none;
}
#logo a.blog {
	font-size: 150%;
}

.left_panel {
	background-color: #e2e2e2;
	padding: 6px 2px;
	margin-right: 3px;
}

#faq {
	margin-bottom: 80px;
}
#faq dl { }
#faq dt {
	padding-left: 14px;
	background: url(img/arrow2.png) no-repeat center left;
	margin-bottom: 10px;
	color: #950756;
	font-weight: bold;
}
#faq dd {
	margin-bottom: 10px; 
}


#contact {
}
#contact h1 {
	font-size: 14px;
	margin-bottom: 10px;
}


/**
 * formularz
 */
 
table.form {
	border-collapse: collapse;
	width: 100%;
}

table.form td {
	padding: 4px;
}

table.form td.t {
	text-align: right;
	padding-right: 14px;
	width: 150px;
}

table.form td span.e {
	color: #950756;
} 

table.form td.i input[type=text],
table.form td.i textarea {
	border: 1px solid #950756;
	padding: 2px;
	width: 80%;
}

table.form td.i textarea {
	height: 200px;
}


table.form td.i input[type=submit] {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	
	background-image: url(/img/admin/btn_violet_bg.png);
	background-color: #950756;
	border: 1px solid #640038;
	
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 16px;
	padding: 0 4px;
	text-shadow:0 -1px 1px #9B9B9B;
	vertical-align: baseline;	

}

input, select, textarea {
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif, curier;
}

#main h2.msg {
	text-align: center;
	color: #950756;
	border: 1px solid #950756;
	padding: 10px;
	background-color: #e2e2e2;
	width: 80%;
	margin-left: auto;
	margin-right: auto; 
}



#links {
	background-color: #bababa;
	text-align: center;
	padding-bottom: 10px;
}
#links a img {
	border: none;
}
