@charset "utf-8";
/* CSS Document */
/* CSS Document */
* {margin: auto; padding: 0px} /*center page works in ie & mozilla*/
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { background-color: #333;
font-family: Verdana;
font-size: 12px;
color:brown;
margin:0px;
padding-bottom:20px;
scrollbar-face-color:antiquewhite;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:brown;
scrollbar-shadow-color:pink;
scrollbar-arrow-color:red;
scrollbar-track-color:ivory;
text-align:center; /* center page - IE ok*/
min-height:468px;/* for good browsers*/
min-width:552px;/* for good browsers*/
}

#header {
	background:url(../../images/img01.png)
	margin-top:0px;
	padding: 0px; 
	height:84px;
	border:none;
	text-align: center;
	width:1024px;
}


#mainbody { 
	text-align: center;
	margin-top: auto;	
	width:1024px;
	height: 626px;
	background:#FFF;
	border:0px solid brown;
}

#menuback {
	text-align: center;
	margin-top: auto;	
	width:1024px;
	height: 63px;
	background:url(../../images/bg_gray.png) repeat-x;
	border:none;	
}

#menuholder {
	position:absolute;
	margin-top: 20px;
	width:670px;
	height: 63px;
	background:none;
	border:none;
	margin-left: 20px;
	left: 100px;
	top: -17px;
}

.menuitem { 
	width:100px;
	background:none;
	color:#900;
	font-size:10px;
	border:3px solid cornsilk ;
	text-align: center;
}



p {
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#300;
}

p.menu {
		color:#999;
		text-align: right;
		font-family: verdana;
		font-size: 9pt;			
		font-style: normal;	
		font-weight:normal;
		text-decoration: none;
		vertical-align:middle;
		}
		
.menu a:link{
		color:#900;
		font-family: verdana;
		font-size: 9pt;			
		font-style: normal;		
		text-decoration: none;
		vertical-align:middle;
}

.menu a:visited{
		color:#999;
		font-family: verdana;
		font-size: 9pt;			
		font-style: normal;		
		text-decoration: none;
		vertical-align:middle;
}

.menu a:hover{
		color:#F00;
		font-family: verdana;
		font-size: 9pt;			
		font-style: normal;		
		
}

#footer {	
	text-align: center;	
	padding: 0px 0px;
	width:1024px;
	height: 20px;
	background:#999;
	border:none;
}

p.footer {
		color:#333;
		text-align: center;
		vertical-align:middle;
		font-family: Arial;
		font-size: 8pt;			
		font-style: normal;		
		text-decoration: none;
		line-height:normal;			
		}
a {
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	text-decoration:underline;
	color:#900;
	font-weight:500;
	}
	
a:hover { 	
	background-color:#6F0;
	color:#F00; 
	text-decoration: none;
	}
	
a:visited { 	
	color:#600;
	text-decoration:underline;
	}	

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

.heading { font-family:Lucida Calligraphy;
font-size:36px;
background-color:yellow;
color:brown;
font-weight:bold;
text-align: center}

#buttonface {
	padding: auto 2px;
	background:#900;
	color:#FFF;
	border: 1px solid #600;
	height:auto;
	font:arial;
	font-size: 11px;	
}

/*------------------ KOMEN -----------------*/
#komeninput, #komensubmit {
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000;
	
}

#komeninput {
	padding: 3px 5px;
	width: 500px;
	background:antiquewhite;
	border: 1px solid #666;
	}

/*------------------ LOGIN -----------------*/
#logininput, #loginsubmit {
	font: Arial;	
	font-weight:bold;
	font-size:11px;
	
}

#logininput {
	padding: 3px 5px;
	width: 130px;
	background:antiquewhite;
	border: 1px solid #666;
	color: #900;
}


#loginsubmit {
	padding: 2px 5px;
	background:#900;
	color:#FFF;
	border: 1px solid #000000; 
	text-transform: lowercase;
}
/*----------------- SEARCH ---------------- */
#search {
	float:right;	
	padding-top: 0px;	
	width: 300px;
	margin-left: 0px;
	margin-top: 33px;
}

#search form {
}

#search fieldset {
	border:thin;
}

#searchinput, #searchsubmit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:900;
	
}

#searchinput {
	padding: 2px 5px;
	width: 160px;
	background:antiquewhite;
	border: 1px solid #666;
	color:#900;
}

/* Page */

#page {
	width: 1005px;
	margin-left: 10px;
	margin-right:10px;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: right;
	width: 770px;
	padding: 10px 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-align:left;
	color:#333;
}

#content3 {
	float: right;
	width: 450px;
	padding: 0px 0px;
	margin-top: 10px;
	margin-right: 10px;
	text-align:left;
	color:#333;
}

#commentHeader {
	background:url(../../images/title-header.png) repeat-x;
	width: 600px;
	height:auto;
	margin-top: 0px;
	color:#FF0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 10px 10px;
}

.commentBox {
	width:600px;
	height: 360px;
	margin-top: 0px;
	color:#000;
	font: Arial;
	font-size:10px;
	padding: 10px 10px;
	text-align:left;
	font-weight:normal;
	border: 1px #999;
	background:#CCC;
	}

/* Feature */
#feature {
	margin-bottom: 20px;
}

#sidebar {
	float:left;
	width:200px;
	height: 600px;
	margin-left:10px;
	margin-top:10px;
	border: 1px solid #999;
	background:#CCC;
}

.sidebar-contentheader {
	background:url(../../images/title-header.png) repeat-x;
	width: 180px;
	height:auto;
	margin-top: 0px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 10px 10px;
}

.sidebar-contentheader2 {
	background:url(../../images/title-header.png) repeat-x;
	width: 180px;
	height:auto;
	margin-top: 180px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 10px 10px;
}

.sidebar-contentheader3 {
	background:url(../../images/title-header.png) repeat-x;
	width: 200px;
	height:auto;
	margin-top: 110px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 10px 10px;
}

.sidebarbox {
	width: 170px;
	height: 29px;
	margin-top: 0px;
	color:#000;
	font: Arial;
	font-size:10px;
	padding: 10px 10px;
	text-align:left;
	font-weight:normal;
	}

.frame {
	padding: 10px 10px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float:inherit;
}

.two-cols {
	width: auto;
	padding: 0px 0px;
	margin: 0px 0px;
}

.col-one {
	width: 250px;
}

.col-two {
	width: 450px;
}

/* Boxes */

.box-orange {
	background:url(../../images/img09.gif) repeat-x;
}

.box-orange .section {
	background:url(../../images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background:url(../../images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background:url(../../images/img13.gif)repeat-x;
}

.box-blue .section {
	background:url(../../images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background:url(../../images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background:url(../../images/img17.gif) repeat-x;
}

.box-pink .section {
	background:url(../../images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background:url(../../images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}



