@import url(../../.././chat/css/shoutbox.css);
body {
	background: #FFF url(../../../images/DEMI-001/bg.gif) fixed;
	color: #000;
	text-align: center;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

div#container-border {
	background: url(../../../images/DEMI-001/container_border.png) top left repeat-y;
	width: 986px;
	position: relative;
	margin: auto auto;
	height: auto;
}

#container-top {
	background: #FFF url(../../../images/DEMI-001/container-top_bg.jpg) repeat-x;
	width: 910px;
	color: #000;
	border-left: 0px dotted #AAA;
	border-right: 0px dotted #AAA;
	margin: auto auto;
	padding: 20px;
	text-align: left;
	height: 130px;
}

#container {
	background: #FFF;
	width: 908px;
	color: #000;
	border-left: 0px dotted #AAA;
	border-right: 0px dotted #AAA;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

a {
	outline: none;
}

a:link {
	color: #026CB1 ;
	text-decoration: none;
}

a:visited {
	color: #026CB1;
	text-decoration: none;
}

a:hover, a:active {
	color: #B20000;
	text-decoration: underline;
}

a.external {
	background: url(../../../images/DEMI-001/external.gif) right center no-repeat;
	padding-right: 10px;
}

.logo {
	margin-top: 28px;
}

.logo h1 {
	text-align: left;
	letter-spacing: 1.3px;
	text-transform: lowercase;
	text-shadow: 0px 0px 30px #FFF;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 28px;
	font-weight: bold;
}

.logo h1 a, .header h1 a:link, .header h1 a:visited {
	color: #d2d2d2;
	text-decoration: none;
}

.logo h1 a:hover, #header h1 a:active {
	color: #FFF;
	text-decoration: none;
}

.menu {
	margin: 34px 2px 0 -44px;
}

.menu ul {
	color: #000000;
	text-align: right;
	text-transform: lowercase;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.menu ul a:link, .menu ul a:visited {
	color: #026CB1;
	text-decoration: none;
	font-weight: bold;
}

.menu ul a:hover, .menu ul a:active {
	color: #B20000;
	text-decoration: none;
	font-weight: bold;
}

#panel {
	background: #DDD url(../../../images/DEMI-001/menu2.gif) repeat-x;
	color: #000;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 10px;
	line-height: 200%;
	margin-top: 0px;
	
	font-size: 11px;
}

#panel .links {
	margin: 0;
	float: right;
}

table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.tborder {
	background: #D2D2D2;
	width: 100%;
	margin: auto auto;
	border: 0px solid #0F5C8E;
}

.thead {
	background: #026CB1 url(../../../images/DEMI-001/thead_bg.jpg) top left repeat-x;
	color: #FFF;
	/* text-shadow: 1px 1px 1px #000; */
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #FFF url(../../../images/DEMI-001/tcat_bg.gif) top left repeat-x;
	color: #000;
	/* text-shadow: 1px 1px 1px #FFF; */
	
	font-size: 11px;
	font-weight: bold;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #F9F9F9;
}

.trow2 {
	background: #EFEFEF;
}

.trow_hover:hover {
	background: #FEFDE2;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #FFF;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.trow_announcements {
	background: #D2EEFF;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.trow_sticky {
	background: #DCF7D5;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.tfoot {
	background: #026CB1 url(../../../images/DEMI-001/thead_bg.jpg) top left repeat-x;
	color: #FFF;
	/* text-shadow: 1px 1px 1px #000; */
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #DDD url(../../../images/DEMI-001/menu2.gif) repeat-x;
	color: #000;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 8px 12px 8px 12px;
	text-align: left;
	margin-top: 18px;
	
	font-size: 11px;
}

.navigation {
	font-size: 11px;
}

.navigation a:link {
	color: gray;
	text-decoration: none;
}

.navigation a:visited {
	color: gray;
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	color: #B20000;
	text-decoration: underline;
}

.navigation .active {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

textarea {
	background: #FFF;
	color: #000;
	border: 1px solid #0f5c8e;
	padding: 4px;
	line-height: 1.6;
	width: 690px;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/DEMI-001/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/DEMI-001/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/DEMI-001/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 9px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: left;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock, .phpcodeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title, .phpcodeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code, .phpcodeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	max-width:710px;
	display: block;
	text-align: left;
	
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	color: #A5161A;
	border-top: 1px solid #A5161A;
	border-bottom: 1px solid #A5161A;
	text-align: center;
	padding: 5px 20px;
	
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 11px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	background: url(../../../images/DEMI-001/error.gif) no-repeat;
	color: #C00;
	padding-left: 24px;
	display: block;
	
	font-style: normal;
	font-weight: bold;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/DEMI-001/jump.gif) no-repeat;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	vertical-align: middle;
	border: none;
}

.calendar_today {
	background: #FFF url(../../../images/DEMI-001/calendar_today_bg.gif) bottom right no-repeat;
	border: 2px dotted red;
	font-weight: bold;
}

.calendar_other_month {
	background: #F9F9F9;
}

.calendar_today:hover {
	background: #FEFDE2 url(../../../images/DEMI-001/calendar_today_bg.gif) bottom right no-repeat;
	border: 2px dotted red;
}

#static_footer {
	background: #616161 url(../../../images/DEMI-001/static_footer.png) repeat-x;
	width: 100%;
	height: 24px;
	padding: 9px 0 0 0;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	opacity: 0.85;
}

#static_footer_text {
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

* html #static_footer {
	position: absolute;
}

#search {
	padding-left: 20px;
	bottom: 15px;
	right: 0;
	margin-top:-50px;
	float: right;
}

#search .searchbox {
	background: url(../../../images/DEMI-001/icon-search.gif) no-repeat 4px 4px transparent;
	width: 130px;
	color: #C0C0C0;
	border: 1px solid #999;
	padding: 3px 10px 3px 22px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	
	box-shadow: rgba(255,255,255,0.7) 0 0 40px;
	-moz-box-shadow: rgba(255,255,255,0.7) 0 0 40px;
	
	font-size: 11px;
}

td.stats {
	padding:5px;
	background-color:#ededed;
	text-align:center;
}

td.user_regtime {
	padding:5px;
	text-align:center;
	background-color:#ffffff;
	color:green;
}

td.threads_dateline {
	color: #F90;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
}

td.posts_dateline {
	padding:5px;
	text-align:center;
	background-color:#ffffff;
	color:blue;
}

td.privatemessages_dateline {
	padding:5px;
	text-align:center;
	background-color:#ffffff;
	color:red;
}

.button, .button:focus, .submitbutton, .submitbutton:focus {
	cursor: pointer;
}

.go {
	background: transparent url(../../../images/DEMI-001/go.gif);
	width: 24px;
	border: none;
	height: 15px;
	cursor: pointer;
	vertical-align: top;
	margin-top: 5px;
}

/* Info-Calendar - CSS Definition */
span.Taganzeige {
	color: #FF8C00;
	text-shadow: 3px 3px 4px #808080;
	
	font-size: 40px;
	font-weight: bold;
}

span.Wochentaganzeige {
 font-size:16px;
}

.Infoanzeige {
	color: #777;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
	line-height: 1.1;
	
	font-size: 10px;
}

.potd {
	background: #F4F4F4;
	width: 180px;
	text-align: right;
	line-height: 1.4;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	
	box-shadow: rgba(0,0,0,0.5) 0 0 24px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 24px;
}

/* Box-Schatten */
.box {
	width: 200px;
	float: left;
	height: 290px;
}

#boxContent {
	background: #f4f4f4;
	border: none;
	position: relative;
	left: -3px;
	top: -3px;
}

#boxContainer {
	background: #C0C0C0;
	position: relative;
	margin: 4px;
}

