/*[c]This CSS is formatted to edit in Code-Browser*/
/*[c]	http://code-browser.sf.net*/
/*[of]general:General settings*/
html {
	margin: 0;
	padding: 6px;
}

body {
	margin: 0;
	padding: 0;
	color: #373c31;
	background: #383c30;
	width: 100%;
	font: 16px jGaramond, Garamond, "Lucida Bright", Lucidabright, Georgia, serif;
}

#container {
	width: 768px;
	margin: auto;
	padding: 0 10px 10px 10px;
	background: #c0c4a4 url(http://7szunyu.ws/images/damask159.png) repeat;
	color: black;
	border: 5px dashed #383c30 ;
}

/*[c]	MainCont 							::	H1*/
body h1 {
	margin: 0 0 1px 0;
	padding: 0;
	font:  24px jGaramond, Garamond, Lucida Bright, Lucidabright, Georgia, serif;
	font-weight: bold;
	text-align: center;
	background: transparent;
	color: #363c3c;
}
/*[cf]*/
/*[of]topbar:Top bar*/
#fej {
	margin: 10px 0 0 0;
	padding: 0;
	height:120px;
	color: #ece8d0;
	background: #3a3e32 url(http://7szunyu.ws/images/7logo.png) no-repeat;
}

/*[c]	TopBar 							::	TextBox*/
#fej .tbox {
	position: relative;
	margin: 0 172px 0 292px;
	padding: 0;
	background: transparent;
	font: 9px "Lucida Sans Typewriter", Lucidaypewriter, "DejaVu Sans Mono", "Andale Mono", monospace;
	color: #ece8d0;
}


/*[c]	TopBar 							::	H1*/
#fej h1 {
	margin: 0;
	padding: 2px 0 0 0;
	font: 4px  jGaramond, Garamond, "Lucida Bright", Lucidabright, Georgia, serif;
	text-align: left;
	background: transparent;
	color: #ffffff;
}

/*[c]	TopBar 							::	table*/
#fej table {
	margin: 8px 0 6px 0;
	padding: 0;
	width: 90%;
	height: 104px;
	border-spacing: 0;
}

/*[c]	TopBar 							::	table.cell*/
#fej td {
	padding: 2px 4px;
	vertical-align: top;
}

/*[c]	TopBar 							::	table.wide*/
#fej table.wide {
	margin: 3px;
	padding: 2px;
	width: 99%;
	height: 112px;
	border-spacing: 0;
	font: 10px "Lucida Sans Typewriter", Lucidaypewriter, "DejaVu Sans Mono", "Andale Mono", monospace;
}

/*[c]	TopBar 							::	link*/
#fej a:link {
	color: #fc5c3c;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

/*[c]	TopBar 							::	visited link*/
#fej a:visited {
	color: #74885c;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

/*[c]	TopBar 							::	link hover*/
#fej a:hover {
	color: #ffcc66;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
/*[cf]*/
/*[of]menu:Menu*/
#menu {
	float: left;
	margin: 0;
	padding: 0 10px 17px 10px;
	width: 748px;
	background: #54603c url(http://7szunyu.ws/images/mbar8.png) no-repeat;
	background-position: top center;
	border-bottom: 4px dashed #c0c4a4;
	font:  18px "Mauritius", "URW Chancery L", "Zapf Chancery", Dauphin, HDauphin, Dolphin, "Monotype Corsiva", cursive;
	font-weight: bold;
	text-align: center;
}

/*[c]	Menu 							::	a*/
#menu a {
	height: 30px;
	width: 80px;
 	background: inherit;
	color: #fc5c3c;
	text-align: center;
	text-decoration:none;
}

/*[c]	Menu 							::	a:hover*/
#menu a:hover {
	background: #f63;
	color: #000;
}

/*[cf]*/
/*[of]maincont:Main content*/
#content {
	float: left;
	margin: 10px 0 10px 0;
	padding: 16px 0 10px 0;
	width: 550px;
}

/*[c]	Main 							::	H2*/
#content h2 {
	margin: 12px 0 4px 0;
	padding: 0 24px 4px 24px;
	font: 24px "Mauritius", "URW Chancery L", "Zapf Chancery", Dauphin, HDauphin, Dolphin, "Monotype Corsiva", cursive;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 25px;
	color: #f8fff0;
	background: url(http://7szunyu.ws/images/h02.png) repeat;
	border-bottom: 4px dashed #bcc0a4 ;
	background-position: center bottom;
}

/*[c]	Main 							::	H3*/
#content h3 {
	margin: 12px 0 4px 0;
	padding: 4px 16px 4px 16px;
	font: 18px jGaramond, Garamond, "Lucida Bright", Lucidabright, Georgia, serif;
	font-weight: bold;
	color: #142000;
	background: url(http://7szunyu.ws/images/h02.png) repeat;
}

/*[c]	Main 							::	link*/
#content a:link {
	font-weight: bold;
	color: #339;
	background: inherit;
	text-decoration: none;
}

/*[c]	Main 							::	visited link*/
#content a:visited {
	font-weight: bold;
	color: #4c6c1c;
	background: inherit;
	text-decoration: none;
}

/*[c]	Main 							::	link hover*/
#content a:hover {
	font-weight: bold;
	color: #800800;
	background: url(http://7szunyu.ws/images/linkani.gif) repeat-x;
	background-position: left bottom;
	text-decoration: none;
}

/*[c]	Main 							::	active link*/
#content a:active {
	font-weight: bold;
	color: #fff;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

/*[c]	Main 							::	images*/
#content img {
   border: none;
}

#content p {
	margin: 16px 0 8px 0;
	font: 16px jGaramond, Garamond, "Lucida Bright", Lucidabright, Georgia, serif;
	color: #000;
	text-align: justify;
}

#content p.hilit1 { /* Lighter Orange */
	padding: 0.5em;
	background: #f90;
	text-align: center;
}

#content p.hilit2 { /* Darker Green-Yellow */
	padding: 0.5em;
	background: #990;
	text-align: center;
}

#content p.hilit3 { /* Lighter Green-Yellow aka Phosphorus */
	padding: 0.5em;
	background: #cc0;
	text-align: center;
}

#content p.hilit4 { /* Light Yellow */
	padding: 0.5em;
	background: #fc0;
	text-align: center;
}

#content p.hilit5 { /* Darker Orange */
	padding: 0.5em;
	background: #f60;
	text-align: center;
}

#content p.hilit6 { /* White Jobbra */
	padding: 0.5em;
	background: #e0e4c8;
	text-align: right; 
}

#content p.hilit7 { /* Darker Grey */
	padding: 0.5em;
	background: #80846c;
	text-align: center;
	color: #fffcaa;
}

#content p.hilit8 { /* Beige */
	padding: 0.5em;
	background: #fffcaa;
	text-align: center;
	color: #282c20;
}
/*[cf]*/
/*[of]rightbar:Right bar*/
#rbar {
	float: right;
	width: 192px;
	margin: 0 0 10px 10px;
	padding: 4px;
	border-left: 4px dashed #bcc0a4 ;
	border-bottom: 4px dashed #bcc0a4 ;
	color: #ece8d0;
	background: #54603c;
}

/*[c]	RightBar 							::	paragraph*/
#rbar p {
	margin: 6px;
}

/*[c]	RightBar 							::	translate-table*/
.trans  {
margin-top: 10px;
margin-bottom: 12px;
width: 168px;
border: 1px dotted #fff;
padding: 1px;
background: #e8ecbc;
font: 10px "Lucida Sans Typewriter", Lucidaypewriter, "DejaVu Sans Mono", "Andale Mono", monospace;
color: #000;
}

#rbar .trans a:link {
	color: #339;
}

#rbar .trans a:hover {
	color: #800800;
}

#rbar .trans a:visited {
	color: #54603c;
}

/*[c]	RightBar 							::	quote*/
.kvot {
margin: 0;
border: 1px dotted #fff;
padding: 6px;
background: #c0c4a4;
font: 17px "Mauritius", "URW Chancery L", "Zapf Chancery", Dauphin, HDauphin, Dolphin, "Monotype Corsiva", cursive;
line-height: .9em;
color: #3a3e32;
}

/*[c]	RightBar 							::	H3*/
#rbar h3 {
	margin: 0;
	padding: 4px 0 0 20px;
	font: 22px  "Mauritius", "URW Chancery L", "Zapf Chancery", Dauphin, HDauphin, Dolphin, "Monotype Corsiva", cursive;
	color: #fc5c3c;
	background: inherit;
	font-weight: bold;
}

/*[c]	RightBar 							::	H4*/
#rbar h4 {
	margin: 0;
	padding: 4px 0 0 12px;
	font-size: 12px;
	background: inherit;
	font-weight: bold;
}

/*[c]	RightBar 							::	link*/
#rbar a:link {
	color: #fc5c3c;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

/*[c]	RightBar 							::	visited link*/
#rbar a:visited {
	color: #a4b86c;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

/*[c]	RightBar 							::	link hover*/
#rbar a:hover {
	color: #ffcc66;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
/*[cf]*/
/*[of]footbar:Foot bar*/
#lablec {
	clear: both;
	margin: 0;
	padding: 4px;
	background: #383c30;
	font: 10px "Lucida Sans Typewriter", Lucidaypewriter, "DejaVu Sans Mono", "Andale Mono", monospace;
	color: #ece8d0;
	text-align: center;
}

/*[c]	FootBar 							::	link*/
#lablec a:link {
	background: inherit;
	text-decoration: none;
	color: #fc5c3c;
}

/*[c]	FootBar 							::	visited link*/
#lablec a:visited {
	background: inherit;
	text-decoration: none;
	color: #74885c;
}

/*[c]	FootBar 							::	link hover*/
#lablec a:hover {
	background:inherit;
	text-decoration: underline;
	color:#ffcc66;
}

/*[c]	FootBar 							::	Powered By*/
#poweredby {
	clear: both;
	margin: 0;
	padding: 4px;
	background: transparent;
	font: 14px jGaramond, Garamond, "Lucida Bright", Lucidabright, Georgia, serif;
	color: #383c30;
	text-align: center;
	border-top: 1px dotted #383c30;
}

/*[cf]*/
/*[of]other:Other styles*/
.pixjobb {
	float: right;
	position: relative;
	border: 0px solid #000;
	margin: 16px 0 10px 12px;
	padding: 0;
}
/*[cf]*/

