/* general layout structure */
body {
	background-image: url(./images/background.png);
	background-repeat: repeat-x;
	background-position: 0px -111px;

	font-size: 15px;
	font-family: "Arial", sans-serif;
}

body, div, .noborder, .noborder td, .noborder tr {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
	margin: 0px;
}


form {
	display: inline;
}


#centerdiv {
	position: relative;
	left: 50%;
	margin-left: -380px;
	top: 0px;
	width: 760px;
}

/* header structure */
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 112px;
}

#header_logo {
	position: absolute;
	bottom: 0px;
	left: 48px;
	z-index: 1;
}

#header_links {
	position: absolute;
	left: 0px;
	top: 95px;
	width: 98%;
	height: 20px;
	text-align: right;
}

/* contents structure */
#container {
	position: relative;
	left: 0px;
	top: 160px;
	width: 100%;
	
	margin-bottom: 160px;
}

#content {
	width: 500px;
	padding-left: 195px;
	padding-right: 65px;
	padding-top: 52px;
	padding-bottom: 35px;
	
	background-image: url(./images/container_background.png);
	background-repeat: repeat-y;
	
	color: #404040;
	line-height: 24px;
	text-align: justify;
}

/* navigation bar layout */
#container_top {
	height: 88px;
	width: 580px;
	
	padding-left: 155px;
	padding-right: 25px;
	
	background-image: url(./images/container_top_bottom.png);
	background-position: 0px 64px;
	background-repeat: no-repeat;
}

.nav_icon {
	float: left;
	width: 100px;
	height: 88px;
	text-align: center;
}

.nav_icon a div {
	position: relative;
	left: 50%;
	margin-left: -24px;
	top: 0px;
	width: 48px;
	height: 48px; 
	
	background-image: url(./images/icons.png);
	background-repeat: no-repeat;
}

.nav_icon a div.nav_caption {
	position: relative;
	left: 0px;
	margin-left: 0px;
	width: 100px;
	height: 24px; 
	
	background: none;
	z-index: 5;
}

.nav_icon a div.nav_item { background-position: 0px 0px; }
.nav_icon a div.nav_exclamation { background-position: -48px 0px; }
.nav_icon a div.nav_pen { background-position: -96px 0px; }
.nav_icon a div.nav_information { background-position: -144px 0px; }
.nav_icon a div.nav_comment { background-position: -192px 0px; }
.nav_icon a div.nav_click { background-position: -240px 0px; }
.nav_icon a div.nav_letter { background-position: -288px 0px; }
.nav_icon a div.nav_add { background-position: -336px 0px; }
.nav_icon a div.nav_remove { background-position: -384px 0px; }

.icon_item {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left: 18px;
	padding-right: 6px;
}
.icon_exclamation {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px -22px;
	padding-left: 18px;
	padding-right: 6px;
}
.icon_pen {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px -44px;
	padding-left: 18px;
	padding-right: 6px;
}
.icon_information {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px -66px;
	padding-left: 18px;
	padding-right: 6px;
}
.icon_comment {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px -88px;
	padding-left: 18px;
	padding-right: 6px;
}
.icon_click {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px -110px;
	padding-left: 18px;
	padding-right: 6px;
}
.icon_letter {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px -132px;
	padding-left: 18px;
	padding-right: 6px;
}
.icon_add {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px -154px;
	padding-left: 18px;
	padding-right: 6px;
}
.icon_remove {
	background-image: url(./images/symbols.png);
	background-repeat: no-repeat;
	background-position: 2px -176px;
	padding-left: 18px;
	padding-right: 6px;
}


.nav_arrow {
	position: relative;
	left: 33px;
	top: -8px;
	width: 35px;
	height: 24px;

	background-image: url(./images/container_arrow.png);
}

.nav_submenu {
	position: absolute;
	left: 0px;
	top: 64px;
	width: 590px;
	padding-top: 32px;
	height: 32px;
	
	padding-left: 160px;
	background-image: url(./images/container_top_bottom.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	visibility: hidden;
	text-align: left;
	color: white;
	z-index: 0;
}

#selected .nav_submenu {
	visibility: visible;
	z-index: 1;
}
#selected .nav_arrow {
	z-index: 2;
}

.nav_icon:hover .nav_submenu {
	visibility: visible;
	z-index: 3;
}
.nav_icon:hover .nav_arrow {
	z-index: 4;
}

#arrow.nav_icon, .nav_icon:hover {
	background-image: url(./images/container_arrow.png);
	background-position: center 64px;
	background-repeat: no-repeat;
}

/* page foot structure */
#container_bottom {
	height: 48px;
	width: 580px;
	
	padding-left: 155px;
	padding-right: 25px;
	padding-top: 16px;
	
	color: white;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	
	background-image: url(./images/container_top_bottom.png);
	background-position: 0px -64px;
	background-repeat: no-repeat;
}

#feet {
	background-image: url(./images/background.png);
	background-repeat: repeat-x;
	
	position: relative;
	left: 0px;
	width: 100%;
	height: 110px;
	margin-top: -68px;
	z-index: -1;
}

#feet.bottom{
	position: absolute;
	bottom: 0px;
}


#copyright {
	position: relative;
	left: 0px;
	right: 0px;
	top: 70px;
	bottom: 0px;
	padding-left: 138px;
	
	color: white;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

/* contents elements layout */
.break {
	height: 5px;
	width: 100%;
	margin-top: -12px;
	margin-bottom: 6px;
	background-color: #680034;
	font-size: 1px;
}

#content a {
	z-index: 1;
/*	background-color: white; */
}
#content img {
	border: 0px;
	padding: 10px;
}
#content .mceToolbarTop img
{
	padding: 0px;
}

p.details {
	margin-top: -4px;
	line-height: 10px;
	text-align: right;
	font-size: 10px;
	color: #B0B0B0;
}

/* left info boxes layout */
.info_box {
	position: relative;
	left: -178px;
	width: 160px;
	height: 60px;
	margin-top: -60px;
	background-image: url(./images/info_box.png);
}
.info_day {
	position: absolute;
	left: 114px;
	top: 17px;
	width: 28px;
	height: 20px;
	
	text-align: center;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
}
.info_month {
	position: absolute;
	left: 114px;
	top: 31px;
	width: 28px;
	height: 20px;
	
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.info_user {
	position: absolute;
	left: 10px;
	top: 4px;
	width: 105px;
	height: 50px;
	overflow: hidden;
	
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	color: #680034;
}
.info_user b {
	padding-top: 2px;
	padding-left: 17px;
	padding-right: 0px;
}

/* link layout */
a {
	font-size: 15px;
	font-family: "Tretbuchet MS", "Helvetica", sans-serif;
	color: #680034;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container_bottom a { /* special link layout */
	color: white;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
.nav_submenu a { /* special link layout */
	color: #680034;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* symbols */
.information_small {
	color: #404040;	
	font-weight: bold;
	font-size: 15px;
	font-family: "Arial", sans-serif;
	line-height: 18px;
	
	margin-left: 6px;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	background-image: url(./images/information_small.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.exclamation_small {
	color: #404040;	
	font-weight: bold;
	font-size: 15px;
	font-family: "Arial", sans-serif;
	line-height: 18px;
	
	margin-left: 6px;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	background-image: url(./images/exclamation_small.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.error_small {
	color: #404040;	
	font-weight: bold;
	font-size: 15px;
	font-family: "Arial", sans-serif;
	line-height: 18px;
	
	margin-left: 6px;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	background-image: url(./images/error_small.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.symbol_information {
	width: 200px;
	height: 190px;
	float: left;
	
	background-image: url(./images/information.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.symbol_exclamation {
	width: 200px;
	height: 190px;
	float: left;
	
	background-image: url(./images/exclamation.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.symbol_error {
	width: 200px;
	height: 190px;
	float: left;
	
	background-image: url(./images/error.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/* general content elements layout */
h1, h1 input {
	font-size: 28px;
	font-weight: normal;
	color: black;
	text-align: left;
	
	padding-top: 20px;
	padding-bottom: 12px;

	margin: 0px;
}
h1 input {
	padding-top: 1px;
	padding-bottom: 1px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	
	padding-top: 16px;
	padding-bottom: 6px;
	margin: 0px;
}

p {
	padding-bottom: 5px;
	margin: 0px;
	text-indent: 0px;
}

.code {
	font-family: monospace;
}

table td {
	vertical-align: top;
}


