body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #333;
	background: #fff url("img/body-bg.png") repeat-x top left;
}


a {
	text-decoration: underline;
	color: #cc0000;
}

a:hover {
	color: #444;
}

a:visited {
	color: #999;
}

a.jsLink {
	text-decoration: underline;
	cursor: pointer;
}

b {
	font-weight: normal;
	color: #1d77d2;
}

.bigger {
	font-size: 1.3em;
	letter-spacing: 3px;
}

img { border: 0px; }
.clearleft { clear: left; }
.clearboth { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }
.pagebreak { page-break-after: always; }
.hilde { display:none; }

#container {
	width: 1000px;
/* 	margin: 0 auto 0 auto; */
}

#header {
	height: 265px;
	background: url("img/header.png") no-repeat top left;
}

#header a.home {
	text-decoration: none;
	position: absolute;
	display: block;
	height: 150px;
	width: 600px;
}

#mainmenu {
	position: absolute;
	margin: 25px 0 0 810px;
	width: 170px;
}

#main {
	padding: 30px 0 40px 0;
}

#left {
	width: 370px;
	float: left;
	padding-bottom: 30px;
}

#leftEnd {
	clear: left;
}

#center {
	float: right;
	width: 600px;
	padding: 0 0 20px 10px;
}

#mainEnd {
	clear: both;
}

#footer {
	text-align: center;
	padding: 10px 0 20px 0;
	background: url("img/footer-line.png") no-repeat top left;
	border: 1px solid white;
}

#bookmark {
	margin-top: 25px;
}

#scrollTop {
	position: absolute;
	margin-top: -50px;
	display:none;
}

/* content elements */

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #1d77d2;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Serif;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #ff6600;
	padding: 0 0 5px 0;
	margin: 0;
}


h3 {
	font-size: 1.1em;
 	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 30px 0 15px 0;
	border-bottom: 1px solid #efefef;
}

h4 {
	font-weight: normal;
	font-size: 1.1em;
	color: #9b9b9b;
	margin: 0;
	padding:0;
}

h5 {
	font-weight: bold;
	font-size: 1.0em;
	color: #666;
	margin: 0;
	padding:0;
}

#right h5 {
	font-size: 1.1em;
}

p, li {
	padding: 0;
	margin: 10px 0 10px 0;
	line-height: 1.4em;
}

li p {
	margin-top: 5px;
}

ul.checked  {
	padding: 0;
	list-style-type: none;
}

#center .checked li {
	background: url("img/bullet-arrow-orange.gif") no-repeat 0 1px;
	padding-left: 30px;

}

#center img {
	border: 1px solid #ddd;
	padding: 2px;
}

#center img.hashimage {
	border: 0;
	padding: 0;
	vertical-align: middle;
	float: none !important;
	margin: 0 0 2px 0 !important;
}


.article .teaser p {
	font-weight: bold;
	color: #666;
	width: 75%;
}
.article img {
	float: right;
	margin: 15px 0 15px 30px;
}

.article .pic img {
	margin-left: 0 !important;
}

.article-small-pic .text {
	width: 300px;
	float: left;
	margin-top: 10px;
}

.article-small-pic {
	margin-top: 20px;
}

.article-small-pic .pic-small {
	width: 110px;
	float: left;
}

.article-small-pic h5 {
	width: 300px;
	float: left;
}

.article-small-pic .text p:first-child {
 	margin-top: 0;
}

.article-small-pic .end,
.article3 .end {
	clear: left;
}

.article3  {
	width: 460px;
}

.article3 .pic-small {
	width: 110px;
	float: left;
}

.article3 .text {
	width: 325px;
	float: left;
	margin-right: 20px;
}

.article3 .text p:first-child {
	margin-top:0;
}

.article3 .pic-middle {
	width: 150px;
	float: left;
}


.gallery .row {
	margin-bottom: 15px;
}

.gallery .pic {
	float: left;
	margin-right: 15px;
	width: 150px;
	height: 112px;
	border: 1px solid #ddd !important;
	text-align: center;
	padding: 2px;
}

.gallery .pic:hover {
	border: 1px solid #cc0000 !important;
}
.gallery .pic img {
	border: 0 !important;
	padding: 0 !important;
}

.gallery .endrow {
	clear: left;
}

#picContainer {
	border: 1px solid #ddd;
	margin: 30px;
	padding: 2px;
	background-color: white;
}

#picContainer .menuTop,
#picContainer .menuBot {
	padding: 10px;
}

#picContainer .menuBot {
}



/* menu */

#menu {
	width: 190px;
	float: left;
	padding-left: 10px;
}

#submenu, #sidebar {
	width: 160px;
	float: left;
	min-height: 470px;
	padding-left: 1px;
	background: url("img/menu-divider.png") no-repeat top left;
}

#menu ul, #submenu ul, #mainmenu ul {
 	list-style-type: none;
	margin:0;
	padding:0;
	background-color: white;
}

#menu li, #submenu li, #mainmenu li {
	margin:0;
	padding:0;
}

#menu a, #submenu a, #mainmenu a {
height: 18px;
	color: #777;
	text-decoration: none;
	display: block;
	padding: 2px 0 3px 20px;
}

#menu a:hover, #submenu a:hover, #mainmenu a:hover {
	color: #000;
}

#menu ul li.active a,
#submenu ul li.active a,
#mainmenu ul li.active a {
	color: #cc0000;
	font-weight: bold;
}

#submenu ul.fourth {
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
}

#submenu ul.fourth li.active a {
	color: #666;
}

/* presentation layer */

#preslayer {
	border: 1px solid #ccc;
	padding: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 90%;
	height: 700px;
	text-align: center;
	background-color: #F1F1F1;
 	display: none;
	cursor: pointer;
	background-image: url("img/pres-loading.png");
	background-position: center center;
	background-repeat: no-repeat;

}

#presstatus {
	position: absolute;
	height: 700px;
	width: 100%;
	background-image: url("img/pres-loading.png");
	background-position: center center;
	background-repeat: no-repeat;
}


#presimage {
	margin: 0 auto 0 auto;
	cursor: pointer;
	display: none;
}

#presimage a {
	display: block;
	height: 700px;
}

/* end */

.twocol {
	padding-top: 20px;
}

.twocol .caption {

}

.twocol .left {
	float: left;
	width: 250px;
}

.twocol .right {
	float: right;
	width: 170px;
	text-align: right;
}

.twocol .right img {
	border: 1px solid #ccc;
 	width: 150px;
 	padding: 1px;
}

/*******************************************************/

#form_mail {margin-top: 0px; }
#form_mail .row { clear: both; padding: 15px 0 10px 0; }
#form_mail .row .col1 { width: 170px; float: left; padding-top: 5px;}
#form_mail .row .col2, #form_mail .row .col2b  { width: 212px; float: right; }
textarea, input, select {
	width: 100%;
	border: 1px solid #FCDBC5;
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 1.0em;
	background-color: #fdfdfd;
}
#form_mail .row .col2b input { width: 80px;  border: 1px solid #FCDBC5; }
#form_mail .row textarea { height: 150px; padding: 5px; }
.submit { background-color: #f1f1f1; border: 1px solid #FCDBC5; }


