body {
	background-color: #ebebeb;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	background-image: url('gfx/bg.gif');
	background-position: top;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	background-color: #ffffff;
	width: 660px;
	text-align: left;
	padding: 20px 20px 40px 20px;
	background-image: url('gfx/bg.gif');
	background-position: top;
	background-repeat: repeat-x;
}

#header {
	width: 660px;
	height: 129px;
	background-image: url('gfx/dd.png');
}

#header h1 {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header h2 {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto;
}

#header a {
	display: block; 
	height: 100%; 
	text-indent: -1000em;
	background-image: url('gfx/dd.png') no-repeat;
	background-position: left;
}
	
.spacer {
	width: 660px;
	height: 3px;
	background-color: #FF6600;
}	

.spacer2 {
	width: 660px;
	height: 3px;
	background-color: #ebebeb;
}	

#menu {
	width: 660px;
	height: 30px;
	background-color: #f7f7f7;

}	

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu ul, #menu li {
	line-height: 30px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	display: inline;
}

#menu li:hover {
	line-height: 30px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	display: inline;
}

#menu a {
	color: #000000;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	line-height: 30px;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	padding: 7px 10px 7px 10px;
	line-height: 30px;
}

#menu .current_page_item a, #menu .current_page_item li {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	padding: 7px 10px 7px 10px;
	line-height: 30px;
}
	
#tips {
	line-height: 150%;
	float: left;
	width: 240px;
	padding: 10px 20px 0 0;
}	

#tips h1 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
}

#tips ul, #tips li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#tips ul, #tips li {
	font-family: Arial, Verdana;
	font-size: 10pt;
	list-style-type: none;
}

#tips li a {
	height: 20px;
	margin: 0;
	color: #000000;
	background-color: #f7f7f7;
	text-decoration: none;
	padding: 3px 3px 3px 25px;
	line-height: 20px;
	display: block;
	border-bottom: 1px solid #ebebeb;
	background-image: url('gfx/green_bw.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

#tips .current_page_item a, #tips .current_page_item li {
	color: #000000;
	text-decoration: none;
	background-color: #EBEBEB;
	padding: 3px 3px 3px 25px;
	line-height: 20px;
	display: block;
	border-bottom: 1px solid #ebebeb;
	background-image: url('gfx/green.gif');
	background-position: center left;
	background-repeat: no-repeat;
}


#tips li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EBEBEB;
	padding: 3px 3px 3px 25px;
	line-height: 20px;
	display: block;
	border-bottom: 1px solid #ebebeb;
	background-image: url('gfx/green.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

.czybox {
	padding: 5px;
	background-color: #FFFFE7;
	border: 1px solid #EFF0B2;
}

.czybox h1 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}

#content {
	line-height: 150%;
	float: left;
	width: 400px;
	padding: 10px 0 0 0;
}

#content h1 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}

#content h1 a {
	color: #000000;
	text-decoration: none;
}


#content h2 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
}

#content h3 {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#footer {
	float: left;
	width: 660px;
	padding: 5px 0 5px 0;
	margin: 5px 0 0 0;
	border-top: 1px solid #EBEBEB;
}

#foot_a {
	color: #C0C0C0;
	font-size: 8pt;
	float: left;
	width: 330px;
}

#foot_b {
	color: #C0C0C0;
	font-size: 8pt;
	float: left;
	width: 330px;
	text-align: right;
}
	
a {
	color: #FF6600; 
	font-size: 1em;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.cytat {
	padding: 10px 0 0 0;
}

.autor {
	font-style: italic;
	text-align: right;
}

.search {
	text-align: center;
}

#s {
	text-align: center;
	border: 1px solid #EBEBEB;
}

.feedback {
	text-align: right;
}

#page-links a {
	border: 1px solid #F7F7F7;
	background-color: #EBEBEB;
	padding: 3px;
	font-weight: bold;
	color: #666666;
}

#page-links a:hover {
	border: 1px solid #F7F7F7;
	background-color: #F7F7F7;
	padding: 3px;
	font-weight: bold;
	color: #666666;
}