
/* General font families for common tags */
font,th,td,p  { color: #555; font-family: Verdana, Arial, Helvetica, sans-serif }
/*a:link,a:active,a:visited   { color: #555 }
a:hover		 { color: #f5f5f5; text-decoration: underline }*/
hr	 { border-style: solid; border-width: 1px 0px 0px 0px; border-color: #555; height: 0px }

.forumborder	  { background-color: #d3d3d3; border: solid 1px #c5c5c5; width:680px; }

/* Main table cell colours and backgrounds */
td.row1	  { background-color: #E8E8E8;  overflow:auto;}
td.row2	   { background-color: #e3e3e3; border: none }
td.row3	  { background-color: #e3e3e3 }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic  { background: #ddd /*url(images/cellpic2.jpg) repeat-x */}

/* Header cells - the blue and silver gradient backgrounds */
th	  { color: #555; font-weight: bold; font-size: 11px; background: #ddd /*url(images/cellpic3.gif)*/; height: 25px }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom  { background: #ddd; /*url(images/cellpic1.gif);*/ height: 28px }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR  { font-weight: bold; height: 28px }
td.row3Right,td.spaceRow   { background-color: #e3e3e3 }

th.thHead,td.catHead  { font-size: 12px }
th.thSides,td.catSides,td.spaceRow	  { }
th.thRight,td.catRight,td.row3Right	  { }
th.thLeft,td.catLeft	   { }
th.thBottom,td.catBottom   { }
th.thTop	  { }
th.thCornerL  { }
th.thCornerR  { }
td.rowtitles {
        background-color: #d3d3d3;
        color: #555;
        font-size: 11px;
        font-family: Verdana, Arial, sans-serif;
        }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	 { color: #c0c0c0; font-weight: bold; font-size: 22px; /*line-height: 120%;*/ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall  { color: #555 }
a.gen,a.genmed,a.gensmall   { color: #555; text-decoration: none }
a.gen:hover,a.genmed:hover,a.gensmall:hover	  { color: #FF9900; text-decoration: underline }


/* The register, login, search etc links at the top of the page */
.mainmenu		  { color: #555; font-size: 11px }
a.mainmenu		  { color: #555; text-decoration: none }
a.mainmenu:visited  { color: #555; text-decoration: none }
a.mainmenu:hover  { color: #FF9900; text-decoration: underline }


/* Forum category titles */
.cattitle		  { color: #555; font-weight: bold; font-size: 12px; letter-spacing: 1px }
a.cattitle		  { color: #a9a9a9; text-decoration: none }
a.cattitle:hover  { color: #FF9900 }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		  { color: #555; font-weight: bold; font-size: 12px }
a.forumlink 	  { color: #555; text-decoration: none }
a.forumlink:hover  { color: #FF9900; text-decoration: underline }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			  { color: #555; font-weight: bold; font-size: 11px }
a.nav			  { color: #555; text-decoration: none }
a.nav:visited  { color: #555; text-decoration: none }
a.nav:hover		  { color: #FF9900; text-decoration: underline }


/* titles for the topics: could specify viewed link colour too */
.topictitle			  { color: #555; font-weight: bold; font-size: 11px }
a.topictitle:link     { color: #555; text-decoration: none }
a.topictitle:visited   { color: #555; text-decoration: none }
a.topictitle:hover	  { color: #FF9900; text-decoration: underline }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			 { color: #555; font-size: 11px }

/* Location, number of posts, post date etc */
.postdetails		 { color: #555; font-size: 10px }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; width:530px; overflow:auto;}
a.postlink:link	  { color: #555; text-decoration: none }
a.postlink:visited   { color: #555; text-decoration: none }
a.postlink:hover   { color: #FF9900; text-decoration: underline }


/* Quote & Code blocks */
.code   { color: #555; font-size: 11px; font-family: Courier, "Courier New", sans-serif; background-color: #F8FCFF; border: solid 1px #c5c5c5 }

.quote   { color: #555; font-style: italic; font-size: 11px; line-height: 125%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #F8FCFF; border: solid 1px #c5c5c5 }


/* Copyright and bottom info */
.copyright		 { color: #555; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px }
a.copyright		 { color: #555; text-decoration: none }
a.copyright:hover  { color: #FF9900; text-decoration: underline }


/* Form elements */
input,textarea, select {
background:#e3e3e3;
	color : #555;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #555; 
	border:1px solid #ccc;
}

/* The text input fields background colour */
input.post, textarea.post, select  { background-color: #e3e3e3 }

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button  { color: #555; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #e3e3e3 }

/* The main submit button option */
input.mainoption  { font-weight: bold; background-color: #e3e3e3 }

/* None-bold submit button */
input.liteoption  { font-weight: normal; background-color: #e3e3e3 }

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline  { background-color: #e3e3e3; border: none }

body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 148px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 148px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	background: #E8E8E8; /* IE6 Bug */
	padding: 0px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FF9900; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 0px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
body   { 
background-image: url(http://www.stammheim4ever.de/pics/bg/background.jpg);
background-position:top left;
background-repeat: repeat-x;
background-color: #ABB0B6;
padding: 0;
         margin: 0;
         color: #555;
         font-family: arial;
         font-size: 12px;
         line-height: 1.6em;
      /*   background-color: #E3E3E3; */
         text-align: center; }
#paper { 
margin: 0px auto;  
border-left: solid 1px #ADADAD; 
border-right: solid 1px #FFFFFF; 
         text-align: left; 
		 background-image: url(http://www.stammheim4ever.de/pics/bg/paper_gr-fotos.gif);
         background-position:-1px 0px;
		background-repeat: repeat-y;
width: 860px;  }
.footer { /*padding-top: 5px; */border-top: solid 1px #ccc; }

#links { float: left; width: 150px; }
#mitte { float: left; width: 573px; }
#mitte a:link, #mitte a:visited, #mitte a:hover, #mitte a:active { text-decoration:underline; }
#rechts { float: left; width: 135px; color: #555; background-color: #E3E3E3; border-right: solid 1px #ccc; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; margin: 0px; padding: 0px; }
h1 { font-size:12px;}
h2 { font-size:12px; display:inline; font-weight:normal;}
.top { padding: 0;
     text-align: left; 
     font-family: tachoma, times, georgia; 
     letter-spacing: 1px; 
     font-size: 19px;
     color: #222;
     line-height: 1.0em; }
p { margin: 0px; margin-top: 1em;}
h6, .itemhead { color: #555;  background-color: #E3E3E3;  border-left: solid 1px #FFF;/* border-right: solid 1px #ADADAD;*/ border-bottom: solid 1px #ADADAD;  }
h6 { color: #222; padding: 1px 2px 2px 6px; }
h5 { color: #222; padding: 1px 2px 2px 6px; background-color: #E3E3E3;  margin-left:1px; border-left: solid 1px #ccc; margin-right:2px; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc;  }
.menuecont { color: #555; /*background-color: #E3E3E3;  border-left: solid 1px #FFF; */}
.flash { padding: 0; border-top: solid 1px #FFF; background-color: #E3E3E3;  border-left: solid 1px #FFF; border-right: solid 1px #ADADAD; border-bottom: solid 1px #ADADAD;  }
.handy {background:url(pics/bg/handy-logo-mms.jpg) left top no-repeat; height:190px;}
.listitem { background-color: #E8E8E8;  border-bottom: solid 1px #ccc; }
.item,.lastitem,.itemadmin,.sitem,.textitem { padding: 10px 10px; border-left: solid 1px #EEE; border-top: solid 2px #D4D4D4; border-bottom: solid 1px #ADADAD; border-right: solid 1px #ADADAD; background-color: #DDDDDD;  }
.textitem { background-color: #F3F3F3; border-top: solid 2px #E5E5E5; border-left: solid 2px #EBEBEB; }
.sitem {  border-bottom: solid 1px #ADADAD; }
.lastitem { border-bottom: none;  }
.hr {  border-top: solid 1px #FFF; border-left: solid 1px #FFF; border-right: solid 1px #ADADAD;  border-bottom: solid 1px #ADADAD; height: 10px; background-color: #E8E8E8; }
.end { border-top: solid 1px #FFF; border-left: solid 1px #FFF; border-right: solid 1px #ADADAD; height: 10px; background-color: #E3E3E3; }
.banner { padding: 0px; border-bottom: solid 1px #ADADAD; border-right: solid 1px #ADADAD; background-color: #F3F3F3; border-top: none; border-left: none; }

.left { float: left; width: 42%; }
.right { float: right; width: 56%; text-align: right;  }

a img { border: none; padding: 0px; text-decoration:none; }
a.visited { color: #555; }
a { color: #555; text-decoration: none;  }
a:hover { color: #FF9900; text-decoration: none; }

.clear { clear: both; }
.normal { font-weight: normal; }
.bold { font-weight: bold; }

textarea {
	width: 321px;
	font-size: 12px;
	font-family: verdana, arial, verdana, sans-serif;
	background-color: #DDD;
 	border-top: solid 1px #FFF; border-left: solid 1px #FFF; border-right: solid 1px #ADADAD; border-bottom: solid 1px #ADADAD;	padding: 0;
	margin: 0;
	outline: none;
	display: block;
}
select { height: 25px; width: auto; border-color: #fff; }
input.radio,input.checkbox { width: auto; display: inline; background-color: transparent; }
#counter { line-height: 1em; }
.linkes_feld {
	background-color: #E8E8E8;  border-bottom: solid 1px #ccc;  border-left: solid 1px #ccc; border-right: solid 1px #ccc; margin: 0px 1px 0px 1px; padding:5px 0px;  
}

form { margin: 0px; padding: 0px; }
input, textarea { font-family: arial, verdana; font-size: 12px; background-color: #EBEBEB; border:1px solid #ccc;}
input { width: 150px; }
textarea { width: 325px; }
select { line-height: 1.0em; height:16px; }
.half { width: 135px; background-color: #EBEBEB; border:1px solid #ccc; }
.small { width: 65px; background-color: #EBEBEB; }
.little { font-size:11px;}

.lecker { display: none; }
.schatten{ font-family: tachoma, times, georgia; font-size:24px; color: #FF9900; padding:3px 5px;}
.text{ font-family: tachoma, times, georgia; color: #555; font-size:24px; margin-top: -1.05em; margin-left: -0.08em; padding:3px 5px;}
td { font-size: 12px; color: #555; line-height: 15px}


#pic { filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=15,Duration=0.5) }
.first {
	border-top:0px;
}
.last {
	border-bottom:0px;
}
.border {
	border:1px solid #ccc;
}