html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #C9C1C1;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	_height: 100%;
	color: black;
}

#bg {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	text-align: center;
	background-image: url(./images/bg.png);
}

		#head {
			position: relative;
			height: 40px;
			width: 900px;
			text-align: left;
			background-color: white;
		}

			#navigation {
				position: absolute;
				left: 0px;
				top: 0px;
				height: 20px;
				width: 100%;
				/*background-color: blue;*/
			}

				#navigation a {
					display: block;
					text-align: center;
					margin: 0px;
					padding: 0px;
					width: 170px;
					height: 25px;
					color: blue;
				}

					#navigation a:hover {
						color: black;
					}

					#navigation a.navigation_active {
						text-decoration: none;
					}

				#navigation ul {
					margin: 0px;
					padding: 0px;
					list-style-type: none;
				}

				#navigation li {
					margin: 2px;
					float: left;
					background-repeat: no-repeat;
				}

					#navigation li.navigation_inactive {
						background-image: url(./images/navi.png);
					}

					#navigation li.navigation_inactive:hover {
						background-image: url(./images/naviakt.png);
					}

					#navigation li.navigation_active {
						background-image: url(./images/naviakt.png);
					}

					#navigation li ul {
						display:none;
					}

						#navigation li ul li {
							float: none;
							margin: 0px;
							margin-top: 5px;
						}

							#navigation li ul li:hover ul {
								display: block;
								margin-top: -30px;
								margin-left: 170px;
							}

					#navigation li:hover ul {
						display:block;
					}

						#navigation li:hover ul li ul {
							display: none;
						}

		#outer_content {
			position: relative;
			z-index: 3;
			/*padding: 50px;
			padding-left: 60px;*/
			/*margin-bottom: 25px;*/
			width: 900px;
			text-align: left;
			border-color: #6587e9;
			border-style: solid;
			border-width: 0px;
			border-top-width: 1px;
		}

		#inner_content {
			padding: 10px;
			padding-top: 30px;
			padding-bottom: 30px;
		}

		#content[id] {
			width: 790px;
		}

		#clouds_bottom {
			position: relative;
			z-index: 2;
			margin: -203px auto;
			/*margin-top: -203px;
			margin-left: 0px;*/
			width: 900px;
			height: 178px;
			background-image: url(./images/content_bottom.gif);
		}
	
		#bitch {
			position: relative;
			z-index: 1;
			margin: -370px auto;
			padding-left: 659px;
			/*margin-top: -370px;
			margin-left: 659px;*/
			width: 241px;
			height: 370px;
			background-image: url('./images/bitch.gif');
			background-repeat: no-repeat;
			background-position: right;
		}

		#push {
			height: 25px;
			background-color: orange;
		}
	
		#footer {
			display: none;
			height: 24px;
			width: 900px;
			margin: 0 auto;
			text-align: center;
			background-color: transparent;
			border-color: #6587e9;
			border-style: solid;
			border-width: 0px;
			border-top-width: 0px;
		}

			#footer p {
				margin: 0px;
				display: inline;
			}

		#left_border {
			position: fixed;
			left: 50%;
			top: 0px;
			margin-left: -930px;
			width: 0px;
		}
		
		#left_border[id] {
			position: fixed;
			left: 50%;
			top: 0px;
			margin-left: -520px;
			min-height: 100%;
			width: 70px;
			background-image: url(./images/loch.png);
			border-color: #6587e9;
			border-style: solid;
			border-width: 0px;
			border-right-width: 1px;
		}

		#right_border {
			position: fixed;
			left: 50%;
			top: 0px;
			margin-left: 930px;
			width: 0px;
		}
		
		#right_border[id] {
			position: fixed;
			left: 50%;
			top: 0px;
			margin-left: 450px;
			min-height: 100%;
			width: 30px;
			background-color: white;
			border-color: #6587e9;
			border-style: solid;
			border-width: 0px;
			border-left-width: 1px;
		}

a {
	color: #C9C9C9;
}

input[type=checkbox]:after {
	content: " " attr(title);
}

input {
	background-color: transparent;
}

textarea {
	background-color: transparent;
}

table.formattedcontent {
	width: 100%;
}

/* Messages */
.error_text {
	font-weight: bold;
	color: red;
}

.warning_text {
	font-weight: bold;
	color: orange;
}

.message_text {
	font-weight: bold;
	color: #0000ff;
}

.success_text {
	font-weight: bold;
	color: #33cc33;
}

.error_background {
	background-color: red;
}

.warning_background {
	background-color: orange;
}

.message_background {
	background-color: #00ccff;
}

.success_background {
	background-color: #00f57a;
}

/* Tabs */
.tab {
	width: 100%;
	margin-top: 20px;
	border-spacing: 0px;
}

.tab_active {
	/*background-color:#d4d4d4;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-bottom-width: 0px;*/
	/*background-image: url(./images/tabakt.png);*/
	background-color: yellow;
}

.tab_active a {
	width: 100px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: black;
}

.tab_inactive {
	/*border-style: solid;
	border-color: black;
	border-width: 1px;*/
	/*background-image: url(./images/tab.png);*/
	background-color: yellow;
}

.tab_inactive a {
	width: 100px;
	text-align: center;
	display: block;
	color: gray;
}

.tab_inactive a:hover {
	/*background-color:#d4d4d4;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-bottom-width: 0px;*/
	/*ground-image: url(./images/tabakt.png);*/
	color: black;
}

.tab_spacer {
	/*border-style: solid;
	border-color: black;
	border-width: 0px;
	border-bottom-width: 1px;*/
	padding-left: 10px;
	/*background-image: url(./images/tabverb.png);*/
}

.tab_fill {
	width: 100%;
	height: 30px;
	/*border-style: solid;
	border-color: black;
	border-width: 0px;
	border-bottom-width: 1px;*/
	/*background-image: url(./images/tabverb.png);*/
}
