@charset "utf-8";
/* Styling of Body */

*{
padding:0;
margin-top: 0px;
margin-bottom: 0px;
}

body{
background:#f5dead;
}

/* color, fontsize voor descriptions/centrale text */
.txt1{ font:13px Tahoma,Helvetica,sans-serif; color:#fff; margin:0;}
.txt1 a:link {text-decoration: none; color:white;}
.txt1 a:visited {text-decoration: none; color:white;}
.txt1 a:active {text-decoration: none; color:white;}
.txt1 a:hover {text-decoration: underline; color: white;}

/* color, fontsize voor descriptions/centrale text */
.txt2{ font:10px Arial; color:white;}
.txt2 a:link {text-decoration: none; color:white;}
.txt2 a:visited {text-decoration: none; color:white;}
.txt2 a:active {text-decoration: none; color:white;}
.txt2 a:hover {text-decoration: underline; color: white;}

/* color, fontsize voor descriptions/centrale text */
.txt3{ font:10px Arial; color:#ff5800;}
.txt3 a:link {text-decoration: none; color:#ff5800;}
.txt3 a:visited {text-decoration: none; color:#ff5800;}
.txt3 a:active {text-decoration: none; color:#ff5800;}
.txt3 a:hover {text-decoration: underline; color:#ff5800;}

/* color, fontsize voor descriptions/centrale text */
.txt4{ font:32px Arial; color:#ff5800;}
.txt4 a:link {text-decoration: none; color:#ff5800;}
.txt4 a:visited {text-decoration: none; color:#ff5800;}
.txt4 a:active {text-decoration: none; color:#ff5800;}
.txt4 a:hover {text-decoration: underline; color:#ff5800;}

INPUT {
    BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #FFFFFF 1px solid; FONT-SIZE: 10pt; BORDER-LEFT: #FFFFFF 1px solid; COLOR: black; BORDER-BOTTOM: #FFFFFF 1px solid; FONT-FAMILY: Arial; BACKGROUND: #CCCCFF
}   

.previewborder {
BORDER-RIGHT: #363434 1px solid;
BORDER-TOP: #363434 1px solid;
BORDER-LEFT: #363434 1px solid; 
BORDER-BOTTOM: #363434 1px solid;
}

.previewborder2 {
BORDER-RIGHT: #ff5800 1px solid;
BORDER-TOP: #ff5800 1px solid;
BORDER-LEFT: #ff5800 1px solid; 
BORDER-BOTTOM: #ff5800 1px solid;
}

/* font for update text */
.updatedate {
	font-family: "Times New Roman";
	font-size:12px;
}

/* Layout content table */
.tbody{
width:940px;
border-left:2px solid f5dead;
border-right:2px solid f5dead;
border-bottom:2px solid f5dead;
margin:auto;
background:#191919;
}

/* Layout set table */
.tbody2{
width:780px;
margin:auto;
background:#191919;
}


/* Styling of sitelist include */ 
.sitelist ul li a:link,.sitelist li a:visited,.sitelist li a:active{
float:left;
width:150px;
height:22px;
border:1px #000 solid; 												/* border of li's */
text-decoration:underline;
font:bold 12px Tahoma,Helvetica,sans-serif;
color:#000;
line-height:18px;
text-align:center;
margin:2px;
background:#ddd9d9
}

.sitelist ul li a:hover{
color:#000;
background:#FFF
}

.sitelist ul,.more ul{
list-style:none;
margin:0;
padding:0;
}

/* Styling of navigation include */ 
/* .archive ul li a:link,.archive li a:visited,.archive li a:active{
float:left;
width:28px;
height:22px;
border:1px #000 solid; 												/* border of li's */
/* text-decoration:underline;
font:bold 12px Tahoma,Helvetica,sans-serif;
color:#000;
line-height:18px;
text-align:center;
margin:1px;
background:#ddd9d9
}

.archive ul li a:hover{
color:#000;
background:#FFF
}

.archive ul,.more ul{
list-style:none;
text-align:center;
margin: 0em; 
padding:0em;
}*/


/* Styling of sitelinks include */
.sitelinks ul li a:link,.sitelinks li a:visited,.sitelinks li a:active{
display: block;
width:140px;
padding:4px 0px 4px 20px;
border:1px #000 solid;                                                                                          /* border of li's */
text-decoration:underline;
font:bold 12px Tahoma,Helvetica,sans-serif;
color:#FFF;
line-height:18px;
text-align:left;
margin:2px;
background:#363434
}

.sitelinks ul li a:hover{
color:#000;
background:#FFF
}

.sitelinks ul,.more ul{
list-style:none;
text-align:center;
margin: 0em; 
padding:0em;
}