/** deaktivieren sämtlicher abstande etc... **/
body {
	background-color: #242424;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DFDFDF;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66A8FF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCE1FF;
	text-decoration: none;
}
.menu {
	font-size: 11px;
	font-weight: bold;
    display: block;
    height: 19px;
    background:url(images/button_all.jpg) 0px 0px;
}

.menu td {
	font-size: 11px;
	display: block;
	height: 19px;
	padding: 0;
	margin: 0;
}

.menu a {
	font-size: 11px;
    color: #66A8FF;
	display: block;
	padding-left: 35px;
	padding-top: 2px;
	height: 19px;
}

.menu a:hover {
	font-size: 11px;
    color: #CCE1FF;
    display: block;
   	padding-left: 35px;
	padding-top: 2px;
    background:url(images/button_all.jpg) 198px 0px;
	height: 19px;

}


a:link img, a:visited img, a:hover img, a:active img {
/* wegen darstellungsfehler im opera werden alle variationen notiert */
	border: none;
}
fieldset {
	border: 1px solid gray;
	margin: 15px 0 15px 0;
	padding: 5px 5px 5px 5px;
}	

/** error message in templates **/
fieldset.error {
	text-align: center;
	font-weight: bold;
}

legend {
	color: #CCCCCC;;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

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

label{
	cursor: pointer;
}

/** clan wars **/
.clan_wars_lost, .clan_wars_lost a{
color: #FF0000;
}

.clan_wars_won, .clan_wars_won a{
color: #00CC0E;
}

.clan_wars_tie, .clan_wars_tie a{
color: #FF7E00;
}

.catdeeplink, .catdeeplink a, .catdeeplink a:hover{
	font-size: 105%;
	text-align: center;
	margin: 10px 0 10px 0;
}

.catdeeplink hr {
	color: black;
	background-color: black;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border-width: 1px 0 0 0;
	border-color: black;
}


/***************** Form layouts **********************/

.formlabel{
	width: 100%;
}

div.row {
	clear: both;
	padding-top: 10px;
}

.formlabel .fileinput{
	width: 100%;
}

span.input{
   display: block;
	float: right;
	/**font-weight: bold;**/
	margin: 0 5px 5px 0;
	overflow: visible;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

span.label {
	display: block;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: top;
	width: 45%;
}

/** sind fast die selben, außer dass die texte außen stehen und der ganze platz genutzt wird **/
span.biginput{
	display: block;
	float: right;
	/**font-weight: bold;**/
	margin: 0 0 5px 0;
	overflow: visible;
	padding: 0;
	text-align: right;
	vertical-align: top;
	width: 75%;
}

span.biglabel {
	display: block;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 20%;
}

.formlabel .clear {
	clear: both;
}

/***************** form input styles *****************/

.heading {
	padding-bottom: 15px;
}

.submit, .reset {
	border: 1px solid #FFFFFF;
	margin: 20px 10px 10px 0px;
	padding: 3px;
}

.submit:hover, .reset:hover, .button:hover {
	background-color: #303030;
	color: #CCCCCC;
	cursor: pointer;
}

.button {
	border: 1px solid #303030;
}

.textinput {
	border: 1px solid #444444;
	color: #CCCCCC;
	padding: 2px 2px 2px;
	background-color:#303030;
	display: block;
	vertical-align: top;
	width: 100%;
}

.intinput {
	border: 1px solid #444444;
	color: #CCCCCC;
	padding: 2px 2px 2px;
	background-color:#303030;
	vertical-align: top;
	width: 50px;
}

.fileinput, .fileinput:hover {
	border: 1px solid #444444;
	color: #CCCCCC;
	padding: 2px 2px 2px;
	background-color: #303030;
	display: block;
	vertical-align: top;
}

textarea {
  color: #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid #444444;
  background-color: #303030;
  padding:5px;
  width: 100%;
}

.fileinput:focus, .fileinput:hover {
	cursor: pointer;
}

textarea:focus, textarea:hover, .intinput:focus, .intinput:hover, 
   .textinput:focus, .textinput:hover {
  background-color: #454545;
  cursor: pointer;
}

select {
 background-color: #303030;
 color: #CCCCCC;
}

button:hover, button:focus{
	cursor: pointer;
	background-color: #b7aaa6;
}

/** poll **/
.poll_1 {
	background-color: #1B1B1B;
	width: 100%;
}

.poll_2 {
	background-color: #252525;
	width: 100%;
}

.poll_title {
	background-color: #1B1B1B;
	font-weight: bold;
	padding: 5px;
}

.poll_cat {
	background-color: #252525;
	padding: 5px;
}

.pollbar {
	border: 1px solid #9B9B9B;
}

/** NEWS **/

.newsposting {
	background-color: transparent;
	border: 0px solid #808080;
	margin-bottom: 5px;
	width: 100%;
}

.newsposting .entry {
   <!-- padding erhöhen um den "floateffekt" zu verhindern -> gerader textfluss -->
	border: 0px solid red;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 135px;
}

.newsposting .showmore {
	cursor: pointer;
	margin: 15px 0px;
}

.newsposting .head {
	border-bottom: 0px solid #808080;
	font-size: 100%;
	font-weight: normal;
	padding: 0 5px;
	margin: 0px;
}

.newsposting .footer {
	border-top: 0px solid #808080;
	height: 15px;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
}

.newsposting .posterinfo h4 {
	cursor: pointer;
	font-size: 100%;
	margin: 0px;
}

.newsposting .posterinfo {
	border-top: 0px;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	clear: right;
	display: block;
	float: right;
	height: 99%;
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px 5px;
	min-width: 120px;
}

.newsposting .posterinfo ul li {
	max-width: 120px;
}

.newsposting .posterinfo .placeholder {
	display: block;
	width: 120px;
}


/** postings (comments etc.) **/

.posting {
	border: 1px solid #808080;
	margin-top: 5px;
}

.posting .entry {
   <!-- padding erhöhen um den "floateffekt" zu verhindern -> gerader textfluss -->
	padding-top: 5px;
	padding-left: 5px;
}

.posting .head {
	border-bottom: 1px solid #808080;
	font-size: 100%;
	font-weight: normal;
	padding: 0 5px;
	margin: 0px;
}

.posting .footer {
	border-top: 1px solid #808080;
	height: 15px;
	clear: left;
	padding-top: 5px;
	padding-right: 5px;
}

.posting .posterinfo h4 {
	font-size: 100%;
	margin: 0px;
}

.posting .posterinfo{
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	float: left;
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px 5px;
	min-width: 120px;
}

.posting ul li {
	max-width: 120px;
}

.posting .placeholder {
	display: block;
	width: 120px;
}

/** linkarchiv **/
.linkarchiv .parentcat {
	height: 22px;
	vertical-align: middle;
}

.linkarchiv .subcat {
	height: 18px;
	vertical-align: middle;
}

.linkarchiv .name {
	padding-left: 5px;
}

.linkarchiv a, .linkarchiv a:hover, .linkarchiv a:visited, .linkarchiv a:active {
	font-size: 110%;
	font-weight: bold;
	height: 100%;
	padding-top: 5px;
}

/** content layouts **/
.content_table {
	background-color: #808080;
	border: 1px solid #808080;
	border-collapse: collapse;
	width: 100%;
}

.content_table .row {
	margin-bottom: 1px;
}

.content_table td{
	border: 1px solid #444444;
}

.content_table th {
	border: 1px solid #444444;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

.row1 {
	background-color: #1B1B1B ;
}

.row2 {
	background-color: #252525;
} 

.rowhover {
	background-color: #0F0F0F ;
}

.table_headline{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	height: 10%;
	font-size: 12px;
	color: white;
}

/** sollte durch span.label ersetzt werden **/
.table_name{
	vertical-align: top;
	font-weight: bold;
}

/** basic classes **/


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center{
	text-align: center;
}

.top{
vertical-align: top;
}

.bold {
	font-weight: bold;
}

.italic{
	font-style: italic; 
}

.block {
	display: block;
}

/** templates checken und klasse entfernen! 
.error {
	display: block;
   font-weight: bold;
	text-align: center;
	width: 100%;
}
**/

