/* this file is © 2007 by Mola
                    5.516 byte */


/* »» BODY »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» © 2007 by Mola »» */

body {
	color: #d23c28;
	margin: 11px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #631c13 url('back1.png') repeat;
	background-attachment: fixed;
	/* Scrollbar
	scrollbar-arrow-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-highlight-color: #037bb6;
	scrollbar-face-color: #005d8f;
	scrollbar-shadow-color: #004671;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black; */
}
a {
	color: #d23c28;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #d23c28;
	text-decoration: none;
}
input, select, textarea {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #631c13;
	border: 1px solid #631c13;
}


/* »» MISC »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» */

hr {
	border-bottom: 1px solid #631c13;
	width: 98%;
	height: 1px;
}
img {
	border: 0px;
	vertical-align: middle;
}
h1, h2, h3 {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	padding: 30px;
}
h2 {
	font-size: 16pt;
	text-decoration: none;
	padding: 10px 50px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px;
}


/* »» IDs »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» */

#main {
	width: 796px;
	margin: 0px auto;
	padding: 12px;
	border: 1px solid black;
	background: #631c13 url('back2.png') repeat-x;
}
#banner {
	width: 790px;
	height: 114px;
	margin-bottom: 6px;
	border: 3px double #9e2d1d;
}
#login {
	border: 1px solid black;
	margin: 0px auto;
	background: #b7bdd9 url('../design/back3.png') repeat-x;
}

/* »» MENU » */

#menu {
	width: 138px;
	float: left;
	text-align: left;
	border: 1px solid #9e2d1d;
	background: #090909 url('menu_ecke.gif') no-repeat;
}
#menu a {
	text-decoration: none;
}
#menu .item a {
	display: block;
	padding-left: 15px;
	background: transparent url('pfeil.gif') no-repeat;
	background-position: 3px center;
}
#menu .item a:hover {
	color: white;
	background-color: #631c13;
}
#menu #user_mini {
	color: white;
	width: 100px;
	padding: 3px 4px;
	margin: 20px auto 8px;
	text-align: left;
	border: 1px dashed #d23c28;
	background-color: #631c13;
}
#menu #user_mini a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px 0px 5px;
}

/* »» CONTENT » */

#content {
	color: #d23c28;
	width: 640px;
	min-height: 361px;
	padding: 6px;
	margin-left: 142px;
	text-align: center;
	border: 1px solid #9e2d1d;
	background: #090909 url('content.gif') no-repeat;
	background-position: 565px 3px;
}
#content table {
	margin: 0px auto;
}
#content td {
	color: #d23c28;
	text-align: left;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#content ul {
	text-align: left;
	list-style-type: square;
}
#content legend {
	color: white;
	font-style: italic;
	padding-right: 5px;
}
#content .center {
	width: 100%;
}
#content .center td {
	text-align: center;
}
#content .htable {
	width: 80%;
	border: 1px solid #631c13;
	background-color: black;
}
#content .htable td, #content .htable th {
	color: white;
	text-align: center;
	border: 1px dashed #d23c28;
	background-color: #631c13;
}
#content .htable th {
	font-size: 12px;
}

/* »» BOTTOM » */

#bottom {
	color: white;
	clear: both;
	width: 814px;
	padding: 3px;
	margin: 6px auto 0px;
	font-size: 10px;
	text-align: center;
	border: 1px solid black;
	background-color: #631c13;
}
#bottom a {
	color: white;
	font-size: 10px;
	text-decoration: none;
}

/* »» CALENDAR » */

#calendar {
	width: 175px;
	margin: 0px auto;
	border: 1px dashed black;
}
#calendar thead {
	color: #535a88;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #037bb6;
}
#calendar tbody {
	text-align: right;
}
#calendar td {
	text-align: right;
	border: 1px solid #b7bdd9;
}
#calendar td.inactive {
	color: white;
}
#calendar td.event {
	border: 1px solid #037bb6;
}
#calendar td.event a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#calendar td#today {
	color: white;
	font-style: italic;
	background-color: #005d8f;
	border: 1px solid black;
}
#calendar td#today a {
	color: white;
}
#calendar td#foot {
	color: white;
	font-size: 10px;
	font-family: Arial, sans-serif;
	background-color: #535a88;
}

/* »» SHOUTBOX » */

#shoutbox {
	overflow: auto;
	height: 480px;
}
#shoutbox .item0, #shoutbox .item1 {
	clear: left;
}
#shoutbox span {
	display: block;
	padding: 2px;
	font-size: smaller;
}
#shoutbox span.name {
	float:left;
	width: 50%;
	font-style: italic;
	text-align: left;
}
#shoutbox span.date {
	text-align: right;
	letter-spacing: -0.025em;
}
#shoutbox span.comment {
	clear: left;
	font-size: 8pt;
	text-align: justify;
	border-top: 1px dotted white;
	border-bottom: 3px double white;
}
#shoutbox span.comment img {
	vertical-align: top;
}
#shoutbox input {
	display: block;
	max-width: 99%;
	margin: 0px auto 1px;
	color: white;
	background-color: #631c13;
}
#shoutbox .center {
	width: 99%;
}
#shoutbox .center td {
	width: 33%;
}
