/***
	GENERAL
*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
	overflow-y: scroll;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #454545;
	background-image: url('images/bg-container.png');
	background-position: top center;
	background-color: #F2F2F2;
	background-repeat: repeat-y;
	font-size: 62.5%;
	padding: 0px 7px;
	margin: 0px;
	text-align: center;
}
.container-outside {
	margin: auto;
	width: 856px;
	background-color: #FFFFFF;
}
.container {
	margin: auto;
	width: 836px;
	text-align: left;
	padding: 0px 11px;

}


/***
	LAYOUT
*/
#content-main {
	display: block;
	width: 636px;
	padding: 0px;
	margin: 12px 0px 15px 20px;
	/*background-color: #F1F1F1;*/
}
#content-head {
	font-size: 1.3em;
	font-weight: bold;
	padding: 4px 1px;
	margin: 0px;
	color: #4D4D4D;
}
#content-head a:link, #content-head a:active, #content-head a:visited {
	font-size: 1.0em;
	font-weight: bold;
	padding: 4px 1px;
	margin: 0px;
	color: #407080;
}
#content-text {
	/*padding: 5px 7px;*/
	padding: 0px;
	margin: 0px;
}

#sidebar {
	width: 200px;
	background-image: url('images/bg-sidebar.png');
	background-color: #E5E5E5;
	background-repeat: repeat-y;
}
#sidebar th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif, Verdanda;
	text-align: left;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 7px;
	color: #4D4D4D;
	background-color: #FFA632;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

a.navigation:link, a.navigation:visited, a.navigation:active {
	font-family: Arial, Helvetica, sans-serif, Verdanda;
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;
	margin: 0px;
	background-color: #9B9B9B;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #000000;
}
a.navigation:hover {
	text-decoration: none;
	background-color: #8F8F8F;
}
a.navigation_sub:link, a.navigation_sub:visited, a.navigation_sub:active {
	font-family: Century Gothic, Arial, Helvetica, sans-serif, Verdanda;
	display: block;
	width: 170px;
	color: #333333;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 5px 7px 5px;
	margin: 0px;
	background-image: url('images/bg-navigation-sub.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
a.navigation_sub:hover {
	text-decoration: underline;
/*	background: #E5E5E5;*/
}

table.itemlist {
	width: 100%;
	padding: 0px;
	margin: 6px 0px;
}
.itemlist th {
	color: #4D4D4D;
	font-weight: bold;
	padding: 5px 3px;
	background-color: #FFA632;
	border-bottom: 2px solid #FFFFFF;
}
.itemlist th a:link, .itemlist th a:visited, .itemlist th a:active, .itemlist th a:hover {
	color: #333333;
}
.itemlist td {
	padding: 3px 1px;
	margin: 0px;
	border-bottom: 2px solid #FFFFFF;
}
.itemlist a:link, .itemlist a:visited, .itemlist a:active, .itemlist a:hover {
	color: #407080;/*#407080;*/
}

.img_preview {
	cursor: hand;
	display: block;
	width: 224px;
	height: 181px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	margin: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('images/bg-loading.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.img_preview_empty {
	display: block;
	width: 224px;
	height: 181px;
	text-align: center;
	padding-top: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('images/bg-no-image.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

/***
	TEXT
*/
h1 {
	color: #407080;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 130%;
}
h1 a:link, h1 a:active, h1 a:visited {
	font-size: 1.0em;
	font-weight: bold;
	padding: 4px 1px;
	margin: 0px;
	color: #407080;
}
h2 {
	color: #407080;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 120%;
}

h3 {
	color: #407080;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	color: #454545;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
p {
	font-size: 1.1em;
	margin-bottom: 11px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	font-size: 11px;
}
ul, ol {
	font-size: 1.0em;
	margin-bottom: 11px;
}
li {
	font-size: 1.1em;
	margin-left: 25px;
}
.txtbig {
	margin: 1px;
	font-size: 1.2em;
}

.txtmed {
	margin: 1px;
	font-size: 1.1em;
}

.txtsmall {
	margin: 1px;
	font-size: 1em;
}


/***
	LINKS
*/
a {
	/*font-size: 70%;*/
}

a:link {
	color: #00008B; /* darkblue */
	text-decoration: none;
}

a:active, a:visited {
	color: #800080; /* purple */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.main-nav:link, a.main-nav:active, a.main-nav:visited {
	color: #4D4D4D;
	float: left;
	font-size: 1.2em;
	padding: 0px;
	padding-left: 10px;
	margin: 0px 24px 0px 0px;
	background-image: url('images/bg-main-navi.png');
	background-repeat: no-repeat;
	background-position: left center;
}
a.black:link, a.black:visited, a.black:active, a.black:hover {
	color: #454545;
}

/***
	TABLES
*/
table {
	font-size: 1em;
}
hr {
	height: 2px;
	color: #E5E5E5;
	border-width: 0px;
	background-color: #E4E4E4;
	margin-bottom: 11px;
}
img {
	border: 0px;
}

/***
	FORM-ELEMENTS
*/
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #454545;
	background-color: #E2E2E2;
}

textarea {
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #454545;
	background-color: #E2E2E2;
}

select {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #454545;
	background-color: #E2E2E2;
}

option {
	padding-right: 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}


/***
	OTHER
*/
#debug {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 98%;
	padding: 1em;
	background-color: #F1F1F1;
	border: 2px solid #B0B0B0;
	position: expression("absolute");
    top: expression(document.body.scrollTop + document.body.offsetHeight - this.offsetHeight - 15);
	z-index: 999;
}
#debug[id] {
	position: fixed;
}
#debug hr {
	display: none;
	height: 1px;
	padding: 0px;
	margin: 0px;
}