/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #933;}
a:hover {color: #966;}
body {
	
	background: #CECFCE;
	color: #666666;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
	margin-right: 4.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif); font-size: 1.3em;}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 1em;
	margin-bottom: 1.2em;
	margin-right:4.2em;
	padding: 12px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #333;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	vertical-align:bottom;
	
}

/* top */
.top {
	background: #474348;
	font: normal 2em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 800px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: # 474348;
	color: #FFF;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 136px;
	margin: 0 auto;
	width: 800px;
}

/* item */
.item {clear: both;}

.item .content {
	float: left;
	width: 800px;
}
.item h1 {
	background: url(img/bgcontainer.gif) repeat-y;
	color: #666;
	line-height: 60px;
	padding-left: 16px;
}
.item .body {
	padding: 6px 18px;
	width: 800px;
	height: 650px;
}
.item .body2 {
	padding: 6px 18px;
	width: 800px;
	height: 514px;
}
/*overflow large pages*/
div.scroll {
	height: 504px;
	width: 750px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 6px;
	}

/*pageborder*/
.kader	{
	height: 504px;
	width: 750px;
	border: 1px solid #ccc;
	padding: 6px;
}
	

/* main */
.main {float: left;}

/* navigation1 */
.navigation {
	width: 100%;
	position: relative;
	float: left;
	height: 20px;
	margin: 1 auto;
	width: 800px;
}
.navigation a {
	background: #993400;	
	color: #ccc;
	float: left;
	border-top: 1px solid #7B7B7B;
	border-bottom: 1px solid #993400;
	font: bold 1.2em serif;
	height: 20px; 
	letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 133px;
}
.navigation a:hover {
	background: #B43D01;
	color: #fff;
	background-position: left bottom;
	border-top: 1px solid #7B7B7B;
}


/* footer */
.footer {
	width: 100%;
	position: relative;
	bottom: 0px; 
	background: url(img/bgfooter.gif) repeat-x;
	color: #666;
	line-height: 30px;
	border-bottom: 1px solid #7B7B7B;
	border-top: 1px solid #7B7B7B;
	border-left: 1px solid #7B7B7B;
	border-right: 1px solid #7B7B7B;
	font-size: 1.1em;
	margin: 1 auto;
	text-align: center;
	width: 798px;
	height: 30px;
}
.footer a {color: #666;}
.footer a:hover {color: #966;}
