/* --------------------------------------------------------- 
 *	basic settings
 */

* {
	font-size: 100%;
	padding: 0; margin: 0;
	list-style: none;
}

body, td, th, input, textarea, select {
	font-family: Arial, sans-serif;
	color: #555555;
}
html {
	padding: 0; margin: 0;
}
body {
	background: #ececec;
	text-align: center;
	font-size: 75%;
}
a {
	color: #741372;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.hide {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cleaner {
	clear: both;
}

a.link {
	padding-right: 8px;
	background: url('../clip/bg-top-arrow.png') no-repeat 100% 60%;
}	

/* --------------------------------------------------------- 
 *	scrollbar hack
 */ 
 
html {
	overflow-y: scroll; 
} 
/* --------------------------------------------------------- 
 *	clearfix hack
 */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* --------------------------------------------------------- 
 *	layout
 */

#page-wrapper {
	position: relative;
	margin: 1px auto;
 	text-align: left;
 	width: 840px;
}
 
#page {
 	background: #FFF;
}
 
#top {
 	height: 242px;
 	background: no-repeat 100% 10px;
 	background-image: url('../clip/bg-top-1.jpg'); 
}

#page.background-1 #top { background-image: url('../clip/bg-top-1.jpg'); }
#page.background-2 #top { background-image: url('../clip/bg-top-2.jpg'); }
#page.background-3 #top { background-image: url('../clip/bg-top-3.jpg'); }
#page.background-4 #top { background-image: url('../clip/bg-top-4.jpg'); }
#page.background-5 #top { background-image: url('../clip/bg-top-5.jpg'); }
#page.background-6 #top { background-image: url('../clip/bg-top-6.jpg'); }
#page.background-7 #top { background-image: url('../clip/bg-top-7.jpg'); }

.logo {
	background: url('../clip/logo.png') no-repeat 30px 50%;
	width: 200px; height: 140px;
	display: block;
	position: absolute;
	top: 40px; left: 0;
}
.logo img {
	display: none;
}

#content-wrapper {
	width: 780px;
	padding: 0 30px 30px;
}
.page-content {
	width: 490px;
	float: left;
}

#left {
	float: left;
	width: 260px;
}

#content {
	float: right;
	width: 490px;
	 
}

#footer {
	padding: 15px 40px;
	color: #575757;
}
#footer p {
	padding: 11px 0 12px;
}
#footer p.copy {
	border-bottom: 1px solid #711371;
	width: 240px;
}

/* --------------------------------------------------------- 
 *	language
 */

.language {
	width: 400px;
	position: absolute;
	top: 0; right: 30px;
	line-height: 40px;
	text-align: right;
}
.language a {
	margin: 0 10px;
	padding-right: 8px;
	background: url('../clip/bg-top-arrow.png') no-repeat 100% 60%;
}
.language select {
	margin-left: 10px;
	font-size: 95%;
	width: 140px;
	vertical-align: middle;
}
.language select option {
	padding: 0 5px;
	color: #000000;
}
.language select option:first-child {
	color: #555555;
}
/* --------------------------------------------------------- 
 *	navigation
 */

.navigation {
	font-size: 130%;
}
* html .navigation li {
	height: 1%;
	float: left;
}
.navigation li {
	width: 260px;
	margin-bottom: 2px;
}
.navigation li a {
	width: 205px;
	background: #f8f8f8;
	padding: 4px 20px 5px 35px;
	display: block;
}	
.navigation li span {
	padding-right: 10px;
}
.navigation li a:hover, .navigation li a.nav-active {
	background: #fff url('../clip/bg-menu-arrow.png') no-repeat 100% 50%;
	text-decoration: none;
	color: #555555;
}
.navigation li a:hover span, .navigation li a.nav-active span {
	background: #fff;
}

/* --------------------------------------------------------- 
 *	content
 */
#content {
	padding-top: 5px;
}
#content h1, #content .like-h1 {
	color: #701471;
	font-size: 130%;
	margin-bottom: 15px;
	font-weight: normal;
}
#content h1.black, #content .like-h1.black {
	color: #555555;
}	

#content h2 {
	font-weight: normal;
	text-transform: uppercase;
}

#content p {
	margin-bottom: 20px;
}

#content .page-content ul,
#content .page-content ol {
	margin-bottom: 20px;
}
#content .page-content ol {
	margin-left: 20px;
}
#content .page-content ul li {
	padding: 2px 0 2px 35px;
	background: url('../clip/bg-li.png') no-repeat 0 8px;
}
#content .page-content ol li {
	list-style-type: decimal;
	padding: 2px 0 2px 15px;
	list-style-position: outside;
}

#content table {
	table-layout: fixed;
	empty-cells: show;
}
#content table td {
	height: 15px;
}

/* IE6 and IE7 hacks */
* html #content .page-content ol { margin-left: 25px; }
* html #content .page-content ol li { padding: 2px 0 2px 10px; }
*+html #content .page-content ol { margin-left: 25px; }
*+html #content .page-content ol li { padding: 2px 0 2px 10px; }

/* --------------------------------------------------------- 
 *	right
 */
#right {
	float: right;
	width: 130px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-left: 10px;
	border-left: 1px solid #701471;
	
}
#right p {
	margin-bottom: 10px;
}
#right a.right-link {
	margin-bottom: 5px;
}

/* --------------------------------------------------------- 
 *	section header
 */
.section-header {
	height: 39px;
	width: 490px;
	margin-bottom: 20px;
	border-bottom: 1px solid #701471;
}
.section-header .title {
	color: #701471;
	font-size: 130%;
	margin-bottom: 15px;
	font-weight: normal;
	float: left;
}

.section-header .backto {
	float: right;
}

/* --------------------------------------------------------- 
 *	images
 */

.images {
	border-bottom: 1px solid #ececec;
}
 
.images li {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}
.images li.no-margin {
	padding-right: 0;
}
/* --------------------------------------------------------- 
 *	files
 */

.files { 
	clear: left;
	margin-top: 15px;
}
.files li { 
	width: 490px;
	border-bottom: 1px solid #ececec;
	position: relative;
	padding: 4px 0;
}
* html .files li {
	height: 1%;
} 
.files .size {
	position: absolute;
	top: 4px; right: 0;
	width: 80px;
	text-align: right;
}
.files .name {
	position: absolute;
	top: 4px; right: 80px;
	width: 250px;
} 
.files a {
	display: block;
	width: 410px;
}

/* --------------------------------------------------------- 
 *	pages
 */

.pages {
	clear: left;
	background: url('../clip/bg-line.png') no-repeat;
	padding-top: 10px;
}
.pages li {
	padding: 5px 0;
}

/* --------------------------------------------------------- 
 *	studie
 */
 
.pages-studie {

}
.pages-studie li {
	width: 240px;
	float: left;
	border-top: 1px solid #701471;
	margin-right: 10px;
	padding: 9px 0;
}
.pages-studie li.no-margin {
	margin-right: 0;
}
.pages-studie li a.img {
	border: 1px solid #701471;
	float: left;
}
.pages-studie li a.img img {
	display: block;
}
.pages-studie li .s-content {
	margin-left: 100px;
}
.pages-studie li .s-content a.link {
	margin-bottom: 10px;
}
#content .pages-studie li .s-content p {
	margin: 0;
	margin-top: 10px;
}


/* --------------------------------------------------------- 
 *	news
 */

#news {
	margin-top: 20px;
	width: 260px; height: 200px;
	background: url('../clip/bg-news.png') no-repeat;
}

#news li {
	padding: 15px 25px 0 35px;
	height: 100px;
	overflow: hidden;
}
#news li h3 {
	font-weight: normal;
	margin-bottom: 15px;
}

#news h2 {
	font-size: 130%;
	color: #701471;
	font-weight: normal;
	padding: 30px 35px 0 35px;
}	

/* --------------------------------------------------------- 
 *	logo panel
 */

.logo-panel {
	padding-top: 10px;
	position: relative;
	height: 160px;
}
.logo-panel a {
	display: block;
}
.logo-panel a img {
	display: block;
}

.logo-panel a.logo-watchdog {
	border-bottom: 1px solid #e6e6e6;
}
.logo-panel a.logo-lg {
	position: absolute;
	top: 70px; left: 0;
	width: 130px; height: 49px;
}

.logo-panel a.logo-it {
	position: absolute;
	top: 120px; left: 0;
	width: 130px; height: 49px;


}
.logo-panel a.logo-vse {
	position: absolute;
	top: 70px; left: 134px;
	width: 126px; height: 97px;	
	border-left: 1px solid #e6e6e6;
}