/* [C]ascading[S]tyle[S]heet - created on 2009-08-21 10:43:00 */
/* G R U N D E L E M E N T E */
* {
	border:0px;
	padding:0px;
}
html {
	height:100%;
	width:100%;
}
body {
	background:url(../img4/bg.jpg) top left repeat-x #FFF;
	font-family:MS Sans Serif;
	font-size:11px;
	color:#333;
	cursor:default;
	border:0px;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
p { size:14px; }
br { size:12px; }
/* H E A D L I N E S */
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:18px; }
h5 { font-size:14px; }
h6 { font-size:10px; }
/* A N K E R */
a {
	text-decoration:none;
	color:#333;
	border-bottom:1px dotted #333;
}
a:link { }
a:visited { }
a:hover {
	color:#09F;
	border-bottom:1px dotted #09F;
}
a:active { }
a:focus {
	color:#09F;
	border-bottom:1px dotted #09F;
}
/* H E A D E R */
.header {
	background:url(../img5/topglas.png) top left no-repeat #333;
	padding-left:5px;
	color:#F2F2F2;
}
.content { background-color:#f2f2f2; }
.contentBottom { background-color:#666; }
.navi {
	background:url(../img5/navol.png) top left no-repeat #f2f2f2;
	padding-left:5px;
	color:#F2F2F2;
}
.navi a {
	text-decoration:none;
	border:0px;
}
.navi a:link { color:#e5e5e5; }
.navi a:visited { color:#e5e5e5; }
.navi a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.navi a:active { color:#e5e5e5; }
.navi a:focus { color:#fff; }
.address {
	background:url(../img5/adressol.png) top left no-repeat #f2f2f2;
	padding-left:5px;
	color:#F2F2F2;
}
/* ENTRY */
.entry_table {
	width:920px;
	border:1px dashed #666;
	background-color:#e5e5e5;
}
.entry_img { background:url(../img5/entry_graph.png) top left no-repeat #e5e5e5; }
.entry_date {
	padding-top:2px;
	background:url(../img5/datebg.png) top left no-repeat #e5e5e5;
}
.entry_title {
	font-weight:bold;
	font-size:12px;
	color:#333;
	padding:5px;
	border:1px dotted #333;
	border-bottom:0px;
}
.entry_content {
	padding:5px;
	border:1px dotted #333;
}
.entry_src {
	padding:5px;
	border:1px dotted #333;
	border-top:0px;
}
.pages a {
	text-decoration:none;
	color:#333;
}
.pages a:link { border:1px dotted #333; }
.pages a:visited { border:1px dotted #333; }
.pages a:hover {
	border:1px dotted #09F;
	color:#09F;
}
.pages a:active { border:1px dotted #333; }
.pages a:focus {
	border:1px dotted #09F;
	color:#09F;
}
