/*
 * KROKUS
 */

/* @group main */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
} 

body {
	font-size: 100%;
	line-height: 1;
	font-family: Arial;
	background: #676767;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

h3 {
	font-weight: bold;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #b6245e;
	text-decoration: none;
}

a:hover {
	color: #EB1940;
	text-decoration: none;
}

.clear {
	clear: both;
}


/* @end */

#zb {

	padding: 10px;
	background-color: #000;
	color: #fff;
	text-align: center;
}


#wrapper {
	width:990px;
	margin:auto;
}

/* @group header */

#header {
	height: 166px;
	padding: 15px 15px 0 15px;
	background-image: url(../img/header.jpg);
}

#head {
	width: 253px;
	height: 166px;
	float: left;
	background: #b6245e url(../img/head.jpg) no-repeat;
}

/* @group logo */

#logo {
	width: 707px;
	height: 166px;
	float: right;
	background: #fff url(../img/col.jpg) repeat-y left;
}

#logo img {
	margin: 30px 40px 0 0;
	float: right;
}

#slogan {
	margin: 140px  0 0 40px;
	position: absolute;
}

/* @end */

/* @end */

/* @group main */

#main {
	padding: 0 15px;
	background: #676767 url(../img/main.jpg);
}

#columns {
	background: url(../img/content.jpg) no-repeat right bottom;
}

/* @group sidebar */

#sidebar {
	width: 253px;
	padding: 90px 0 0 0;
	float: left;
	background: #b6245e url(../img/head2.jpg) no-repeat 0 top;
}

#mainNavigation {
	padding: 0 20px 20px 30px;
	/*font-size: 82.5%;*/
	color: #fff;
}


#mainNavigation li a {
	color: #fff;
	font-size: 15px;
	padding: 7px 0px;
	font-style: italic;
	display: block;
}

#mainNavigation li.active, #mainNavigation a.active, #mainNavigation a:hover {
	color:#F2EB8E;
	text-decoration: none;
}

#mainNavigation li ul {
	padding: 0 0 0 20px;
}

/* @end */

/* @group content */

#content {
	width: 667px;
	line-height: 1.5;
	min-height: 200px;
	float: right;
	padding: 92px 20px 450px 20px;
	
}

.pc {
	border-right: 1px solid #ccc;
	margin: 10px 0;
}

.pc th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pc th:first-child {
	border-left: none;
	border-bottom: none;
	border-top: none;
}

.pc .th td:first-child {
	border-left: none;
	border-top: none;
}

.pc td, .pc th {
	text-align: center;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.pc .th td {
	font-weight: bold;
	padding-bottom: 10px;
}

.pc .title {
	text-align: left;
	border-left: none;
}

#content ul {
	list-style: disc;
	padding: 0px 0 10px 30px;
}

/* @group news */

#content .news {
	padding: 0;
}



#content .news li {
	padding: 0 0 10px 0;
	list-style: none;
}

#content .news li.left {
	float: left;
	width: 310px;
}

#content .home li {
	background: #fcf9d4;
	padding-right: 10px;
}

#content .news li.right {
	
}

#content .newsImg {
	width: 148px;
	height: 98px;
	padding: 13px 0 0 13px;
	float: left;
	background-image: url(../img/imgF.png);
}
#content .newsContent {
	padding-top: 8px;
	line-height: 1.5;
}

#content .newsContent p {
	margin-bottom: 10px;
}

#content .newsContent ul li{
	list-style: disc;
	padding: 0;
	
}
#content .newsContent h2 {
	
}

/* @end */

/* @group gallery */

.galleryImg {
	width: 148px;
	height: 98px;
	padding: 13px 0 0 13px;
	margin: 0 5px 0 0px;
	float: left;
	background-image: url(../img/imgF.png);
}

/* @end */

/* @end */


/* @end */

/* @group toolbox */

#address {
	width: 208px;
	height: 160px;
	line-height: 1.3;
	color: #fff;
	padding: 5px 20px 0 25px;
	float: left;
	background-color: #b6245e;
}

#address a {
	color: #c3d5d4;
	font-size: 12px;
	border-bottom: 1px dotted #c3d5d4;
}

#address a:hover {
	color: #F2EB8E;
	border-color: #F2EB8E;
}

/* @end */

/* @group footer */

#footer {
	padding-top: 30px;
	background: url(../img/footer.jpg) no-repeat;
}

#footer #copyrights {
	color: #eee;
	padding-left: 15px;
	line-height: 16px;
	float: left;
}

#footer #webdesign {
	color: #eee;
	
	float: right;
}

#wiredot {
	font-size: 12px;
	float: right;
	line-height: 16px;
	padding: 0 15px 10px 0;
	color: #fff;
}
#wiredot a {
	display: inline-block;
	width: 81px;
	height: 16px;
	text-indent: -99999px;
	background: url(../img/wiredot.jpg) no-repeat;
	padding: 2px 0 0 3px;
}
#wiredot img {
	margin-left: 10px;
}

.highslide-caption {
	background: #fff;
}

/* @end */

#galleryImg td {
	border: 0;
}

.help {
	width: 202px;
	display: block;
	margin: 10px auto 30px auto;
}

#gal_hom {
	display: block;
	width: 221px;
	height: 162px;
	background-image: url(../img/gallery.jpg);
	margin: 20px auto;
}

