/* Layout Stylesheet simpel_joom */ 

body{
	color: #993333;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}

.main{
	background: #FFCC66 url(../images/bg.gif) repeat-y;
}

/* Layout Header */ 

#head{
	height: 100px;
	background: #993333 url(../images/head.jpg) no-repeat;
}

#banner{
	text-align: right;
	float: right;
	margin: 15px 10px 10px 10px;
	padding: 2px;
	background-color: #FFB51A;
}

/* Layout leftside */ 

#left{
float:left;
width:200px;
padding:0 20px 0 20px;
}

/* Layout rightside (content) */ 

#right{
	margin: 0 0 0 250px;
	padding: 15px 15px 30px 15px;
	background-image: url(../images/back_ros.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Layout footer */ 

#foot{
	clear: left;
	color: white;
	background: #993333;
	padding: 2px 0 2px 0;
	margin: 20px 0 0 0;
	font: bold 12px verdana, sans-serif;
	text-align: center;
}

#foot a{
	color: #C6C6C6;
	font-style: italic;
}

#foot a:hover{
	color: #6E6E6E;
	font-style: italic;
}

/* Layout h1-h4 */ 

h1{
	color: white;
	background: #CC6600;
	padding: 1px 30px 1px 0;
	margin: 0 0 10px 0;
	font: bold 16px verdana, sans-serif;
	text-align: right;
	border-bottom: 10px solid #FFCC66;
}

h2{
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 16px verdana, sans-serif;
	border-left: 10px solid #CCB65C;
	border-bottom: 1px solid #CCB65C;
}

h3{
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 14px verdana, sans-serif;
	border-bottom: 1px solid #CCB65C;
}

h4{
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 12px verdana, sans-serif;
	border-left: 6px solid #CCB65C;
	border-bottom: 1px solid #CCB65C;
}

/* Layout user */ 

.user{
	margin: 0px;
	padding: 2px;
	text-align: left;
	width: 100%;
	background-color: #FFCC66;
	width: 100%;
}

.user_inner{
	border: 3px solid #CC6600;
	padding: 5px;
}



/* Layout table for newstable */ 

.sectiontableheader {
  font-weight: bold;
  background: #CC6600;
  padding: 4px;
  font-size: 14px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color: #FFEABD;
	padding: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.sectiontableentry2 {
	background-color: #FFDD95;
	padding: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Layout for contentmisc */ 

.small {
	color: #352400;
	font-size: 11px;
	height: 12px;
}

.createdate {
	height: 12px;
	padding-bottom: 10px;
	color: #352400;
	font-size: 11px;
}

.modifydate {
	height: 12px;
	padding-top: 10px;
	color: #352400;
	font-size: 11px;
}

/* Layout for link */ 

a:link, a:visited {
	color: #644400;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #C18300;
	text-decoration: none;
}

/* Layout for list */ 

ul{
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
	list-style: circle inside url(../images/list.png);
	list-style-position: outside;
}

li{
   margin: 0;
	padding: 0;
}

/* Layout for table content */ 

.contenpane {
	width: 100%;
}

.contentpaneopen {
	width: 100%;
}

/* Layout componentheading */ 

.componentheading {
	color: #352400;
	font-weight: bold;
	font-size: 18px;
	padding: 3px 0px 0px 0px;
	width: 100%;
	white-space: nowrap;
	height: 30px;
	text-align: left;
	font-style: italic;
	border-bottom: 1px solid #352400;
}

/* Layout for contentheading */ 

.contentheading {
	color: #352400;
	font-weight: bold;
	font-size: 18px;
	padding: 3px 0px 0px 0px;
	width: 100%;
	white-space: nowrap;
	height: 30px;
	text-align: left;
	font-style: italic;
	border-bottom: 1px solid #352400;
}

.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

/* Layout for back button */ 

.back_button {
	float: right;
	background-color: #A68D00;
	border: 3px solid #CC6600;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	margin: 1px;
}

.back_button a{
	color: #FFFFFF;
	font-weight: bold;
}

.back_button a:hover{
	color: #CCCCCC;
	font-weight: bold;
}

/* Layout for button  */ 

.button {
	color: #624200;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #A46F00;
	border-left: 1px solid #A46F00;
	border-right: 1px solid #A46F00;
	border-bottom: 1px solid #A46F00;
	width: auto;
	background: #FFE2A4;
	padding: 2px;
	margin: 1px;
}

/* Layout for read mor links  */ 

a.readon:link{
	float: right;
	background-color: #A68D00;
	border: 3px solid #CC6600;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	margin: 1px;
	color: #FFFFFF;
	font-weight: bold;
}

a.readon:visited{
	float: right;
	background-color: #A68D00;
	border: 3px solid #CC6600;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	margin: 1px;
	color: #FFFFFF;
	font-weight: bold;
}

a.readon:hover{
	float: right;
	background-color: #A68D00;
	border: 3px solid #CC6600;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	margin: 1px;
	color: #CCCCCC;
	font-weight: bold;
}

/* Layout for form */ 

.inputbox {
	padding: 2px;
	border: 1px solid #805600;
	background: #FFF5E1;
}

/* Layout for pagenavigation */ 

.pagenav {
	text-align: center;
	font-family: monospace;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	padding: 3px 5px 3px 5px;
	margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
}

/* Layout for module */ 

.moduletable {
	margin: 0px;
	padding: 0px;
	font-family: monospace;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.moduletable-topnav {
   width: 100%;
}

div.moduletable h3 {
	color: #FF4322;
	background-image: url(../images/newspaper.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-weight: bold;
	font-size:14px;
	height: 20px;
}

table.moduletable th {
font-family: monospace;
font-size: 16px;
text-align: left;
padding: 4px 0 4px 0;
color: #5B3E00;
}

/* Layout for mainnavigation */ 

a.mainlevel{
	display:block;
	width:180px;
	margin: 2px 0 2px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.mainlevel:link, a.mainlevel:visited {
	color: #FFFFFF;
	background: #993333;
	border: 2px solid #553A00;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.mainlevel:hover {
	color: white;
	background: #FF9966;
	border: 2px solid #9F6C00;
}

a.mainlevel#active_menu {
	color: white;
	background: #FF9966;
	border: 2px solid #9F6C00;
}

a.sublevel:link, a.sublevel:visited {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}
a.sublevel#active_menu {
	color: #333;
}

/* Layout for mosimage */ 

div.mosimage {
   border: 1px solid #FFE5DF;
	background-color: #F6F6F6;
	padding: 4px 0 0 0;
	margin: 2px 4px 2px 4px;
}

.mosimage {
	border: 1px solid #FFE5DF;
	background-color: #F6F6F6;
	padding: 4px 0 0 0;
	margin: 2px 4px 2px 4px;
}

.mosimage_caption {
   background: #FFE5DF;
   padding: 2px;
   margin-top: 2px;
   color: #000000;
   text-transform: none;
   font-size: 12px;
   border-top: 1px solid #FFE5DF;
}

/* Layout for highligt (search) */

.highlight {
	background-color: #CCAE00;
	color: #393100;
	padding: 1px;
}