/*
Author: Hans Ulrich Rubi
Author URI: http://hu-rubi.ch/
*/

/* Remove browser styles (see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*------------------ main structure ---------------------*/
body {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	color: #333;
	background-color: #0C296B;
	margin-top: 24px;
}
html {
	min-width: 780px;
}
div#header {
	margin: 0 auto;
	width: 780px;
	height: 144px;
	background: url('../graphics/header.png') no-repeat;
}
div#content {
	margin: 0 auto;
	margin-top: 24px;
	width: 780px;
	height: 576px;
	background-color: #0C296B;
	color: #ddd;
	/*background: transparent url(../grid.gif) repeat-y;*/
}
div#content_left {
	float: left;
	width: 480px;
}
div#content_left img, div#content_right img {
	border: #A16F0B 10px outset;
}
div#content_right {
	float: left;
	width: 276px;
	margin-left: 24px;
}
div.row {
	float: left;
	height: 138px;
	width: 276px;
}
div#content_right p {
	width: 138px;
	padding-top: 2em;
	font-size: 1.5em;
	line-height: 1.5;
	text-align: center;
}
div.left, div.right {
	float: left;
	width: 138px;
	height: 138px;
}
div#footer {
	clear: both;
	margin: 0 auto;
	width: 780px;
	height: 48px;
	background: url('../graphics/footer.png') no-repeat;
	color: #7994D2;
	font-size: 0.875em;
	line-height: 0.875;
	text-align: center;
}
div#footer p {
	padding-top: 1em;
}
/*--------- content links ---------*/
#content a {
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}

#content a:link {
	color: #F7B023;
	}
#content a:visited {
	color: #F7B023;
	}
#content a:hover, #content a:active {
	color: #999;
	}
div#footer a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

div#footer a:link, div#footer a:visited {
	color: #ABC9E4;
	}
div#footer a:hover, div#footer a:active {
	color: #999;
	}
.hu, .ch {
	font-family: Helvetica, Arial, sans-serif;
}
.hu {
	font-weight: bold;
}
.ch {
	font-size: 0.75em;
}
#zen-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 1.2em;
 font-weight: 100;
}

#photo-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 0.6em;
 font-weight: bold;
}


