﻿/* General reset */
body{
	margin:0;
	color:#000;
	font:11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#fff;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:none;}

.theme-red #content a { color: #e31b23; }
.theme-yellow #content a { color: #FFA400; }
.theme-blue #content a { color: #4e20c5; }
.theme-green #content a { color: #ABC500; }

input,
textarea,
select{
	font:100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input:focus { outline:none }
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	margin:0 auto;
	width: 998px;
	padding-bottom: 15px;
}
/* header start */
#header{
	overflow: hidden;
	width: 100%;
	padding: 15px 0 16px;
}
.logo{
	float: left;
	width: 111px;
	height: 49px;
	background: url(/layouts/images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: inline;
	margin-left: 2px;
}
.logo a{
	display: block;
	height: 100%;
}
/* search start */
.search{
	float: right;
	width: 190px;
	padding-top: 15px;
}
.txt{
	float: left;
	background: url(/layouts/images/bg-input-l.gif) no-repeat;
}
.txt span{
	float: left;
	padding: 2px 10px 3px;
	background: url(/layouts/images/bg-input-r.gif) no-repeat 100% 0;
}
.txt input{
	float: left;
	font-size: 11px;
	color: #000;
	background: none;
	border: none;
	width: 142px;
	padding: 0;
	height: 14px;
}
.search .txt input{width: 131px;}
.btn-search,
.btn-ok,
.btn-login,
.btn-edit{
	float: right;
	width: 36px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	border: none;
	background: url(/layouts/images/btn-search.gif) no-repeat;
	padding: 0 0 3px;
	cursor: pointer;
}
.btn-login{
	width: 46px;
	background: url(/layouts/images/btn-login.gif) no-repeat;
}
.btn-edit{
	width: 70px;
	background: url(/layouts/images/btn-edit.gif) no-repeat;
}
.theme-red .btn-search,
.theme-red .btn-login,
.theme-red .btn-edit, .jqmWindow .btn-login {
	background-position: 0 -20px;
}
.jqmWindow .btn-login {
	float: left;
}
.theme-yellow .btn-login, .theme-yellow .btn-edit{
	background-position: 0 -60px;
}
.theme-blue .btn-login, .theme-blue .btn-edit{
	background-position: 0 -40px;
}
.theme-yellow .btn-search{background-position: 0 -40px;}
.theme-blue .btn-search{background-position: 0 -60px;}
/* search end */
/* menu start */
.menu{
	float: right;
	padding: 15px 4px 0 0;
	list-style: none;
	margin: 0;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
.menu li{
	display: inline;
	padding-right: 15px;
}
.menu a{
	padding-left: 19px;
	background: url(/layouts/images/arrow1-green.gif) no-repeat 0 4px;
}

.theme-red .menu a{
	padding-left: 19px;
	background: url(/layouts/images/arrow1-red.gif) no-repeat 0 4px;
}

.theme-blue .menu a{
	padding-left: 19px;
	background: url(/layouts/images/arrow1-blue.gif) no-repeat 0 4px;
}

.theme-yellow .menu a{
	padding-left: 19px;
	background: url(/layouts/images/arrow1-yellow.gif) no-repeat 0 4px;
}

.theme-green .menu a{
	padding-left: 19px;
	background: url(/layouts/images/arrow1-green.gif) no-repeat 0 4px;
}

.theme-red .menu a:hover{
	text-decoration: none; color: #E31B23;
}

.theme-blue .menu a:hover{
	text-decoration: none; color: #4E20C5;
}

.theme-yellow .menu a:hover{
	text-decoration: none; color: #FFA400;
}

.theme-green .menu a:hover{
	text-decoration: none; color: #C4D61F;
}
/* menu end */
/* header end */
/* main start */
#main{
	overflow: hidden;
	width: 100%;
	padding-bottom: 32px;
}
.theme-yellow #main{padding-bottom: 44px;}
#twocolumns{
	float: left;
	width: 795px;
}
.twocolumnsWide {
	float: left;
	width: 995px !important;
}
.container{
	overflow: hidden;
	width: 100%;
}
/* main-nav start */
.main-nav{
	padding: 0;
	list-style: none;
	margin: 0 0 13px -10px;
	width: 817px;
	overflow: hidden;
}
.main-nav li{
	float: left;
	padding-left: 12px;
}
.main-nav a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font: bold 16px/38px Arial, Helvetica, sans-serif;
	width: 189px;
	height: 38px;
	background: url(/layouts/images/main-nav.gif) no-repeat;
	text-align: center;
}
/*.main-nav a:hover,*/
.main-nav .active a{
	text-decoration: none;
	background-position: 0 -38px;
}
/*.theme-red .main-nav a:hover,*/
.theme-red .main-nav .active a{
	background-position: 0 -76px;
}
/*.theme-yellow .main-nav a:hover,*/
.theme-yellow .main-nav .active a{
	background-position: 0 -114px;
}
/*.theme-blue .main-nav a:hover,*/
.theme-blue .main-nav .active a{
	background-position: 0 -152px;
}

.theme-red .main-nav a:hover{
	text-decoration: none; color: #E31B23;
}

.theme-blue .main-nav a:hover{
	text-decoration: none; color: #4E20C5;
}

.theme-yellow .main-nav a:hover{
	text-decoration: none; color: #FFA400;
}

.theme-green .main-nav a:hover{
	text-decoration: none; color: #C4D61F;
}

.main-nav .active a:hover{
    text-decoration: none; color: #fff;
}


/* main-nav end */
/* nav-bar start */
.nav-bar{
	float: left;
	width: 190px;
	padding-top: 31px;
}
#nav{
	padding: 0 0 0 6px;
	list-style: none;
	margin: 0;
}
#nav li{
	height: 1%;
	vertical-align: top;
	padding-bottom: 8px;
	line-height: 13px;
	overflow: hidden;
}
#nav a{
	padding-left: 15px;
	display: inline-block;
}

#nav .active a{
	background: url(/layouts/images/arrow2-green.gif) no-repeat 0 2px;
	text-decoration: none;
	font-weight: bold;
}

#nav .active a:hover {
    text-decoration: underline;
}

.theme-red #nav .active a{
	background-image: url(/layouts/images/arrow2-red.gif);
}

.theme-yellow #nav .active a{
	background-image: url(/layouts/images/arrow2-yellow.gif);
}

.theme-blue #nav .active a{
	background-image: url(/layouts/images/arrow2-blue.gif);
}

.theme-green #nav .active a{
	background-image: url(/layouts/images/arrow2-green.gif);
}

.theme-red #nav a:hover{
	text-decoration: none; color: #E31B23;
}

.theme-blue #nav a:hover{
	text-decoration: none; color: #4E20C5;
}

.theme-yellow #nav a:hover{
	text-decoration: none; color: #FFA400;
}

.theme-green #nav a:hover{
	text-decoration: none; color: #C4D61F;
}

#nav ul{
	padding: 3px 0 0;
	list-style: none;
	margin: 0;
	clear: both;
}
#nav ul ul{padding-left: 15px;}
#nav li.active ul{display:block;}
#nav li.active ul ul,
#nav li.active ul li.active ul ul{display:none;}
#nav li li.active ul,
#nav li li li.active ul{display:block;}
#nav ul li{padding: 0 0 3px;}
#nav ul a,
#nav .active ul a,
#nav ul .active ul a,
.theme-red #nav ul .active ul a,
.theme-red #nav .active ul a,
.theme-yellow #nav ul .active ul a,
.theme-yellow #nav .active ul a,
.theme-blue #nav ul .active ul a,
.theme-blue #nav .active ul a,
.theme-green #nav .active ul a {
	background: url(/layouts/images/arrow3.gif) no-repeat 0 5px;
	font-weight: normal;
}

#nav ul .active a,
#nav ul ul .active a{
	background:url(/layouts/images/arrow3-green.gif) no-repeat 0 5px;
	font-weight: bold;
}

.theme-red #nav ul .active a,
.theme-red #nav ul ul .active a{
	background:url(/layouts/images/arrow3-red.gif) no-repeat 0 5px;
	font-weight: bold;
}

.theme-yellow #nav ul .active a,
.theme-yellow #nav ul ul .active a{
	background:url(/layouts/images/arrow3-yellow.gif) no-repeat 0 5px;
	font-weight: bold;
}

.theme-blue #nav ul .active a,
.theme-blue #nav ul ul .active a{
	background:url(/layouts/images/arrow3-blue.gif) no-repeat 0 5px;
	font-weight: bold;
}

.theme-green #nav ul .active a,
.theme-green #nav ul ul .active a{
	background:url(/layouts/images/arrow3-green.gif) no-repeat 0 5px;
	font-weight: bold;
}
/* nav-bar end */
/* content start */
#content{
	float: right;
	width: 593px;
	overflow: hidden;
}
.contentWide {
	float: right;
	width: 793px !important;
	overflow: hidden;
}
/* top-bar start */ 
.top-bar{
	overflow: hidden;
	width: 100%;
	padding-bottom: 13px;
}
.top-bar ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.fn-buttons{float: right;}
.fn-buttons li{
	float: left;
	padding-left: 8px;
}
.fn-buttons a{float: left;}
.fn-buttons img{display: block;}
.top-bar strong{
	font-size: 9px;
	color: #6a7783;
}
.top-bar .breadcrumbs{
	display: inline;
	font-size: 9px;
	margin-left: -12px;
}
.breadcrumbs li{
	display: inline;
	color: #ABC500;
	font-weight: bold;
	padding: 0 3px 0 13px;
	background: url(/layouts/images/arrow3.gif) no-repeat 0 4px;
}
.theme-red .breadcrumbs li{color: #e31b23;}
.theme-yellow .breadcrumbs li{color: #FFA400;}
.theme-blue .breadcrumbs li{color: #4e20c5;}
.breadcrumbs li:first-child{background: none;}
.breadcrumbs a{color: #000 !important; font-weight: normal;}
.breadcrumbs a:hover { color: #6A7783 !important;}
/* top-bar end */
#content h1,
#content h2,
.home-content h1{
	font: bold 21px/26px Arial, Helvetica, sans-serif;
	background: url(/layouts/images/line1.gif) repeat-x 0 100%;
	padding: 6px 0;
	margin: 0;
	margin-bottom: 8px;
}
#content .heading,
.home-content .heading{
	background: url(/layouts/images/line1.gif) repeat-x;
}
#content .heading h1,
#content .heading h2,
.home-content .heading h1{
	color: #6a7783;
}
.holder1{
	overflow: hidden;
	width: 602px;
	margin: 26px 0 28px -9px;
}
.holder1 .box{
	float: left;
	margin-bottom: 22px;
	width: 100%;
}
.holder2{margin-bottom: 0;}
.holder3{margin-bottom: 17px;}
.holder3 .box{
	padding-left: 10px;
	width: 190px;
	margin: 0;
}
.holder3 .box .br{position: relative;}
.box .r{
	position: relative;
}
.photo-holder .box{
	float: left;
	width: 291px;
}
.holder4{
	overflow: hidden;
	width: 100%;
	padding: 26px 0 4px;
}
.holder4 .box{
	float: left;
	width: 189px;
}
/* box start */
.box .t{background:url(../images/bg-t.gif) repeat-x;}
.box .b{background:url(../images/bg-b.gif) repeat-x 0 100%;}
.box .l{background:url(../images/bg-l.gif) repeat-y;}
.box .r{background:url(../images/bg-r.gif) repeat-y 100% 0;}
.box .r{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 1%;
}
.box .t-l,
.box .t-r,
.box .b-l,
.box .b-r{
	width:13px;
	height:13px;
	display:block;
	position:absolute;
	line-height:0;
	font-size:0;
	text-indent:-9999px;
}
.box .t-l{
	top:0;
	left:0;
	background:url(../images/bg-tl.png) no-repeat;
}
.box .t-r{
	top:0;
	right:0;
	background:url(../images/bg-tr.png) no-repeat;
}
.box .b-l{
	bottom:0;
	left:0;
	background:url(../images/bg-bl.png) no-repeat;
}
.box .b-r{
	bottom:0;
	right:0;
	background:url(../images/bg-br.png) no-repeat;
}
* html .box .b-l2{
	bottom:-1px;
	left:0;
}
* html .box .b-r2{
	bottom:-1px;
	right:0;
}
* html .photo-holder .box .t-r,
* html .holder4 .box .t-r,
* html .block1 .box .t-r{
	right:-1px;
}
* html .photo-holder .box .b-r,
* html .holder4 .box .b-r,
* html .block1 .box .b-r{
	right:-1px;
}
.box img{
	display: block;
	margin: 1px auto;
}
/* box end */

/* Fact start */
.factbox 
{
	width: 340px !important; 
	margin-left: 10px !important;
}

.factboxwide
{
	width: 560px !important; 
	margin-left: 0px !important;
}

.factcontent 
{
	padding-left: 17px;
	padding-bottom: 10px;
}

.factbox ul, .factboxwide ul  
{
	margin-left: 0px;
	padding-left: 17px;
	list-style-type: square;
}

.factbox-title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: url(/layouts/images/line1.gif) repeat-x 0 100%;
	padding: 6px 0;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 17px;
	margin-right: 17px;
}

/* Fact end */

.block1{
	float: left;
	padding-left: 9px;
	width: 291px;
}
#content h3,
.home-content h3{
	margin: 0 50px 5px 0;
	height: 1%;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	background: url(/layouts/images/line1.gif) repeat-x 0 100%;
	padding-bottom: 8px;
}
#content h3 a,
.home-content h3 a{
	padding-left: 18px;
	background: url(/layouts/images/arrow1-green.gif) no-repeat 0 4px;
}
#content h3 a:hover,
.home-content h3 a:hover{
	text-decoration: none;
	color: #c4d61f;
}

.no_border {
background: none !important;
}

.theme-red #content h3 a{color: #000; background-image:url(/layouts/images/arrow1-red.gif);}
.theme-red #content h3 a:hover{color: #e31b23;}
.theme-yellow #content h3 a{color: #000; background-image:url(/layouts/images/arrow1-yellow.gif);}
.theme-yellow #content h3 a:hover{color: #FFA400;}
.theme-blue #content h3 a{color: #000; background-image:url(/layouts/images/arrow1-blue.gif);}
.theme-blue #content h3 a:hover{color: #4e20c5;}
.theme-green #content h3 a{color: #000; background-image:url(/layouts/images/arrow1-green.gif);}
.theme-green #content h3 a:hover{color: #C4D61F;}
#content p{margin: 0;}
#content .holder1 p,
#content .holder4 p{
	margin-right: 20px
}
.holder3 .title{
	position: absolute;
	width: 188px;
	top: 1px;
	left: 1px;
}
.home-content .holder3 .title{width: 391px;}
.holder3 .title-b{
	top: auto;
	bottom: 1px;
}
.holder3 .title h4{
	margin: 0;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	padding:10px 0;
	text-align: center;
	height: 1%;
}
.home-content .holder3 .title h4{
	padding: 9px 23px 11px 26px;
	text-align: left;
	font-size: 17px;
	text-transform: uppercase;
}
.home-content .holder3 .title-r h4{text-align: right;}
.holder3 .title h4.blue{background: url(/layouts/images/title-blue.png) no-repeat;}
.holder3 .title h4.red{background: url(/layouts/images/title-red.png) no-repeat;}
.holder3 .title h4.green{background: url(/layouts/images/title-green.png) no-repeat;}
.holder3 .title h4.yellow{background: url(/layouts/images/title-yellow.png) no-repeat;}
.home-content .holder3 .title h4.blue{background: url(/layouts/images/title-blue2.png) no-repeat;}
.home-content .holder3 .title h4.yellow{background: url(/layouts/images/title-yellow2.png) no-repeat;}
.home-content .holder3 .title h4.red{background: url(/layouts/images/title-red2.png) no-repeat;}
.holder3 .title h4 a{
	color: #fff !important;
	padding-left: 21px;
	background: url(/layouts/images/arrow4.png) no-repeat;
	position: relative;
	height: 1%;
	display: inline-block;
}
.home-content .holder3 .title h4 a{
	background: url(/layouts/images/arrow6.png) no-repeat 0 1px;
	padding-left: 17px;
}
.home-content .holder3 .title h4 a:hover {
    color:#C4D61F !important;
    text-decoration: none;
}
/* entry start */
.entry{
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	padding: 8px 0 26px;
}
/* entry end */
/* photo-holder start */
.photo-holder{padding: 0 30px 12px 0;}
.pjecer-content .photo-holder{padding: 14px 30px 18px 0;}
.autor{
	color: #6a7783;
	display: block;
	padding-bottom: 15px;
}
.autor a{color: #6a7783;}
.txt-box1 .autor{padding: 0;}
.autor span{font-weight: normal;}
.photo-holder .holder{
	width: 100%;
	position: relative;
	padding-bottom: 18px;
}
.photo-holder .holder:after{
	clear: both;
	content: "";
	display: block;
}
.photo-holder .txt-box{
	float: left;
	width: 220px;
	padding: 97px 0 0 25px;
}
/* photo-holder end */
.txt-box1{
	position: absolute;
	right: 30px;
	bottom:15px;
	width: 218px;
}
.holder4 .txt-box{
	float: right;
	width: 380px;
	padding: 4px 8px 0 0;
}
.pjecer-content{margin: 8px 0 -25px;}
.file-link{
	padding-left: 16px;
	background: url(/layouts/images/arrow2-green.gif) no-repeat 0 3px;
	font-weight: bold;
}
.theme-blue .file-link{background-image: url(/layouts/images/arrow2-blue.gif);}
.file-link strong{color: #6a7783;}
#content .pjecer-content p{margin: 0 30px 24px 0;}
/* content end */
/* sidebar start */
#sidebar{
	float: right;
	width: 190px;
}
.sidebox{
	background: url(/layouts/images/sidebox-bg.gif) repeat-y;
	width: 100%;
	margin-bottom: 12px;
}
.sidebox .t{background: url(/layouts/images/sidebox-t.gif) no-repeat;}
.sidebox .b{
	background: url(/layouts/images/sidebox-b.gif) no-repeat 0 100%;
	padding: 1px 1px 2px;
}
.sidebox h3{
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	background: #C1D82F url(/layouts/images/sidebox-green.gif) no-repeat;
	text-align: center;
	padding: 9px 0 11px;
}
.theme-red .sidebox h3{background: #e2301f url(/layouts/images/sidebox-red.gif) no-repeat;}
.theme-yellow .sidebox h3{background: #ffb83f url(/layouts/images/sidebox-yellow.gif) no-repeat;}
.theme-blue .sidebox h3{background: #4e20c5 url(/layouts/images/sidebox-blue.gif) no-repeat;}
.sidebox .holder{padding: 10px 13px 19px;}
.sidebox p{margin: 0 20px 8px 0;}
.sidebox a, .jqmWindow a{
	font-weight: bold;
	padding-left: 15px;
	background: url(/layouts/images/arrow2-green.gif) no-repeat 0 3px;
}
.sidebox a:hover, .jqmWindow a:hover {
	text-decoration: none;
	color: #ABC500;
}
.theme-red .sidebox a, .jqmWindow a {background-image: url(/layouts/images/arrow2-red.gif);}
.theme-red .sidebox a:hover, .jqmWindow a:hover {color: #e31b23;}
.theme-yellow .sidebox a{background-image: url(/layouts/images/arrow2-yellow.gif);}
.theme-yellow .sidebox a:hover{color: #FFA400;}
.theme-blue .sidebox a{background-image: url(/layouts/images/arrow2-blue.gif);}
.theme-blue .sidebox a:hover{color: #4c00c5;}
.sidebox fieldset{padding: 6px 0 0;}
.sidebox .row{
	overflow: hidden;
	width: 100%;
	padding-bottom: 8px;
}
.sidebox ul, .jqmWindow ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.sidebox ul li, .jqmWindow ul li{
	height: 1%;
	vertical-align: top;
	padding-bottom: 6px;
	line-height: 14px;
}
.sidebox .checkbox{
	width: 100%;
	overflow: hidden;
	padding-top: 18px;
}
.sidebox .checkbox input{
	padding: 0;
	float: left;
	display: inline;
	margin: 2px 6px 0 0;
	width: 14px;
	height: 14px;
}
* html .sidebox .checkbox input{margin-right: 4px;}
*+ html .sidebox .checkbox input{margin-right: 4px;}
.sidebox em{
	font-style: normal;
	display: block;
	padding: 2px 0;
}
.sidebox .ole{color: #ABC500;}
.theme-yellow .sidebox .ole{color: #ffb83f;}
.theme-blue .sidebox .ole{color: #4c00c5;}
.loguot{
	display: block;
	padding: 4px 0 24px;
}
/* tagcloud start */
.tagcloud{
	padding: 0;
	list-style: none;
	margin: 0;
}
.tagcloud li{
	height: 1%;
	vertical-align: top;
	text-align: center;
	padding-left: 30px;
}
.tagcloud li.right{padding: 0 50px 0 0;}
#sidebar .tagcloud a{
	background: none;
	color: #888888;
	font-size: 12px;
	padding: 0;
	position: relative;
}
#sidebar .tagcloud a.v-popular{
	font-size: 16px;
	line-height: 20px;
}
#sidebar .tagcloud a.vv-popular{
	font-size: 19px;
	line-height: 22px;
}
#sidebar .tagcloud a:hover{text-decoration: none; color: #C4D61F; }
/* tagcloud end */
/* sidebar end */
/* home-content start */
.home-content .holder{
	margin: 22px 0 12px -11px;
	width: 808px;
	overflow: hidden;
}
.home-content p{margin: 0 20px 0 0;}
.home-content .block1{
	width: 382px;
	padding: 0 11px;
}
.home-content .box{
	float: left;
	width: 393px;
	margin-bottom: 11px;
}
.home-content .holder3{margin-top: 0;}
/* home-content end */
/* main end */
/* footer start */
#footer{background: #C1D82F url(/layouts/images/footer-t.gif) no-repeat;}
#footer .b{
	background: url(/layouts/images/footer-b.gif) no-repeat 0 100%;
	height: 1%;
	overflow: hidden;
	padding: 10px 17px 12px 18px;
}
#footer .link{
	float: right;
	padding-left: 16px;
	background: url(/layouts/images/arrow5.gif) no-repeat 0 5px;
	font-weight: bold;
}

#footer .link:hover {
    color: #fff;
}

#footer ul{
	padding: 0;
	list-style: none;
	margin: 0 18px 0 -9px;
	display: inline;
}
#footer ul li{
	display: inline;
	padding: 0 2px 0 9px;
	background: url(/layouts/images/sep1.gif) no-repeat 0 2px;
}
#footer ul li:first-child{background: none;}
#footer p{
	margin: 0;
	display: inline;
}
/* footer end */

.faqlink {
    margin-bottom: 8px;
}

.listitemdate {
    font-weight: bold;
    color: #6A7783;
}


/* DEPTPICKER */

#deptPickerBydel
{
	width: 160px;
	margin-bottom: 4px;
}

#deptPickerVej
{
	width: 160px;
	margin-bottom: 4px;
}

#content ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.chairmanbox {
display:inline;
float:right;
text-align:right;
width:286px;
}
.chairmanboxlayer1 {
background-color:#FFFFFF;
background-image:url(/layouts/images/dottedlinehoriz.gif);
background-position:left bottom;
background-repeat:repeat-x;
color:inherit;
margin-left:20px;
text-align:left;
}
.chairmanboxlayer2 {
background-image:url(/layouts/images/dottedlinevert.gif);
background-position:right top;
background-repeat:repeat-y;
}
.chairmanboxlayer3 {
background-image:url(/layouts/images/dottedlinehoriz.gif);
background-position:left top;
background-repeat:repeat-x;
}
.chairmanboxlayer4 {
background-image:url(/layouts/images/dottedlinevert.gif);
background-position:left top;
background-repeat:repeat-y;
padding-bottom:1px;
padding-top:1px;
width:100%;
}
.chairmanboxtext {
background-color:#F4F3F1;
color:#000000;
margin:1px;
padding:14px 10px 20px;
}

.stmap a {
color: #000000 !important;

}

.theme-red .stmap a:hover {
color: #E31B23 !important;
}

.theme-yellow .stmap a:hover {
color: #FFA400 !important;
}

.theme-blue .stmap a:hover {
color: #4E20C5 !important;
}

.theme-green .stmap a:hover {
color: #ABC500 !important;
text-decoration: none !important;
}

.calendarchoice {
	width: 46px;
	height: 17px;
	background: url(/layouts/images/btn-login.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	line-height: 17px;
	font-size: 10px;
	border: none;
	padding: 0 0 2px;
	padding-top: 1px;
}

.calendarchoice a {
        color: #fff !important;
	
}

.calendarchoice .on a {
        color: #000 !important;	
}

.theme-red .calendarchoice {
	background-position: 0 -20px;
}
.theme-yellow .calendarchoice {
	background-position: 0 -60px;
}
.theme-blue .calendarchoice {
	background-position: 0 -40px;
}

#thisyear {
	float: left;
}

.theme-red #year_prev {
	cursor: pointer;
	margin-top: 4px;
	margin-right: 2px;
	width: 9px;
	height: 9px;
	background: url(/layouts/images/arrow2-red-left.gif) no-repeat;
	float: left;
}

.theme-red #year_next {
	cursor: pointer;
	margin-top: 4px;
	margin-left: 2px;
	width: 9px;
	height: 9px;
	background: url(/layouts/images/arrow2-red.gif) no-repeat;
	float: left;
}
.theme-yellow #year_prev {
	cursor: pointer;
	margin-top: 4px;
	margin-right: 2px;
	width: 9px;
	height: 9px;
	background: url(/layouts/images/arrow2-yellow-left.gif) no-repeat;
	float: left;
}

.theme-yellow #year_next {
	cursor: pointer;
	margin-top: 4px;
	margin-left: 2px;
	width: 9px;
	height: 9px;
	background: url(/layouts/images/arrow2-yellow.gif) no-repeat;
	float: left;
}

.theme-blue #year_prev {
	cursor: pointer;
	margin-top: 4px;
	margin-right: 2px;
	width: 9px;
	height: 9px;
	background: url(/layouts/images/arrow2-blue-left.gif) no-repeat;
	float: left;
}

.theme-blue #year_next {
	cursor: pointer;
	margin-top: 4px;
	margin-left: 2px;
	width: 9px;
	height: 9px;
	background: url(/layouts/images/arrow2-blue.gif) no-repeat;
	float: left;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 592px;
    
    color: #333;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.dialog-top {
	width: 592px;
	height: 38px;
	background: url(/layouts/images/dialog_top.gif) no-repeat;
}

.dialog-top h3 {
	color: #fff;
	padding: 11px;
	font-size: 16px;
	padding-left:20px;
	font-weight: bold;
}

.dialog-content {
	width: 552px;
	padding: 20px;
	background: #fff;
}

.dialog-bottom {
	width: 592px;
	height: 38px;
	background: url(/layouts/images/dialog_bottom.gif) no-repeat;
}

.publication 
{
	background: url('~/media/Images/publikation_bgr.ashx') no-repeat;
	width: 139px;
	height: 164px;
	padding-top: 13px;
}

.info 
{
	display: none !important;
}

