tml, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF4D4;
	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

html
{
	margin-bottom: 0.5cm;
}

/* START OF ### SCHEMA ### */

#container
{
	margin: auto;
	min-width: 780px;
	max-width: 1000px;
	width: 80%;
}

#header
{
	height: 150px;
	background: url(/templates/cb/images/logo.jpg) no-repeat center;
}

#motto
{
	font-family: Georgia, serif;
	border-top: 1px solid #B3AB94;
	border-bottom: 1px solid #B3AB94;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #B3AB94;
	padding: 5px 0;
}

#left
{
	float: left;
	width: 200px;
	padding-top: 10px;
}

#right
{
	float: right;
	width: 200px;
	padding-top: 10px;
}

#content
{
	margin-left: 200px;
	margin-right: 200px;
	min-height: 500px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer
{
	margin-top: 30px;
	clear: both;
	text-align: center;
	color: #B3B3B3;
}

#image
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* END OF ### SCHEMA ### */

#content a
{
	text-decoration: underline;
	color: #736E60;
}

#content a:hover, #content a:focus
{
	text-decoration: none;
}

#footer a
{
	text-decoration: underline;
	color: #B3B3B3;
}

#footer a:hover, #footer a:focus
{
	text-decoration: none;
}

#footer img
{
	opacity: .5;
}

#footer img:hover
{
	opacity: 1;
}

/* START OF ### BLOCKS ### */

.block
{
	width: 180px;
	margin: auto;
	border: none;
	margin-top: 10px;
	padding-bottom: 10px;
	/* Cannot use sth what is not standard yet. O, IE and Safari can't show this one, but Gecko is the master :D :
	 * border: 1px solid #B3AB94;
	 * -moz-border-radius: 10px;
	 * border-radius: 10px;
	 * instead we use:
	 */
	background: url(/templates/cb/images/m-bottom.png) no-repeat bottom;
}

.block p
{
	margin: 0;
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
}

.block p:first-child
{
	margin: 0;
	color: #4D4D4D;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	border: none;
	/* Cannot use sth what is not standard yet. O, IE and Safari can't show this one, but Gecko is the master :D :
	 * -moz-border-radius: 10px;
	 * border-radius: 10px;
	 * instead we use:
	 */
	background: #B3AB94 url(/templates/cb/images/m-top.png) no-repeat top;
}

.block ul
{
	margin: 0px 5px;
	list-style-position: outside;
	padding: 4px 0px;
	margin-left: 20px;
}

.block a
{
	text-decoration: none;
	color: #736E60;
}

.block a:hover, .block a:focus
{
	text-decoration: underline;
}

.block div
{
	border-left: 1px solid #B3AB94;
	border-right: 1px solid #B3AB94;
	width: 178px;
}

/* END OF ### BLOCKS ### */

/* START OF ### HEADERS ### */

h1, h2, h3, h4, h5, h6
{
	color: #6F6A5C;
}

h1
{
	text-align: center;
}

/* END OF ### HEADERS ### */

img
{
	border: none;
}

.info
{
	float: right;
	border: 1px dotted #FFAAAA;
}

#content form
{
	min-width: 360px;
	margin: auto;
	padding: 10px;
}

.small
{
	font-size: .7em;
}

input
{
	height: 15px;
	width: 200px;
}

input, textarea, select
{
	margin-top: 5px;
}

input, textarea
{
	background-color: #B3AB94;
	border: 1px solid #FFFFFF;
	color: #000000;
}

input:focus, textarea:focus, input[type="submit"]:hover
{
	background-color: #B3AB94;
}

*[disabled], *[readonly]
{
	background-color: #B3AB94;
	color: #000000;
	border-color: darkred;
}

textarea
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}

input[type="checkbox"]
{
	width: auto;
}

input[type="hidden"] + br
{
	display: none;
}

input[type="submit"]
{
	min-width: 50px;
	max-width: 100px;
	font-weight: bold;
	padding: 1px;
	min-height: 21px;
}

input[type="file"]
{
	height: 20px;
}

li.empty
{
	list-style-type: none;
}

.bar
{
	text-align: center;
	clear: both;
}
ter;
	clear: both;
}

