@charset "utf-8";
/*
© Copyright Das Sakrileg Gildenseite
*/

/* Main Declarations */

body {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	background-image: url(ds/stein.jpg);
	background-color: #1b1b1b;
	color: #c2c2c2;
}

img {
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}

a {
	color: #00aaff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main {
    background-image: url(ds/site_bg.jpg);        
    background-color: #050505;
    width: 900px;
    margin: 0px auto;
    padding: 20px;
    border: 1px solid #c2c2c2;
}

.maincontent {
    margin-top: 20px;
    border: 1px solid #c2c2c2;    
    background-color: #050505;
    background-image: url(ds/navi_bg_neu.jpg);
    background-repeat: repeat-y;
    width: 900px;
}

.clear {
	clear: both;
}

/* Header */

.header {
    width: 900px;
    height: 200px;
    background-image: url(ds/drache_o.jpg);    
    border: 1px solid #c2c2c2;
}

/* Navigation */

.navi {
    float: left;
    background-image: url(ds/navi_bg_neu.jpg);        
    background-color: #050505;
    width: 200px;
}

.navibox {
	border: 1px solid #646464;
	background-color: #212121;
	margin: 10px;
}

.navi a {
    display: block;
    color: #c2c2c2;    
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    font-size: 10px;    
    padding: 2px 0px 0px 10px;
    border-bottom: 1px solid #000000;    
}

.navi a:hover {
	color: #00aaff;
	background-color: #101010;
	padding-left: 15px;
}

.pictureofday {
	padding: 10px;
	text-align: center;	
}

.pictureofday img {
	border: 1px solid #646464;
	cursor: pointer;
}

.stathead {
	font-weight: bold;
	text-decoration: underline;
}

/* Content */

.content {
	float: left;
	width: 688px;
	padding: 10px 10px 10px 0px;
}

.firstheader {
	height: 30px;
	border-bottom: 1px dotted #c2c2c2;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 40px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	max-width: 400px;
	float: left;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.headbuttons {
	float: right;	
}

.datafield {
	background-color: #252525;
	border: 1px solid #565656;
}

.datafield textarea {
	background-color: #303030;
	color: white;
	border: 0px solid #565656;
	width: 99%;
	margin: 2px;
}

/* editor */

#editor,
#editordiv {
	background-color: #1b1b1b;
	border: 1px solid #565656;
	width: 638px;
	height: 100%;
	display: none;	
}

#editordiv {
	padding: 8px;
}

.editorbuttons .buttonbar {
	background-image:url(ds/rte_bg.gif);
	background-color: #c2c2c2;
}

.imagebutton {
	position: relative;	
	float: left;
	padding: 2px;
}

.imagebutton a:hover img {
	background-color: #a1b2cc;	
}

.maintable {
	width: 100%;
	border: 0px solid #646464;
	background-color: black;
}

.infobox {
	position: relative;
}

#smileyblock,
#colorblock {
	display: none;
	position: absolute;
	left: 0px;
	border: 1px solid #565656;
	background-color: #252525;
	max-height: 180px;
	min-width: 50px;
	overflow-y: scroll;
}

#smileyblock a,
#colorblock a
{
	display: block;
}

#smileyblock a:hover {
	background-color: #c1d2ee;
}

.pic {
	background-color: #252525;
	padding: 5px;
	float: left;
	border: 1px solid #646464;
	height: 125px;
	width: 140px;
	margin: 5px;
	text-align: center;
}

label {
	cursor: pointer;
}

/* Forms */

.contentform .row {
	border-bottom: 1px solid #222;
}

.contentform .field {
	clear: both;
	float: left;
	width: 200px;
	padding: 5px;
}

.contentform .value {
	float: left;
	padding: 2px;
	width: 430px;
}

.contentform .widevalue {
	float: left;
	padding: 2px;
	width: 640px;	
}

.contentform .input,
.contentform .input_2,
.contentform .textarea,	
.inputfeld,
.textarea
{
	background-color: #303030;
	color: white;
	border: 1px solid #565656;
}

.contentform .input:focus,
.contentform .input_2:focus,
.contentform .textarea:focus,
.inputfeld:focus,
.textarea:focus
{
	border: 1px solid #c2c2c2;
}
	
.contentform .input {
	width: 428px;	
}

.contentform .input_2 {
	width: 70px;	
}

.contentform .textarea {
	width: 400px;	
	overflow-y: scroll;
}

.contentform .buttons {
	padding: 2px;
}

.contentform .buttons input,
.inputbutton
{
	background-color: #202020;
	color: white;
	border: 1px solid #2B7AFB;
	padding: 1px 10px;
}

.contentform .buttons input:hover,
.inputbutton:hover
{
	background-color: #202020;
	color: white;
	border: 2px solid #2B7AFB;
	cursor: pointer;
	margin: -1px;	
}

.contentform .formerr {
	border: 1px solid #f00;
}

.contentform .fielderr {
	width: 20px;
	height: 20px;
	background-position: 2px 2px;	
	background-image: url(../images/symbole/delete_s.gif);
	background-repeat: no-repeat;
	float: left;
	cursor: help;
}

/* Pagination */

.pagination {
	padding-top: 4px;
	height: 20px; 
}

.pagination a,.page {
	padding: 3px 7px;
	margin: 0px 3px;
	border: 1px solid #646464;
	background-color: #151515;
	text-decoration: none;
	color: #c2c2c2;
}

.pagination a:hover {
	border: 1px solid #2B7AFB;
	color: #c2c2c2;
}

.pagination .page {
	border: 1px solid #2B7AFB;
	padding: 4px 8px;
}

.message {
	border: 1px solid #2B7AFB;
	background-color: #101010;
	padding: 5px;
}

.contentform {
	background-color: #101010;
	padding: 5px;
}

/* Member-Area */

.chararea {
	width:75px;
	height:75px;
	border:0px solid white;
	float:left;
	margin:5px;
}

/* News */

.news .date {
	color: #858585;
}

.news .image {
	width: 200px;
	height: 100px;
	margin: 5px 10px 10px 0px;
	float: left;
}

/* Tables */

.th {
	font-weight: bold;
	padding: 5px;
	background-color: #101010;
	border-bottom: 1px solid #2B7AFB;
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
}

.th .toggle {
	background-image: url(../images/symbole/asc.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 12px;
	height: 11px;
	float: right;
}

.td1,
.row1 td
{
	background-color: #202020;
	padding: 5px;
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
}

.td2,
.row2 td
{
	background-color: #252525;
	padding: 5px;
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
}

.td3,
.row3 td
{
	background-color: #353535;
	padding: 5px;
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
}

.pages td {
	background-image: url(ds/balken3.png);
	height: 25px;
	padding-left: 10px;
}

/* Forum */

.avatar {
	width:100px;
	height:100px;
	border:1px dotted white;
	background-image:url(../media/avatare/noimage.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}	 

/* Infofields */

#ok, #fail, #info {
	padding: 10px;
	margin-bottom: 20px;	
	background-color: #101010;	
	background-repeat: no-repeat;
	padding-left: 35px;
}

#ok {
	background-image: url(../images/symbole/checked.gif);
	border: 1px solid #00ff00;
}

#fail {	
	border: 1px solid #ff0000;
	background-image: url(../images/symbole/delete.gif);	
}

#info {	
	border: 1px solid #2B7AFB;
	background-image: url(../images/symbole/info.gif);	
}

#wait {
	background-image:url(../images/symbole/ajax-loader.gif);
	background-position: 50% 45%;
	background-repeat: no-repeat;
}

.all {
	position: fixed;	
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;	
}

/* Profile */

.profile .value {
	width: 240px;
	padding: 5px;
}

.newspic_small {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	max-height: 50px;
	border: 1px dotted #646464;
	padding: 3px;
}

/* Board */

.board .button {
	background-color: #202020;
	color: white;
	border: 1px solid #2B7AFB;
	padding: 1px 10px;
	display: block;
	float: right;
	font-size: 12px;
	margin: 0px 3px;
}

.board .button:hover
{
	color: white;
	border: 2px solid #2B7AFB;
	cursor: pointer;
	margin: -1px 2px;
	text-decoration: none;	
}

.board .button img {
	vertical-align: middle;
}

/* Windows */

.window {
	position: absolute;	
	top: 0px;	
	left: 0px;
  	border: 1px solid #646464;
	color: #c2c2c2;
	background-color: #101010;
}

.window .head {
	font-weight: bold;
	height: 22px;
	background-color: #101010;
	border-bottom: 1px solid #2B7AFB;
}

.window .title {
	padding: 3px 0px 0px 5px;
	float: left;
}

.window .buttons {
	float: right;
	margin: 0px 5px 0px 0px;
	background-color: #101010;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;	
}

.window .buttons a {
	color: #c2c2c2;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	padding: 2px 15px;
	float: right;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.window .buttons a:hover {
	background-color: #353535;
}

.window #boxcont {
	background-color: #202020;
	padding: 5px;
}

/* Footer */

.footerimagel {
	width: 146px;
	height: 83px;
	background-image: url(ds/drache_l.gif);
	float: left;
}

.footerimager {
	width: 146px;
	height: 83px;
	background-image: url(ds/drache_r.gif);
	float: right;
}

.dropdown {
	background-image:url(../images/symbole/desc.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 14px;
	margin-right: 2px;
	position: relative;
	display: block;
}

.dropdown .inner {
	display: none;
}

.dropdown:hover .inner {
	display: block;
	position: absolute;
	right: 0px;
	border: 1px solid #646464;
	width: 150px;	
}

.dropdown .inner a {
	display: block;
	color: #c2c2c2;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding: 5px 0px;	
	background-color: #212121;
}

.dropdown .inner a:hover {
	background-color: #101010;
}

.dropdown .inner a img {
	vertical-align: middle;
	margin: 0px 2px;
}