html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	padding: 0px;
}

/*------------------------------------------------*/

body{
	background: url(gfx/lbg.gif);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-family: Georgia, serif;
	font-size: 12px;	
}
div, img, ul, li, h1{ position: relative }

a {
	text-decoration: none; color: #571515;
}

a:hover {
	text-decoration: underline;
}

ul{
	list-style: none;
	display: block;
}

.header{
	background: url(gfx/dbg.gif);
	height: 358px;
	width: 100%;
}
.cake{
	background: url(gfx/cake.gif);
	height: 358px;
	width: 948px;
	margin: 0 auto;
}

.shint{
	z-index: 8;
	text-transform: uppercase;
}

.stitle{
	width: 800px;
	position: absolute;
	z-index: 8;
	top: 30px;
	left: 0px;
	text-align: right;
}

.stitlecont{
	font-size: 18px;
	color: #fff;
	background-color: #240637;
	padding: 3px 50px 2px 0px;
	z-index: 10;
}

.stitleshadow{
	z-index: 9;
	height: 5px;
	background-color: #240637;
	opacity: 0.5;
}

.hline{
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	padding: 2px 10px 2px 10px;
}

/* Top Menu */
.menu{
	border: 1px solid black;
	background: url(gfx/mbg.gif) repeat-y center;
	background-color: #440925;
	width: 100%;
}

.shadow{
	background: url(gfx/shadow.gif) repeat-x;
	height: 7px;
}

.mainMenu li{
	float: left;
	padding: 4px 0px 4px 0px;
	text-align: center;
	width: 25%;
	display: inline;
}

.mainMenu li a{
	color: #ffffff;
	font-family: verdana;
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	text-transform: uppercase;
}

/*-----------*/

.context{
	width: 948px;
	margin: auto;
	font-size: 18px;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 15px;
}

.bottom{
	border: 1px solid black;
	background: url(gfx/hline.gif) repeat-x;
	height: 100px;
	
}

.bbottom{
	margin-top: 20px;
	background: url(gfx/slogo.gif) repeat-x;
	height: 61px;
}

/* News Rect */
.blok li{
	float: left;
	padding: 10px 0px 10px 0px;
	width: 33%;
}

.bloktop{
	background: url(gfx/bloktop.gif) top no-repeat;
	width: 284px;
}

.blokbot{
	background: url(gfx/blokbot.gif) bottom no-repeat;
	width: 284px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.blokline{
	background: url(gfx/blokline.gif) repeat-y;
	width: 284px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

.newsdate{
	text-decoration: none;
	color: red;
}
/*-------------*/

