@import 'screen.css' screen;
@import 'print.css' print;

/* @group Reset */

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ - Thank you! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	vertical-align: baseline;
	text-align:left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* @end */
body
{
	position: relative;
	z-index: 0;
}
/* @group Sizes */

.one {
	width: 220px !important;
}

.two {
	width: 460px !important;
}

.three {
	width: 700px !important;
}

.four {
	width: 940px !important;
}

/* @end */

/* @group Grid */

div#grid {
       width: 980px;
       margin-bottom: auto;
       margin-left: auto;
       margin-right: auto;
       padding-top: 20px;
}

.grid-m {
	width: 20px;
	height: 1px;
	float: left;
}

.grid-c {
	width: 220px;
	min-height: 1px;
	float: left;
}



/* @end */

br.layout-break {
	clear: both;
}

li.underlined-break {
	border-bottom: 2px solid #e5e5e5;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: 1px;
}

div.main-image, div.main-image-common {
	height: 240px;
	float: left;
	position: relative;
	margin-top: -46px;
	margin-bottom: 20px;
	z-index: -1;
	/*background: url(../main-image.jpg) no-repeat;*/
}
div.main-image img {
	position: relative;
	z-index: 1;
}

div.main-image-common {
	height: 96px;
	overflow: hidden;
}

img.logotype {
	z-index: 9999;
	position: relative;
	margin-bottom: -108px;
	margin-left: 20px;
}
div#languages {
	padding-top:80px;
	padding-left:150px;
}

div#languages ul li {
	float: left;
	margin-right: 5px;
}
/* @group Main-menu */
div.m-m {
	margin-top: 1em;
}

ul.main-menu {
	margin-top: 1em;
}

ul.main-menu li {
	float: left;
	margin-right: 1em;
}

ul.main-menu li a, ul.main-menu li a:visited {
	float: left;
	padding: 0.15em 0.45em 0;
	font-size:14px;
}



/* @end */

/* @group Footer */

div.footer {
	margin-top: 20px;
	padding-top: 1em;
	margin-bottom: 2.5em;
}



/* @end */

/* @group Pagination */

ul.paginator {

}

ul.paginator li {
	float: left;
	padding-right: 0.5em;
}

a.paginator-page {
		padding: 0.25em !important;
}



/* @end */

/* @group Forum */

div.forum-login {
	margin-bottom: 1em;
}

div.forum-table, div.thread-table {
	margin-top: 2em;
}

div.forum-table table, div.thread-table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

div.forum-table table td, div.thread-table table td {
	padding: .5em 1em 1em;
}

div.forum-table table thead th, div.thread-table table th {
	padding: .35em;
}

.th-half {
	width: 105px;
}

.th-one {
	width: 210px;
}

.th-two {
	width: 480px;
}

.th-100 {
	width: 176px;
}

div.thread-table table tbody tr td img {
	margin-bottom: 1em;
	border: 1px solid #3f3f3f;
	margin-top: 0.5em;
}

p.thread-post-controls {
	margin-top: 2em;
}

div.thread-table table tbody tr td ul {
	color: #bfbfbf;
}

div.thread-table table tbody tr td ul li {
	float: left;
	margin-right: 1em;
}
ul.side-links{
       /*position: relative;*/
       margin-left:1em;

       margin-bottom:5px;
       margin-top:3px;
 overflow: hidden;
}
ul.side-links li {
       border-bottom: 1px dashed #C0C0C0;
}

ul.side-links li.currentli{
       font-weight: bold;
}

ul.side-links li.currentli ul{
       font-weight: normal;
}
ul.sitemap-list{
       position: relative;
       margin-left:2em;
       margin-bottom:-2px;
}
ul.sitemap-list li {

}

ul.sitemap-list li.currentli{
       font-weight: bold;
}

ul.sitemap-list li.currentli ul{
       font-weight: normal;
}

/* @end */

table.special-mega-table tr td {
	padding: 3px;
}

div.headlines h1{
	font-weight: bold;
}

div.special-links {

	width: 70px;
 font-weight: bold;
	float: right;
	display: inline;
}

div.special-links a{
	padding-left: 20px;
	margin:0px;
	margin-top: 3px;
	display: block;
	background-repeat: no-repeat ;
	background-position: left center;
}


div.special-links a.blog{
	background-image: url('../images/blog.png');
}
div.special-links a.intranet{
	background-image: url('../images/intranet.png');
}
div.special-links a.forum{
	background-image: url('../images/forum.png');
}
div.special-links a.parents{
	background-image: url('../images/parents.png');
}

div.special-search-field{
	padding: 0px;
	width: 130px;
	float:right;
}

div.special-search-field input {
	width: 130px;
}
