/* @override http://dev/~nikolai/matomsorg/css/matomsorg.css */

/* @override http://dev/~nikolai/matomsorg/css/matomsorg.css */

/* $Id: matomsorg.css 19683 2009-06-25 13:02:46Z peter $ */

/*gloriapark*/
@import url(/common/css/gloriapark.css);
/*comments*/
@import url(/common/css/comments.css);
/*search form*/
@import url(/common/css/searchform.css);

body {

	background-color: #fff;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 62.5%;
	color: #444444;

}

/* globals */

* { 

	padding: 0;

	margin: 0;

}

a {

	color: #00599A;

}

a:hover { text-decoration: underline; }

p { margin-bottom: .5em; }

ul { list-style: none; }

#frontpage ul,

#article ul,

#folder ul,

#formpage ul { /* regular ul needed in these areas */

	list-style: disc;

	padding: 1ex 1ex 0 1ex;

	margin: 0 1ex 0 1em;

}

#frontpage ul li,

#article ul li,

#folder ul li,

#formpage ul li { /* regular li needed in these areas */

	padding: 0;

	margin: 0 0 1em 0;

}

/* positions */

#mainframe {

	width: 978px;

	margin: 5px auto;

}

#header { height: 98px; }

#tree {

	float: left;

	width: 180px;

	margin-right: 20px;

}

#content {

  float: left;

  width: 558px;

	margin-right: 20px;

}

#rightcol {

	float: left;

	width: 200px;

	margin-right: 0px;
}



/* canvasstyle */

a.butt {

	border: 1px #999 solid;

	padding: 2px 2px 1px 3px;

	background: #fff;
	font-size: 1.1em;

	text-decoration: none;

	text-align: center;

	color: #444444;
}

a.butt:hover {

	background: #447DA9;

	color: #fff;

}

#topmenu { width: 978px;background: transparent url(../gfx/mo/topmenu_bg.png) repeat-x; height: 26px;  }

#topmenu ul li { float: left;}

#topmenu ul li.first { border-left: none; }

#topmenu ul li.last { padding-right: 0; }

#topmenu li a {
	display: block;
	color: #FFF;

	text-decoration: none;

	font-size: 1.2em;
	border-right : 1px #85A5BD solid;
	padding: 7px 17px 5px 18px;
}

#topmenu li a:hover { background: transparent url(../gfx/mo/topmenu_over.png) repeat-x; }

#topmenu li.selected a { color: #ccc; }
#topmenu #quicksearch { 
	float: right;
	display: block;
	width: 165px;
	padding: 4px;
	position: relative;
}

#quicksearch a.butt {
	position: absolute;
	top: 5px;
}

#quicksearch input {
	width: 125px;
	height: 13px;
	margin-right: 3px;
	font-size: 1em;	
}

#header {

	border: 0 #fff solid;

	background: transparent url(../gfx/mo/header.gif) no-repeat;

}

#header .logolenke {
	border: 1px solid #000;
	background: transparent url(../gfx/transparent.gif);
	width: 250px;
	height: 90px;
}



#tree ul a  {
	display: block;
	background: #EEEEE4;
	padding: 3px 0 2px 12px;
	font-size: 1.1em;
	border-left: 5px #4C8CBD solid;
	border-top:  1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	color: #000;
	margin-bottom: 3px;
	text-decoration: none;
}

#tree ul li.expanded ul li a {
	margin-left: 10px;
}
#tree ul li.expanded ul ul li a {
	margin-left: 20px;
}

#tree li { margin-bottom: 3px; display: inline;}

#tree a.selected { font-weight: bold; }


#tree a:hover, #tree a.selected  { 
	background-color: #F7F6EC; 
	border-left: 5px #644414 solid;
	text-decoration: none; 
	}



#path {

	font-size: 1em;

	padding-bottom: .4em;
	background: #EEEEE4;
	padding: 3px 0px 3px 4px;

	border: 1px solid #CCCCCC;

}


/* No good, copied from another site?

.addons li {

	margin-bottom: 15px;

	background: #edf4f9;

	padding: 7px 0;

	border: 1px #d6e0e8 solid;

}

.addons li li { border: none; }

.addons ul li .title {

	padding: 1px 12px 1px 7px;

	font-weight: bold;

	margin-bottom: 3px;

	font-size: 1.2em;

}

.addons ul li .date {

	padding: 0 7px;

	margin-bottom: -10px;

}

.addons ul li .body {

	padding: 0 7px;

	font-size: 1.1em;

}

.addons ul.items li {

	margin-bottom: 0;

	padding: 0;

}

.addons ul.items li .title {

	background: transparent;

	margin: 7px 0 0 0;

}

.addons ul.items li .body {

	margin-left: .8em;

	font-size: 1em;

}

.addons ul a {

	padding-left: 18px;

	display: block;

	min-height: 16px;

}
*/

.addons a.icondoc {
	background: transparent url(../gfx/icon16/doc.gif) no-repeat left center;
	padding-left: 27px;
	display: block;
}

.addons a.iconpdf {
	background: transparent url(../gfx/icon16/pdf.gif) no-repeat left center;
	padding-left: 27px;
	display: block;
}

.addons a.iconppt {
	background: transparent url(../gfx/icon16/ppt.gif) no-repeat left center;
	padding-left: 27px;
	display: block;
}

.addons a.iconxls {
	background: transparent url(../gfx/icon16/xls.gif) no-repeat left center;
	padding-left: 27px;
	display: block;
}

.addons a.iconhtml {
	background: transparent url(../gfx/icon16/html.gif) no-repeat left center;
	padding-left: 27px;
	display: block;	
}

.addons a.iconlink {
	background: transparent url(../gfx/icon16/link.gif) no-repeat left center;
	padding-left: 27px;
	display: block;
}


#footer {

	background: #EEEEE4;

	text-align: center;
	padding: 3px 0;

	border: 1px solid #CCCCCC;

}

#footer span {

	border-left: 1px #fff solid;

	padding: 0 1em;

}

#footer span.first { border: none; }

#footer span a {

	color: #fff;

	text-decoration: none;

}



/* typestyle */

h1 {

	margin-bottom: .5em;

	color: #444;

}

h2,

h3,

h4 {

	margin-bottom: 0;

	color: #444;

}



h1 { font-size: 1.6em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

#content p {

	font-size: 1.2em;

	margin-bottom: 1em;

}

#content .caption {

	font-size: 1.2em;

	font-weight: bold;

	margin-bottom: 1em;

	color: #555;

}

#content .caption p { font-size: 100%; } /* stop inheritance */

.alert { color: #F30; }

/* objectstyle */

#frontpage,

#article,

#folder,

#formpage,

#debate,

#search {

	margin-top: 10px;

	line-height: 180%;

}



#content .body {
	font-size: 1.1em;
}

#rightcol .last3, #rightcol ul li div.body{
	border: 1px solid #ccc;
	background-color: #EEEEE4;
	padding: 5px 5px 5px 6px;
	margin-bottom: 5px;
	font-size: 110%;
}

#rightcol h3, #rightcol ul li div.title {
	background: #3D7199 url(../gfx/mo/r_top.png) repeat-x;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-bottom-width: 0;
}

#rightcol h3, #rightcol h3 a {
	color: #fff;
	text-decoration: none;
}

#rightcol .lenke a {
	font-size: 1.1em;
	line-height: 1.4em;
}

#rightcol .date {
	color: #777775;
}

#rightcol .body {
	margin-bottom: 5px;
	color: #000;
	line-height: 120%;
}





#frontpage .item { width: 270px; }
#frontpage .item a { font-size: 0.8em; }


#frontpage .item.wide { width: auto; }

#frontpage .item.left { float: left; }

#frontpage .item.right { float: right; }



#frontpage h2 { margin-bottom: .5em; }

#frontpage .caption {

	font-weight: normal;

	margin-bottom: .2em;
	font-size: 1.1em;
	line-height: 120%;

}

#frontpage .item img.format6 {

	float: left;

	margin: 3px 5px 3px 0;

}

#frontpage .readmore { font-size: 1.2em; }

#frontpage .date { font-size: 80%; }



.byline {

	border: 0 #ccc solid;

	border-width: 1px 0;

	padding: 2px 0 1px 0;

	margin: 0 0 1em 0;

}

.byline .date,

.byline .author {

	font-size: 1.1em;

	line-height: normal;

	display: inline;

}



.mainimage {

	float: left;

	margin: 0 1em .5ex 0;

}



#article #keywords {

	font-size: 1.1em;

	margin: 15px 0;

}

#article #keywords h4 {

	display: inline;

	font-size: 1.1em;

}



#search ul { margin-bottom: 2em; }

#search ul li .title {

	font-size: 1.2em;

	font-weight: bold;

	margin-top: 2em;

}

#search ul li .body { line-height: normal; }

#search ul li .date { font: normal; }



#formpage legend { display: none; }

#formpage fieldset {

	background: #f1f1f1;

	border: 2px #e2e3e4 solid;

	padding: 0 2px;

	margin: 15px 0;

	font-size: 1.1em;

}

#formpage fieldset .title { padding: 1ex; }

#formpage .required {
	font-weight: bold;
	color: #F30;
}

#formpage .alert { font-weight: bold; }

#formpage label {

	width: 150px;

	float: left;

	text-align: right;

	margin: 0 1ex 1ex 0;

	/*clear: both;*/

}

#formpage .text,

#formpage .textarea,

#formpage .select,

#formpage .multiple,

#formpage .radioselect {

	float: left;

	margin-bottom: 1ex;

}

#formpage .check,

#formpage .radio {

	float: left;

	margin-bottom: 0;

}

#formpage .select,

#formpage .multiple,

#formpage .text,

#formpage .textarea { width: 220px; }

#formpage span.checkval {

	/*display: block;*/

	float: left;

	margin-left: .2ex;

}

#formpage a.butt { margin: 0 0 1ex 155px; }



ul.contentlist {

	font-size: 1.2em;

	line-height: normal;

}

ul.contentlist li { list-style: none; }

#content ul.contentlist .caption {

	font-size: 100%;

	font-weight: normal;

	margin-bottom: 0;
	margin-top: 1px;

}

ul.contentlist p { margin-bottom: 0; }

ul.contentlist .date { font-size: 80%; padding: 3px 0 3px 0; }
.tips {
	padding: 15px;
	background: #EEEEE4;

	border: 1px #e2e3e4 solid;

	padding: 5px 5px 7px 5px;

	margin-bottom: 10px;
}
.tips h4{
	margin-bottom: 0.3em;
}

.tips form input {
	margin-right: 15px;
}


.comments {

	padding: 0 2px;



	font-size: 1.1em;

}

.comments p { font-size: 1em; }

.commentitem{
	background-color: #ececec;
	padding: 10px;
}

.commentfooter{
	background: url(../gfx/arrow.gif) 20px 0 no-repeat; 
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}



.prevnext { text-align: center; }

.prevnext .prev {	float: left; font-weight: bold; }

.prevnext .next {	float: right; font-weight: bold; }



/* dynaparked */

.gimage { background: transparent; }

.gimage div {

	font-size: .8em;

	line-height: normal;

}

.gimage.left {

	float: left;

	padding: 10px 10px 10px 0;

}

.gimage.right {

	float: right;

	padding: 0 0 10px 10px;

}

.gimage.center {

	text-align: center;

	margin: 0 auto;

	padding: 10px 0;

}

.gimage .gbottom { padding-top: 3px; }

.gimage .gtop { padding-bottom: 3px; }

img.gimg { border: 0; }

.annonse

{background: url(../gfx/ann.gif) no-repeat right top;}

/* useful stuff */

.spacer {

	clear: both;

	border: none;

	margin: 0;

	padding: 0;

	background: transparent;

	font-size: 1px;

	height: 1px;

}

.spacer.one { height: 1px; }

.spacer.five { height: 5px; }

.spacer.ten { height: 10px; }
.spacer.fifteen { height: 15px; }

.spacer.thirty { height: 30px; }
.left {float: left;}
.right {float: right;}

/*outline: 1px red dashed;*/



/* @group IE6 hacks */

#frontpage .ie6 .item.left { padding: 0; }

.ie6 .wide { height: 1%; }
.ie6 .left {padding: 0;}

.ie6 #topmenu div.left ul li a { padding-bottom: 4px; }
.ie7 #topmenu div.left ul li a { padding-bottom: 4px; }

.ie6 a.butt {

	padding-top: 1px;
}
.ie6 #rightcol h3, .ie6 #rightcol .title {
	padding: 1px 5px;
}

/* @end */
