/*------------------------------------------------------------------
[Table of contents]

1. Body + reset general tags
2. Links
3. Forms / Inputs
4. Containers / #wrapper
5. Header / #header
6. Content / #content
7. Main / #main
8. Sidebar / #sidebar
9. Footer / #footer
10 Paging / pages
11 Overlay

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ 1. Body + reset general tags ]
------------------------------------------------------------------*/

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color: #ebeced;
	font-size:10px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-size:0.7em;
	color:#2a2a2a;
}

h1, h2, h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	color: #3e3e3e;
}

h1 {
	margin: 0 0 16px 0;
	font-size:2.4em;
	color:#ee2e24;
}

h2{
	font-size: 1.6em;	
	line-height:1.2em;
	margin-bottom:0.5em;
}

h2.sansa {
	font-size: 2em;	
	line-height:1.2em;
	margin-bottom:0.5em;
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, Serif;
}

h4 {
	font-size: 1em;	
	line-height:1.2em;
	font-weight:bold;
	margin:0.5em 0;
}
#sideBar h4 {
	color:#ee2e24;
}
#sideBar h4 em {
	font-weight:normal;
	font-style:normal;
}

p, ul, ol {
	margin: 0 0 1em 0;
	line-height: 1.7em;
}
ul, ol
{
	margin:0 2em;
	padding:0 1em;
}

img {
	display:inline;
	border:none;	
	vertical-align:bottom;
}





/*------------------------------------------------------------------
[ 2. Links ]
------------------------------------------------------------------*/


a {
	color: #ee2e24;		
	text-decoration:none;	
	outline: none;
}
a.visited {
	color: #a11f18;	
}
a:hover {
	color: #2a2a2a;
	text-decoration:underline;
	outline: none;
}


/* hide outlines on clicked links */
:-moz-any-link:focus {
  outline: none;
}

p.readmore a, a.readmore {
	padding: 0 10px 0 15px;
	font-weight:bold;
	font-size:0.9em;
	background: url(img/icon-crosslink.gif) no-repeat left center;
}

p.readmore {
	float:right;
	/*text-align:right;*/
}

a.moreinformation {
	font-weight:bold;
}

/*------------------------------------------------------------------
[ 3. Forms / Inputs ]
------------------------------------------------------------------*/

form {
	display:block;
	margin: 8px 0 18px 0;
}

label {
	margin:0;
	padding:0;
}

input.text {
	height:19px;
	margin-right:1px;
	padding:2px 3px 2px 3px;
	font-style:normal;
	border:1px solid #fff;
}

input.text:hover {
	border:1px solid #ee2e24;
}
input#keywords:hover {
	border:1px solid #959ca1;
}

input.reset-default {
	font-style:italic;
	color:#999999;
}

input#newsletter_submit,
input#searchbox_submit {
	margin:0;
	padding:0;
	vertical-align:bottom;
}


/*------------------------------------------------------------------
[ 4. Containers ]
------------------------------------------------------------------*/

div#wrapper {
	width:100%;
}


/*------------------------------------------------------------------
[ 5. Header ]
------------------------------------------------------------------*/

div#header {
	width:100%;
	/*height: 366px;*/
	position: relative;	
}

div#header div#navigationCon {
	width:100%;
	height:40px;
	background:#ee2e24;
}
div#navigationCon div#navigationInnerCon {
	width:936px;
	margin: 0 auto;
}

div#navigationCon div#navigationInnerCon ul {
	float:left;
	width:210px;
	list-style:none;
	margin:0 0 0 380px;
	padding:0;
	border-right:1px solid #fff;
	zoom:1;
	overflow:hidden;
}
div#navigationCon div#navigationInnerCon ul li {
	float:left;
	color:#fff;
	margin-top:16px;
	padding: 0 3px;
	border-left:1px solid #f8aba7;
}
div#navigationCon div#navigationInnerCon ul li:first-child{
	border:none;
}
div#navigationCon div#navigationInnerCon ul li a {
	
}
div#navigationCon div#navigationInnerCon ul li a span {
	display:none;
}

div#searchBox {
	float:right;
	padding:0 5px 0 20px;	
}

div#header div#logoCon {
	width:100%;
	height:81px;
	background:#fff;
}
div#logoCon div#logoInnerCon {
	width:936px;
	margin: 0 auto;
}
div#logoCon div#logoInnerCon img {
	margin:15px 0 0 575px;
}	


div#flashHeader {
	width:936px;
	margin: 10px auto 0 auto;
}

/*------------------------------------------------------------------
[ 6. Content ]
------------------------------------------------------------------*/

div#content {
	position:relative;
	width:936px;
	margin:10px auto 0 auto;
	zoom:1;
	overflow:hidden;
}


/*------------------------------------------------------------------
[ 7. Main ]
------------------------------------------------------------------*/

div#main {
	position:relative;
	float:left;
	display:inline;
	width:569px;
	padding:0 0 50px 0;
	z-index:1;
}

div#main div.mainCenter {
	margin:0;
	padding:20px 42px 20px 38px;
	background:url(img/main-center-bg.gif) repeat-y;
}
div#main div.mainBottom {
	height:23px;
	margin:0;
	background:url(img/main-bottom-bg.gif) no-repeat;
}

/* Post */

.post {
	clear:both;
	margin-bottom:1.7em;
	border-bottom:2px solid #959ca1;
}

.post img {
	margin-bottom:6px;
	border:1px solid #c9cccf;
}

.post .title, .page .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform:none;
	font-size:2.4em;
	line-height:1.1em;
}

.related .title {
	font-size:1.6em;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	color: #ee2e24;
	text-decoration:none;
}
.post .title a:hover {
	color: #2a2a2a;
	text-decoration:underline;
}

.post .title span 
{
	float:right;
	font-size:0.35em;
	color:#999;
	margin:0 0 0 1em;
	text-transform:none;
	font-family:Verdana, Arial, Serif;
}
.post .entry {
	font-size:1em;
}


.post .meta , .page .meta
{
	clear:both;
	font-size:0.9em;
	padding: 5px 0 10px 0;
	zoom:1;
	overflow:hidden;
}

.post .meta p.links, .page .meta p.links {
	margin: 0;
}

.post .meta .tags, .page .meta .tags {
	float:left;
	padding: 0 16px 0 20px;
	background: url(img/icon-tags.gif) no-repeat left center;
}
.post .meta .comments, .page .meta .comments  
{
	float:left;
	padding: 0 16px 0 20px;
	background: url(img/icon-comments.gif) no-repeat left 4px;
}
.post .meta .print, .page .meta .print {
	float:left;
	padding: 0 16px 0 18px;
	background: url(img/icon-print.gif) no-repeat left center;
}
.post .meta .share, .page .meta .share {
	float:left;
	display:block;
	padding: 0 0px 0 20px;
	background: url(img/icon-share.gif) left center no-repeat;  
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* webkit-based browsers - hack */
    .post .meta .share, .page .meta .share { height:15px; }
}

.post .meta .crosslink, .page .meta .crosslink {
	float:right;
	padding: 0 16px 0 15px;
	font-weight:bold;
	background: url(img/icon-crosslink.gif) no-repeat left center;
}

/* standard thumbs */
ul.thumbs,
ul.flickrthumbs {
	list-style:none;
	margin:0 -8px 15px 0;
	padding:0;
	zoom:1;
	overflow:hidden;
}
ul.flickrthumbs {
	margin-bottom:0;
}
ul.thumbs li,
ul.flickrthumbs li {
	float:left;
	display: -moz-inline-box; /* mozilla only */
    display: inline-block; /* for browsers that support display:inline-block*/		
	margin-right:7px;
	vertical-align:top;
}
 *:first-child + html ul.thumbs li,
  *:first-child + html ul.flickrthumbs li {
    display: inline;
}
* html ul.thumbs li,
* html ul.flickrthumbs li  {
    display: inline;
}

ul.thumbs li:first-child,
ul.flickrthumbs  li:first-child {
	margin-left:0;
}

.flickrthumbs img {
	margin-bottom:6px;
	vertical-align:top;
	border:1px solid #c9cccf;
}

.post .thumbs a:hover img,
.flickrthumbs a:hover img {
	margin-bottom:6px;
	border:1px solid #ee2e24;
}


/* flickr thumbs */ /* mainstyles for flickr-thumbs are declared in wp-content/plugins/flickr-gallery/flickr-gallery.css */
div.flickr-thumb {
	float:left;
	display: -moz-inline-box;
    display: inline-block; 	
	margin-right:7px;
	vertical-align:top;
}
*:first-child + html div.flickr-thumb {
    display: inline;
}
* html ul.flickr-thumb {
    display: inline;
}
.flickr-thumb img {
	margin-bottom:0px;
	vertical-align:top;
	border:none;
}


div.case-presentation,
div.flickrbar {
	clear:both;
	margin-bottom:2.5em;
	padding: 5px 0 20px 0;
	border-bottom:2px solid #959ca1;
}




/* scrollable [soortgelijke cases] */
div.scrollwrapper {
	position:relative;
}
/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 180px; 
    width: 400px; 
	margin-left:45px;
} 
 
/* root element for scrollable items */ 
div.scrollable .items { 
    position:absolute; 
 
    /* this time we have very large space for the width */ 
    width:20000em; 
}



/* nav styling */
.prevPage {
	margin-top:20px;
	margin-left:2px;
	float:left;
	display:block;
	width:28px;
	height:33px;
	cursor:pointer;
	background:url(img/scrollarrow-left.gif) no-repeat red;
}
.prevPage:hover {
	background:url(img/scrollarrow-left-hover.gif) no-repeat;
}

.nextPage {
	position:absolute;
	top:20px;
	right:5px;
	display:block;
	width:28px;
	height:33px;
	cursor:pointer;
	background:url(img/scrollarrow-right.gif) no-repeat green;
}
.largethumbs .nextPage {
	top:470px;
}
.nextPage:hover {
	background:url(img/scrollarrow-right-hover.gif) no-repeat;
}

.prevPage span,
.nextPage span {
	display:none;
}	



ul.items {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
ul.items li {
	float:left;
	display:inline;
	width:127px;
	margin-right:7px;
	list-style:none;
	list-style-image:none;
	margin-bottom:4px;
	zoom:1;
	overflow:hidden;
}

ul.items li a {
	text-decoration:none;
}
div.casethumb img { /* base sizes */
	width:127px;
	height:85px;
	border:1px solid #c9cccf;
}
a:hover div.casethumb img {
	border:1px solid #ee2e24;
}
div.caseintro {
	padding: 5px;
	color:#2a2a2a;
}
div.caseintro h4 {
	margin:0;
}
a:hover div.caseintro h4 {
	color:#ee2e24;
	text-decoration:none;
}
div.caseintro p {
	padding:0;
	margin:0;
}


dl.accordion {
	
}
dl.accordion dt {
	
}
dl.accordion dt a {
	display:inline-block;
	display: -moz-inline-stack;
	*display:inline;
	padding:0 20px 2px 0;
	background:url(img/plus.gif) right center no-repeat;
}
dl.accordion dt a:hover {
	background:url(img/plus-hover.gif) right center no-repeat;
}
dl.accordion dt a.active {
	background:url(img/minus-red.gif) right center no-repeat;
}
dl.accordion dd {
	display:none;
	margin:0 -19px 0 -20px;
	padding:20px;
	background:url(img/opencontainer-bg.png) left bottom no-repeat;
}


ul.namelist {
	list-style:none;
	margin:20px 0 25px 0;
	padding:0;
	zoom:1;
	overflow:hidden;
}
ul.namelist li {
	float:left;
	width:50%;
}
ul.namelist li a {
	padding-left:20px;
	color:#959ca1;
	font-weight:bold;
}
ul.namelist li a:hover {
	background:url(img/small-arrow-grey.gif) center left no-repeat;
}
ul.namelist li a.active {
	color:#ee2e24;
	background:url(img/small-arrow-red.gif) center left no-repeat;
}

div#mugcon {
	width:491px;
	height:246px;
	margin-top:20px;
	background:url(img/mugcon-bg.gif) no-repeat;
	zoom:1;
	overflow:hidden;
}
div#mugcon div#mugvisualCon {
	float:left;
	display:inline;
	margin:18px;
}
div#mugcon div#mugdescriptionCon {
	position:relative;
	height:215px;
	margin:18px 18px 18px 205px;
	background:url(img/commond-logo-small.gif) 125px 10px no-repeat;
	zoom:1;
}

div#mugcon div#mugdescriptionCon div {
	position:absolute;
	left:0px;
	bottom:0px;
}
div#mugcon div#mugdescriptionCon div p {
	margin:0;
	padding: 0 0 15px 0;
	line-height:1em;

}


/*------------------------------------------------------------------
[ 8. Sidebar ]
------------------------------------------------------------------*/

div#sideBar {
	position:relative;
	width:367px;
	margin-left:570px;
	#margin-left:0px;
	z-index:2;
}

div#sideBarCorner {
	width:370px;
	position:relative;
	margin: 0 0 10px -3px;
}
div#sideBarCorner div#sideBarCornerTop {
	height:6px;
	font-size:0;
	line-height:0;
	background:url(img/corner-top-bg.gif) no-repeat;
}
div#sideBarCorner div#sideBarCornerCenter {
	padding:20px 25px 25px 30px;
	background:url(img/corner-center-bg.gif) repeat-y;
}
div#sideBarCorner div#sideBarCornerBottom {
	height:6px;
	font-size:0;
	line-height:0;
	background:url(img/corner-bottom-bg.gif) no-repeat;
}

#tag_cloud {
	text-align:center;
	font-size:2em;
}

ul#subnav {
	list-style:none;
	margin:0;
	padding:0;
}
ul#subnav li {
	margin-bottom:15px;
	padding-left:30px;
	background:url(img/subnav-arrow.gif) left 5px no-repeat;
}
ul#subnav li a {
	font-size:2.2em;
	color:#959ca1;
}
ul#subnav li a:hover {
	color:#ee2e24;
}
ul#subnav li.active a {
	color:#ee2e24;
}



div.sideBarBox {
	width:359px;
	margin: 0 0 10px 8px;
}
div.sideBarBox div.sideBarBoxTop {
	height:5px;
	font-size:0;
	line-height:0;
	background:url(img/sidebar-box-top-bg.gif) no-repeat #f00;
}
div.sideBarBox div.sideBarBoxCenter {
	padding:15px 15px 8px 15px;
	background:url(img/sidebar-box-center-bg.gif) repeat-y;
	zoom:1;
	overflow:hidden;
}
div.sideBarBox div.sideBarBoxBottom {
	height:5px;
	font-size:0;
	line-height:0;
	background:url(img/sidebar-box-bottom-bg.gif) no-repeat;
}


div.slidescon {
	position:relative;
	height:  140px;
    width:   320px;
	border:1px solid #c9cccf;
}
#casecaptionwrapper {
	height:80px;
}
.caseviewercaption {
	display:none;
	color:#2A2A2A;
	zoom:1;
	overflow:hidden;
}
.caseviewercaption:hover {
	text-decoration:none;
}
#caseviewer-caption1 {
	display:inline;
}



div.sideBarBoxCenter  ul.slides {
	position:relative;
	float:left;
	list-style:none;
	margin:	0;
	height:  140px;
    width:   320px;
    padding: 0;
}
	 div.sideBarBoxCenter  ul.slides li {
	    padding: 0;
	    top:  0; 
	    left: 0;
		height:  140px;
    	width:   320px;
		z-index:5;
		overflow:hidden;
	}	

.wide div.sideBarBoxCenter,
.wide div.sideBarBoxCenter  ul.slides,
.wide div.sideBarBoxCenter  ul.slides li {
	height:  213px;
    width:   557px;
}	
	
ul.slides-nav {
	float:left;
	width:180px;
	list-style:none;
	margin:3px 0 0 0;
	padding:0;
	zoom:1;
	overflow:hidden;
}	
	ul.slides-nav li {
		float:left;
	}
	ul.slides-nav li a {
		display:inline-block;
		width:13px;
		height:13px;
		line-height:-999em;
		background:url(img/bullit-bttn.png) 0px 0px no-repeat;
	}
	
	ul.slides-nav li a.activeSlide {
		background:url(img/bullit-bttn-active.png) 0px 0px no-repeat;
	}
	
	
	
ul.clientlist {
	list-style:none;
	margin:0;
	padding:0;
}	
ul.clientlist li {
	float:left;
	margin:0 4px 4px 0;
}
ul.clientlist li img {
	border:1px solid #c9cccf;
}
ul.clientlist li a:hover img {
	border:1px solid #ee2e24;
}


ul#contenttypes {
	list-style-image:url("img/list-arrow-red.gif");
	margin:0 0 0 22px;
	padding:0;
}
ul#contenttypes li {
	margin-bottom:4px;
	line-height:0.5em;
}
ul#contenttypes li a {
	font-size:1.5em;
	line-height:1.0em;
}

/*------------------------------------------------------------------
[ 9. Footer ]
------------------------------------------------------------------*/

div#footer {
	width:100%;
	padding: 20px 0 100px 0;
	background:#959ca1;
}

div#footer div#footerInnerCon {
	width:888px;
	margin:0 auto;
	padding: 0 26px;
	font-size:1em;
	zoom:1;
	overflow:hidden;
	background: url(img/footerinnercon-bg.gif) repeat-y; 
}

div.footerCell {
	float:left;
	display:inline;
	width:33%;
	text-align:left;
}
div.footerCell div.footerInnerCell {
	padding: 10px 17px 17px 17px;
	color:#35393c;
}

div.footerCell h2 {
	color:#fff;
}
div.footerCell h2 span {
	display:none;
}

div.footerCell a {
	color:#35393c;
	font-weight:bold;
	border:none;
}

div.footerCell ul.populartag {
	list-style:none;
	margin:0;
	padding:0;
	font-size:2.2em;
	line-height:0.8em;
}
div.footerCell ul.populartag a {
	font-weight:normal;
}

div.footerCell a:hover, div.footerCell a:active {
	color: #35393c;
	text-decoration:underline;
	border:none;
	outline: none;
}

ul.rssfeeds {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
ul.rssfeeds li {
	padding: 2px 0 2px 25px;
	background:url(img/icon-rss.gif) left center no-repeat;
}


/*------------------------------------------------------------------
[ 10. Paging ]
------------------------------------------------------------------*/



.wp-pagenavi {
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	display:inline-block;
	width:35px;
	height:32px;
	padding: 7px 0 0 0; 
	margin-left:-5px;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	color: #ee2e24;
	background:url(img/pages-number-bg.gif) no-repeat;
}
.wp-pagenavi a:visited {
	color: #a11f18;
}
.wp-pagenavi a:hover {
	color: #2a2a2a;
	background:url(img/pages-number-bg.gif) no-repeat;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	color: #2a2a2a;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	display:inline-block;
	width:35px;
	height:32px;
	padding: 7px 0 0 0; 
	margin-left:-5px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	background:url(img/pages-number-bg-active.gif) no-repeat;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color: #ee2e24;
}

.wp-pagenavi .prev, .wp-pagenavi .next {
    display: none;
}

.wp-pagenavi a.prev {
	width:37px;
	height:32px;
	padding: 7px 0 0 0; 
	margin-right:10px;
	font-weight: bold;
	color: #ee2e24;
	background:url(img/pages-prev.gif) no-repeat;
}
.wp-pagenavi a.prev:hover {
	background:url(img/pages-prev-hover.gif) no-repeat;
}

.wp-pagenavi a.next {
	width:37px;
	height:32px;
	padding: 7px 0 0 0; 
	margin-left: 7px;
	font-weight: bold;
	color: #ee2e24;
	background:url(img/pages-next.gif) no-repeat;
}
.wp-pagenavi a.next:hover {
	background:url(img/pages-next-hover.gif) no-repeat;
}

.wp-pagenavi a.next strong,
.wp-pagenavi a.prev strong {
	display:none;
}



/*------------------------------------------------------------------
[ 11. Overlay ]
------------------------------------------------------------------*/


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.simple_overlay .close:hover {
	background-image:url(img/close-hover.png);
}


/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(img/h80.png) repeat-x;		
}


.next, .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%; 
 
    /* upcoming CSS3 rounded border feature */ 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
} 
 
/* progress indicator (animated gif). should be initially hidden */ 
.progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
} 
 
/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}





/* Additions Rik */
.widgettitle {
    font-size: 22px;
    margin-bottom: 10px;
}


textarea#comment {
    width: 490px !important;
}


/**
 * Add to any overrule
 */
ul.addtoany_list li {
    background: none !important;
    border:0 none;
    display:inline !important;
    line-height:17px !important;
    list-style:none;
    margin:0 !important;
    padding:0 !important;
}

ul.addtoany_list li a {
    padding:0 0px !important;
}

div.page-content h2 {
   font-family:Trebuchet,"Trebuchet MS",Arial,Verdana,Serif;
	font-size:1.8em;
	line-height:1.2em;
	margin-bottom:0.5em;
}