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, b, u, i, center, 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-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding-left: 1px;
	color: #666666;
	background: #ffffff;
	font-family: tahoma, sans-serif;
	line-height: 1.6em;
	font-size: 0.8em;
	text-align: center;
	background-image: url('../contentimage/System/design/background.png');
	background-repeat: repeat-y;
	background-position: 50% 0;
}

div#container {
	margin: 0 auto;
	padding: 0;
	width: 982px;
	min-height: 100%;
	text-align: left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
	background-image: url('../contentimage/System/design/background_menu.png');
	background-repeat: repeat-y;
}
div#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html div#container {
	height: 100%;
}

div#top {
	width: 100%;
	height: 138px;
	background-color: #ffffff;
	background-image: url('../contentimage/System/design/background_top.png');
	background-repeat: repeat-x;
}
div#topmenu {
	height: 40px;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	background-image: url('../contentimage/System/design/background_topmenu.png');
	background-repeat: repeat-x;
}
div#sidemenu {
	float: left;
	width: 180px;
}
div#content {
	float: right;
	width: 800px;
}

div#topmenu ul {
	list-style: none;
	padding-top: 1px;
}
div#topmenu ul li {
	display: inline;
	border-left: 1px solid #666666;
}
div#topmenu ul li.first {
	border-left: none;
}
div#topmenu ul li a {
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #666666;
}
div#topmenu ul li a:hover {
	text-decoration: none;
	color: #000000;
	background: #ffffff;
}

div#menu ul {
	list-style: none;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}
div#menu ul li a {
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	color: #000000;
}
* html div#menu ul li a {
	width: 100%;
}
div#menu ul li a:hover {
	color: #ffffff;
	background: #ff0000;
}
div#menu ul li ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
div#menu ul li ul li a {
	padding: 2px 20px;
	font-size: 0.85em;
}

div#languageswitcher {
	float: left;
	width: 180px;
	text-align: center;
	margin-top: 50px;
}
div#languageswitcher a, div#languageswitcher a:hover {
	color: #000000;
}

div#fotoslider {
	float: left;
	width: 180px;
	height: 120px;
}
object#fotoslider {
	float: left;
	width: 180px;
	height: 120px;
	display: block;
}
div#logo {
	float: left;
	width: 261px;
	height: 119px;
	margin: 10px 10px;
}
div#search {
	margin: 10px 7px 10px 7px;
}
div#cse-search-results iframe {
	width: 780px;
}

div#colors {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 324px;
	height: 138px;
	background-image: url('../contentimage/System/design/top_bottom.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#colors img {
	margin: 0px;
	padding: 0px;
	width: 81px;
	height: 120px;
}

div#content div.article {
	padding: 10px;
}
div#content div.news {
	padding: 10px;
}
div#content div.newspages {
	text-align: right;
}
div#content div.newspages img {
	vertical-align: middle;
}

div#tagcloud a {
	color: #666666;
}
div#tagcloud a:hover {
	color: #000000;
}

ol, ul {
	margin-left: 20px;
	margin-bottom: 1.0em;
}
h1 {
	font-size: 1.24em;
	margin: 0px auto 0.2em auto;
	padding: 4px;
	color: #ffffff;
	background: #ff0000;
	text-decoration: none;
	font-weight: normal;
}
p {
	margin-bottom: 1.0em;
}
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
table tr  td {
	padding: 2px;
	vertical-align: top;
}

.small {
	font-size: 0.6em;
}
.smallmedium {
	font-size: 0.8em;
}
.medium {
	font-size: 1.0em;
}
.mediumlarge {
	font-size: 1.4em;
}
.large {
	font-size: 1.7em;
}
.extralarge {
	font-size: 2.0em;
}


/*ol, ul {
	margin-left: 20px;
	margin-bottom: 1.0em;
}
h1 {
	font-size: 1.24em;
	margin: 0px auto 0.2em auto;
	padding: 4px;
	color: #ffffff;
	background: #ff0000;
	text-decoration: none;
	font-weight: normal;
}
p {
	margin-bottom: 1.0em;
}
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
table tr  td {
	padding: 2px;
	vertical-align: top;
}*/

