@import url('/css/main_body.css');
@import url('/css/main_content.css');

body
{
	background: url(../img/header.gif) center top no-repeat #fff;
	/* background-color: #FFF8F6; */
	text-align: center;
}

td 
{
	_font-size: 80%;
}

form
{
	margin: 0px 0px 0px 0px;
}

fieldset
{
	padding: 0;
	border: none;
}

#container
{
	text-align: left;
	width: 895px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 106px;
	padding-left: 0px;
}

ul.topmenu
{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	float: left;
	list-style: none;
}

ul.topmenu li
{
	margin-right: 15px;
	float: left;
	display: inline;
}

ul.topmenu li a
{
	text-decoration: none;
	color: #E75A42;
}

ul.topmenu li.selected a
{
	text-decoration: none;
	color: white;
	background-color: #44bbff;
}

ul.topmenuright
{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: 120px;
	float: left;
	list-style: none;
}

ul.topmenuright li
{
	margin-right: 10px;
	float: left;
	display: inline;
}

ul.topmenuright li a
{
	text-decoration: none;
	font-size: 90%;
	color: #F74A42;
}

#leftbar
{
	width: 215px;
	float: left;
}

ul.submenu
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 35px;
	border-top: 1px #F7CEC6 solid;
}

ul.submenu li
{
	border-bottom: 1px #F7CEC6 solid;
	padding: 2px 0 2px 0;
}

ul.submenu li a
{
	text-decoration: none;
	color: #E75A42;
	padding-left: 12px;
	background: url(../img/bullet_red.gif) left center no-repeat;
	
}

ul.submenu li.active a
{
	color: #00ADE7;
	font-weight: bold;
	background: url(../img/bullet_blue.gif) left center no-repeat;
	
}

/********************************* BLOCK 1 ************************************/
#leftbar div.block1
{
	margin-top: 20px;
}

#leftbar div.block1 div.header
{
	height: 40px;
	background: url(../img/block_header_1.gif) no-repeat;
}

#leftbar div.block1 div.content
{
	border: 1px #ED8778 solid;
	border-top: none;
	padding: 5px;
}

#leftbar div.block1 div.content h3
{
	margin: 0;
	color: #ED8778;
	font-size: 130%;
	border-bottom: 1px #F7CDC7 solid;
	padding-left: 17px;
	background: url(../img/zie_ook.gif) left center no-repeat;
}

#leftbar div.block1 div.content ul
{
	margin: 0;
	margin-top: 0.3em;
	padding: 0;
	padding-left: 1.2em;
	list-style: square;
	color: #00ADE7;
}

#leftbar div.block1 div.content ul li
{
}

#leftbar div.block1 div.content ul li a
{
	text-decoration: none;
	color: #00ADE7;
}
/********************************* /BLOCK 1 ***********************************/

/********************************* BLOCK 2 ************************************/
#main div.block2
{
	margin-top: 20px;
	width: 214px;
	margin-left:120px;
	margin-top:60px;
}

#main div.block2 div.header
{
	height: 36px;
	background: url(../img/block_header_2.gif) no-repeat;
}

#main div.block2 div.content
{
	border: 1px #ED8778 solid;
	border-top: none;
	padding: 5px;
}

#main div.block2 div.content h3
{
	margin: 0;
	color: #ED8778;
	font-size: 130%;
	border-bottom: 1px #F7CDC7 solid;
	padding-left: 17px;
	background: url(../img/login.gif) left center no-repeat;
}

#main div.block2 div.content ul
{
	margin: 0;
	margin-top: 0.3em;
	padding: 0;
	padding-left: 1.2em;
	list-style: square;
	color: #00ADE7;
}

#main div.block2 div.content ul li
{
}

#main div.block2 div.content ul li a
{
	text-decoration: none;
	color: #00ADE7;
}

#main div.block2 div.content form
{
	color: #00ADE7;
	margin: 0;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px #F7CDC7 solid;
}

#main div.block2 div.content form table
{
	width: 100%;
}

#main div.block2 div.content form td.field
{
	text-align: right;
}

#main div.block2 div.content form input.field
{
	color: #00ADE7;
	border: 1px #00ADE7 solid;
	font-size: 0.9em;
	width: 95px;
}

#main div.block2 div.content form td.buttonbar
{
	text-align: right;
	padding-top: 5px;
}

#main div.block2 div.content form input.button
{
	border: 1px #007AAA solid;
	background-color: #269DC8;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#main div.block2 div.content p
{
	margin: 0;
	margin-top: 0.2em;
	color: #ED8778;
}

#main div.block2 div.content a
{
	margin: 0;
	color: #ED8778;
}
/********************************* /BLOCK 2 ***********************************/

#rightbar
{
	width: 115px;
	float: left;
	margin-top: 30px;
}


/***/

div.clear
{
	clear: both;
}

#scrollSpacer
{
	height: 68px;
}


#scroller
{
	position: absolute;
	width: 100%;
	height: 68px;
	background: url(../img/footer.gif) top center no-repeat;
}

.weblog_default {
	border: 1px solid #FFAA82;
	padding: 0;
	background-color: white;
	color: #E75A42;
}

.weblog_button {
	height: 2em;
	width: 5em;
}

.weblog_textarea {
	height: 2em;
	width: 5em;
	color: #666666;
	font-family: arial;
}

.weblog_subtitle {
	color: #bbbbbb;
	font-size: 80%;
}

.forum_default {
	border: 1px solid #FFAA82;
	padding: 0;
	background-color: white;
	color: #E75A42;
}

.forum_button {
	height: 2em;
	width: 5em;
}

.forum_textarea {
	height: 2em;
	width: 5em;
	color: #666666;
	font-family: arial;
}

.forum_subtitle {
	color: #bbbbbb;
	font-size: 80%;
}
