/*
  The Style8 for 4images gallery
  Created by: KW, blockundbleistift.de
*/


/* ------------------------------ Body All over --------------------------------------------
Here you can change the colors and the background for the page.
Hier kannst Du die Farben und den Hintergrund der Page �ndern.
 */


body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 9px;
	font-family: arial;
	text-align: left;
	background-image: url(bg_header.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

/* ----- Page Size -- PageGr��e ------*/

.page_size {
  width: 956px;
  height: 480px;
}

/* ----- Textcolors,sizes of the tablesheads -- Schriftfarben,Gr��en der Tabellenk�pfe ------*/

.menue_table {
  color: #E72019;
}

.thumb_table {
  border: 1px solid rgb(34,34,34);
  background-color: #181818;
  color: #181818;
}

.headercomment {color: #FFFF00}

.headercomment2 {color: #666666}

.headercomment3 {color: #FF0000}

.bgrandom {
  background-image:url(../../templates/default/bg_random.gif);
  background-repeat: no-repeat;
  background-position:center;
}

.thumb_table_2 {
  background-image: url(../../page_images/rauschen.gif);
  border: 1px solid rgb(34,34,34);
  background-color: #181818;
  color: #181818;
}

.all_other_tables {
}

.head1 {
	font-size: 18px;
	font-family: arial;
    color: #cbcbcb;
}
/* ------------------------------------------------------------------------------------------*/





/* -------------- Textcolor of the Site Name --- Schriftfarbe des Seitennamens --------------*/

.site_name {
  color: #E72019;
}
/* ------------------------------------------------------------------------------------------*/





/* ------------------ Color of the search formfield --- Farbe der Suchform ------------------
Here you can change the color and the background for the searchform.
Hier kannst Du die Farben und den Hintergrund der Suchform �ndern.
 */

.searchinput {
	background-color: #FFFFFF;
	background: url(bg_menu2.gif) repeat-x;
	color: #000000;
	WIDTH: 150px;
	height: 23px;
}

.searchinput_button {
	background: url(bg_menu2.gif) repeat-x;
	color: #000000;
	WIDTH: 60px;
	height: 23px;
}
/* ------------------------------------------------------------------------------------------*/





/* ------------------ Color of the login formfield --- Farbe der Loginform ------------------
Here you can change the color and the background for the loginform.
Hier kannst Du die Farben und den Hintergrund der Loginform �ndern.
 */

.logininput {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #E72019;
  color: #000000;
  WIDTH: 110px;
}

.login_input_button {
  border: 1px solid rgb(0,0,0);
  background-color: #E72019;
  color: #000000;
  WIDTH: 70px;
}
/* ------------------------------------------------------------------------------------------*/






/* -- Colors of the comment and ecard formfield --- Farben der Kommentar und eCard Formfelder ----
Here you can change the color and the background for the comment nad ecard formfields.
Hier kannst Du die Farben und den Hintergrund der Kommentar und eCard Formfelder �ndern.
 */

.ecard_input {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #E72019;
  color: #000000;
  WIDTH: 110px;
}

.ecard_input_big {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/form_big_orange.gif);
  background-color: #E72019;
  color: #000000;
  WIDTH: 300px;
}


.ecard_input_button {
  border: 1px solid rgb(0,0,0);
  background-color: #E72019;
  color: #000000;
  WIDTH: 70px;
}
/* ------------------------------------------------------------------------------------------*/




/* -- Colors of the PM formfield --- Farben der PM Formfelder ----
Here you can change the color and the background for the comment nad ecard formfields.
Hier kannst Du die Farben und den Hintergrund der Kommentar und eCard Formfelder �ndern.
 */

.comment_input {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #E72019;
  color: #000000;
  WIDTH: 110px;
}

.comment_button {
  border: 1px solid rgb(0,0,0);
  background-color: #E72019;
  color: #000000;
  WIDTH: 130px;
}

.comment_big_input {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/form_big_orange.gif);
  background-color: #E72019;
  color: #000000;
  WIDTH: 300px;
}
/* ------------------------------------------------------------------------------------------*/






/* ------------ Color of all other formfields --- Farbe aller anderen Formfelder --------------
Here you can change the color and the background for all other loginforms.
Hier kannst Du die Farben und den Hintergrund aller anderen Formfelder �ndern.
 */

.all_other_input {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #E72019;
  color: #000000;
  WIDTH: 110px;
}

.all_other_input_big {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/form_orange.gif);
  background-color: #E72019;
  color: #000000;
  WIDTH: 300px;
}

.all_other_button {
  border: 1px solid rgb(0,0,0);
  background-color: #E72019;
  color: #000000;
}
/* ------------------------------------------------------------------------------------------*/




/* All Links */
a:link    { text-decoration: none; color : #000000; background-color: #; font-weight: bold; 	font-size: 12px;
	font-family: arial;
 
}
a:active  { text-decoration: none; color : #000000; background-color: #; font-weight: bold;	font-size: 12px;
	font-family: arial;

}
a:visited { text-decoration: none; color : #000000; background-color: #; font-weight: bold;	font-size: 12px;
	font-family: arial;

}
a:hover   { text-decoration: underline; color : #97BE0D; background-color: #;	font-size: 12px;
	font-family: arial;

}

hr {
  border: 1px solid rgb(30,30,30);
}

ul, li, p, td {
  color: #E72019;
  font-background-color: #;
  text-decoration: none;
}

.smalltext {
  font-weight: normal;
}

.site_stats {
	font-size: 9px;
	font-family: arial;
	font-weight: normal;
}

.site_stats_table {
	font-weight: normal;
	margin-top: 10px;
}

.site_stats2 {
	font-weight: normal;
	font-size: 9px;
	font-family: arial;
	color: #000000;
}

.user_online {
  font-weight: normal;
}

.marktext {
  background-color: #3CE100;
  border: 1px solid rgb(0,136,0);
  color: #000000;
  height: 15;
}

.cp_link {
  background-color: #;
}

.new {
  color: #FF0000;
  font-size: 9px;
  font-family: arial;

}

.textarea {
  color: #E72019;
  width: 230px;
}

.input {
  color: #000000;
  width: 230px;
}

.select {
  background-color: #FFFFFF;
  color: #000000;
}

.setperpageselect {
  color: #000000;
  background-color: #FFFFFF;
}

.categoryselect {
  background-color: #FFFFFF;
  color: #000000;
}

.dropdownmarker {
	background: url(bg_menu2.gif) repeat-x;
	font-weight:bold;
    color: #000000;
}

.button {
	background: url(bg_menu2.gif) repeat-x;
	color: #000000;
	height: 23px;
}

/*--Categories------------------------------------------------*/

.maincat {
}

.subcat {
	padding-left: 10px;
}

/*--Images----------------------------------------------------*/
.imagerow1 {
}

.imagerow2 {
}

/*--Comments--------------------------------------------------*/

.commentspacerrow {
  background-color: #;
  color: #1A1A1A;
}

.commenttextarea {
  color: #0f5475;
  width: 270px;
}

.commentinput {
  color: #0f5475;
  width: 270px;
}
.msg0 {
background-color: #FFCECE;
color: #2F6B9D;
}
.msg1 {
background-color: #004000;
color: #2F6B9D;
}

.msg_good {
  background-color: #004000;
  font-weight: bold;
   border: 1px solid #5E6C80;
   padding: 3px 3px 3px 3px ;
   margin: 3px 0px 3px 0px ;
}

.msg_error {
  background-color: #800000;
  font-weight: bold;
   border: 1px solid #5E6C80;
   padding: 3px 3px 3px 3px ;
   margin: 3px 0px 3px 0px ;
}

.msg_plain {
  background-color: transparent;
  font-weight: bold;
   border: 1px solid #5E6C80;
   padding: 3px 3px 3px 3px ;
   margin: 3px 0px 3px 0px ;
}
/*--BBCode--------------------------------------------------*/
input.bbcbutton {
   background-color : #EFEFEF;
   color : #000000;
}
.helpline {
  width: 300px;
  height: 30px;
  overflow: hidden;
   background-color: transparent;
   border-style: none;
   color: #666666;
}
div.quotehead {
   color: black;
   padding: 0px 24px 0px 24px ;
}
div.quoteblock {
   border: 1px solid #5E6C80;
   padding: 8px 8px 8px 8px ;
}
div.codehead {
   color: black;
   padding: 0px 24px 0px 24px ;
}
div.codeblock {
   border: 1px solid #5E6C80;
   padding: 8px 8px 8px 8px ;
   background-color: #F5F5F5;
   white-space: pre;
}
.Stil1 {
	color: #FF0000;
	font-weight: bold;
}
.Stil2 {color: #FF0000}
.nosee {display:none}
/* Menu */

#menu {
	background-color: #111111;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 956px;
	text-align: left;
}
#menu2 {
	background-image: url(bg_menu2.gif);
	background-repeat: repeat-x;
	width: 956px;
	margin-bottom: 20px;
	height: 23px;
}
#menu2_right {
	float: right;
	padding-top: 5px;
}
#menu2_left {
	float: left;
}
#menu ul {
	margin: 0;
	padding: .35em 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}

#menu a:hover {
	color: #97BE0D;
}
#menu2 ul {
	margin: 0;
	padding: .35em 0 0 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #111111;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
}

#menu2 a:hover {
	color: #97BE0D;
}
.menutext3 {
	font-size: 9px;
	color: #111111;
	clip: rect(auto,auto,auto,auto);
	padding-left: 1em;
}
.textstd {
	color: #000000;
	font-size: 12px;
	font-family: arial;
}
.textstd2 {
	color: #999999;
	font-size: 9px;
	font-family: arial;
}
.textstd3 {
	color: #999999;
	font-size: 9px;
	font-family: arial;
	text-align: center;
	padding-top: 10px;
}
.textstd4 {
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-family: arial;
}
.cats_2col {
	width: 956px;
}
.cats_2col_left {
	float: right;
}
.cats_2col_right {
	float: left;
}
.cats_1col {
	width: 956px;
	float: left;
		background-image: url(button_bg_purple.png);
	background-repeat: no-repeat;
	background-position: -10px -15px;
	padding-left: 13px;
	padding-top: 5px;

}
.upload_col {
	width: 956px;
	background-repeat: no-repeat;

}
.cats_2col_1 {
	width: 450px;
	float: left;
	background-image: url(button_bg_purple.png);
	background-repeat: no-repeat;
	background-position: -10px -15px;
	padding-left: 13px;
	padding-top: 5px;
}
.cats_bg {
	background-image: url(button_bg_purple.png);
	background-repeat: no-repeat;
	background-position: -10px -15px;
	padding-left: 13px;
	padding-top: 5px;
}
.cats_2col_2 {
	width: 225px;
	float: left;
	background-image: url(button_bg_black.png);
	background-repeat: no-repeat;
	background-position: -10px -15px;
	padding-left: 13px;
	padding-top: 5px;

}
.cats_2col_kriter {
	width: 400px;
	float: left;
	background-image: url(button_bg_black.png);
	background-repeat: no-repeat;
	background-position: -10px -15px;
	padding-left: 13px;
	padding-top: 5px;
	height: 225px;
}
.cats_2col_battle {
	background-image: url(http://www.blockundbleistift.de/templates/default/button_bg_black.png);
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 5px;
	background-position: -10px 0px;
	float: right;
}
.cats_2col_uploadleft {
	width: 400px;
	float: left;
	background-image: url(button_bg_black.png);
	background-repeat: no-repeat;
	background-position: -10px -15px;
	padding-left: 13px;
	padding-top: 5px;
	margin-left: 20px;
}
.cats_2col_upload {
	width: 350px;
	float: left;
	background-image: url(button_bg_black.png);
	background-repeat: no-repeat;
	background-position: -10px -15px;
	padding-left: 13px;
	padding-top: 5px;
	margin-left: 20px;

}
.cats_2col_3 {
	width: 250px;
	float: right;
	font-size: 9px;
	color: #000000;
}
.cats_name {
	font-size: 18px;
	font-family: arial;
    color: #cbcbcb;
	color: #97BE0D;
	font-weight: bold;
	font-style: normal;
}
.head1 {
	font-size: 18px;
	font-family: arial;
    color: #cbcbcb;
	color: #97BE0D;
	font-weight: bold;
	font-style: normal;
}
.cats_name_button {
	font-size: 18px;
	font-family: arial;
	color: #97BE0D;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
.cats_dat {
	font-size: 12px;
	font-family: arial;
    color: #cbcbcb;
}
.cats_name2 {
	font-size: 18px;
	font-family: arial;
    color: #000000;
}
.cats_text {
	padding-left: 10px;
	font-size: 12px;
	font-family: arial;
	color: #000000;
	background-image: none;
	text-align: left;
	height: 100%;
}
.cats_text_battle {
	padding-left: 10px;
	font-size: 12px;
	font-family: arial;
	color: #000000;
	background-image: url(sketchbattle_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
	background-position: 10px;
	height: 130px;
}
.row1 {
	color: #000000;
	font-size: 12px;
	font-family: arial;
}
.row2 {
	color: #000000;
	font-size: 12px;
	font-family: arial;
}
.row3 {
	color: #FF0000;
	font-size: 12px;
	font-family: arial;
}
.dripheader {
	position: absolute;
	top: 200px;
	visibility: inherit;
	left: 0px;
}
.battle_col {
	width: 956px;
	height: 250px;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
