/**
* $Id: colors.css,v 1.1.2.2 2005/10/17 17:21:01 thorstenr Exp $
*
* In this CSS file you'll find all color defintions for phpMyFAQ
*
* @author		Jens Grochtdreis <jens@grochtdreis.de>
* @author		Thorsten Rinne <thorsten@rinne.info>
* @since		2005-03-12
* @copyright	(c) 2005 phpMyFAQ Team
* 
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
* 
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*/

/**
* Main body
*/
html, body {
   background: #ffffff;
   color: #000000;
}

/**
* the header with the title
*/
#header h1 a {
   color: #E48428;
} 
#header ul a {
   color: #ffffff;
}

/**
* Categories
*/
#categories {
    background-color: #EDF2F2;
    border-color: #D0D9D9;
}
#categories li {
    border-color: #0D487A;
}
#categories li a {
    border-color: #D0D9D9;
    background-color: #EDF2F2;
    color: #000000;
}
#categories li a:hover {
    background-color: #D0D9D9;
    color: #000000;
}

#categories .active {
	background-color: #D0D9D9;
}
#categories .subcat a {
	background-color: #F2ECEC;
}
#categories .subcat .active {
	background-color: #ECF2ED;
} 
/**
* Search box and language selection box
*/
#search, #langform {
   border-color: #D0D9D9;
   background-color: #EDF2F2;
}
#search input, input[type=text] {
   background: #ffffff;
   border-color: #000000;
}
#search input[type=text]:focus {
   background: #f5f5f5;
}

/**
* Top 10 and Latest areticles
*/
#topten h3, #latest h3 {
   border-color: #a9a9a9;
}
#topten ol, #latest ol {
   
}
#topten li, #latest li {
   
}

/**
* Main content
*/
.main-content h2, .main-content h3 {
  color: #000000;
  border-color: #a9a9a9;
}

/**
* Table definitions in the main content column
*/
.main-content table {
   border-color: #a9a9a9;
}
td, th, .main-content td {
   border-color: #a9a9a9;
}
.main-content th {
   border-bottom-color: transparent;
}

/**
* Fieldset definitions in the main content column
*/
.main-content fieldset {
   border-color: #e7e7e7;
}

/**
* Form definitions in the main content column
*/
.main-content form textarea, .main-content form .inputfield {
   color: #333333;
   background-color: #ffffff;
   border-color: #e7e7e7;
   border-top-color: #999999;
   border-left-color: #999999;
}
.main-content form textarea:focus, .main-content form input[type=text]:focus {
   background: #f5f5f5;
}
.main-content form input[type=radio], .main-content form input[type=checkbox] {
   background-color: transparent;
}
select {
   background-color: #ffffff;
   color: inherit;
}

/**
* Submit button definitions
*/
input[type=submit] {
	color: Black;
	background: #EDF2F2;
	border-color: #ffffff;
	border-bottom-color: #dddddd;
	border-right-color: #dddddd;
}

/**
* Highlighted search result
*/
.highlight {
	background-color: #F8F8FF;
	font-weight: bold;
	border: 1px dotted #FF6347;
}

/**
* Footer definitions
*/
#footer {
   color: #666666;
   border-color: #666666;
}
#footer, #footer a, #footer a:visited {
   color: #666666;
}
/**
* main definitions
*
*/
body, p, form, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre,
.header {
   margin: 0;
   padding: 0;
}

a {
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
   }
form {
   display:inline;
}
fieldset {
   margin-bottom: 1em;
   padding: .5em;
}
img {
   border: 0;
}
pre, code {
   font-size: 11px;
}
hr {
   height: 1px;
   border: 1px solid gray;
}
p {
   padding: 0;
   margin: 0;
   margin-bottom: 0.8em;

}
code {
   white-space: pre;
}


/**
* Header definitions
*/
#header, #headerleft, #headerright {
	margin: 0px; 
	padding: 0px; 
	background-color: #fff;
}

#header {
	position: relative;
	clear: both; 
	height:	119px; 
	width: 100%;
	background-color: #fe0d0d;
}

#headerleft {
   float: left;
   align: center;
   color: #fff; 
	background-color: #fe0d0d;
}
#headerright {
	color: #fe0d0d; 
	text-align: right;
	background-color: #fe0d0d;
}

#suche {
	margin: 3px 15px;
	float: left;
	display:inline;
	color:#ffffff;
}
#navlist {
	text-align: right;
	display:inline;
}

/***********************************************/
/* N a v b a r                   
/***********************************************/ 
 #navcontainer ul {
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0px; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0px;
	color: #fff;
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px; /* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover {
	background-image:url(navbar_hover.jpg); 
	background-repeat: repeat-x; 
}

#navcontainer { 
	margin: 0px;
	padding: 0px;
	height: 30px;	
	width: 100%;
	background-image:url(navbar.jpg); 
	background-repeat: repeat-x; 
}





html>body #navi li a {
   width: auto;
}

#navi { 
	margin-left: 0px; 
	font-size: 14px; 
	width: 190px;
	padding: 0;
	border: 1px solid;
}

#navi a {
	display: block;
	padding: 5px 10px;
	width: 170px;
	color: #000000;
	background-color: #fff;
	text-decoration: none;
}

#navi a:hover {	
	color: #000;
	background-color: #CCCCFF;
	text-decoration: none;
}

#navi .active {
	color: #000;
	background-color: #CCCCFF;
}
#navi a.current {	
	color: #000;
	background-color: #CCCCFF;
	text-decoration: none;
}
 
#navi .naviheader {
	display: block;
	padding: 5px 10px;
	width: 170px;
	color: #fff;
	text-decoration: none;
	background-image:url(navbar.jpg); 
	background-repeat: repeat-x; 
}

#navi ul {
	margin: 0;
	padding: 0;
	text-align:left;
	list-style-type: none;
}

#navi ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 165px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#navi ul ul a:hover{
	color: #fff;
	background-color: #CCCCFF;
	text-decoration: none;
}
#navi li ul a {
   padding-left: 20px;
   background-color: #fff;
}
#navi ul ul ul a {
   padding-left: 25px;
   background-color:#fff;
}
#navi ul ul ul ul a {
   padding-left: 35px;
   background-color:#fff;
}









/**
* Search box and language selection box
*/
#search, #langform {
   margin-top: 10px;
   margin-left: 30px;
   padding: 5px;
}
#search fieldset, #langform fieldset {
   display: inline;
   border: 0;
}
#search input[type=text], #search .inputfield, #langform .inputfield {
   border: 1px solid;
   width: 170px;
}
#search input[type=submit], #langform input[type=submit] {
   margin-top: 3px;
   padding: 0;
   border: 1px solid;
   margin-left: 0;
}


/**
* Main content
*/
.main-content {
   padding: 0;
   margin: 0;
   line-height: 1.3;
}
.main-content h2, .main-content h3 {
   border-bottom: 1px solid;
   margin-bottom: 7px;
}
.main-content h2#article_category {
   font-size: 145%;
   font-style: italic;
   margin: 5px 0 5px 0;
   border-bottom: none;
}
.main-content ul, ol {
   padding-left: 1em;
}
.main-content li {
   margin-left: 20px;
}

/**
* Main content - news section
*/
.main-content #news h3 {
   font-size: 135%;
   border: 0;
   margin-bottom: 7px;
}
.main-content #news .block {
   margin-top: 7px;
   margin-bottom: 7px;
}
.main-content #news .date {
   font-size: 80%;
   margin-bottom: 12px;
}

/**
* Table definitions in the main content column
*/
.main-content table {
   overflow: scroll;
   padding: 0;
   margin: 0;
}
td, th, .main-content td {
   padding: 2px;
   margin: 0;
}
.main-content th {
   border: 0;
   padding: 2px;
   text-align: center;
   vertical-align: middle;
}

/**
* Form and Fieldset definitions in the main content column
*/
.main-content form {
   float: left;
   display: block;
   width: 99%;
}
.main-content fieldset {
   border: 1px solid;
}
.main-content textarea.inputarea, .main-content form .inputfield, .main-content select {
   margin: 2px;
   border-width: 1px;
   border-style: solid;
}
.main-content form input[type=radio], .main-content form input[type=checkbox] {
   border: 0;
}
.main-content label.left {
   float: left;
   text-align: right;
   width: 150px;
   margin-right: .3em;
}
.main-content form br {
   clear: both;
}
.main-content #article_categories {
    float: right;
    width: 220px;
    margin: 0 0 10px 20px;
}
.main-content #article_categories fieldset {
}
.main-content #article_categories legend {
}
.main-content #article_categories ul {
    list-style: none outside;
    margin-left: 0px;
}
.main-content #article_categories ul li {
    margin: 0;
    padding: 0;
}


/**
* Submit button definitions
*/
input[type=submit] {
   border: 2px solid;
   padding: 2px 4px;
   margin-left: 0;
}

/**
* Comments 
*/
.comment {
   padding: 1.0em;
   margin: 0.5em 0;
}

/**
* Left and right sidebar definitions
*/
.sidebar {
  padding: 0;
  margin: 0;
}

body {
   margin: 0px;
   padding: 0px;
}
* html>body {
   margin-right: -3px; /* IE hack */
}
div {
   border: 0;
   margin: 0px;
   padding: 0px;
}

/**
* Main wrapper around the div containers
*/
#wrapper1	 {
   min-width: 710px;
   max-width: 1200px;
   margin: 0px;
   padding: 0px;
	background-image:url(left.jpg);
	background-repeat:repeat-y;

}

/**
* Main columns definitions
*/
.columns {
   border: none;
   margin-top: 5px;
}
.leftcolumn {
   float: left;
   left: 50px;
   width: 200px;
   margin: 0px;
   padding: 0px;
}
.rightcolumn {
   position: static;
   float: right;
   width: 197px;
   margin: 0px;
   padding: 0px;
}
.centercolumn {
   margin: 0px;
   padding: 0px;
   margin-right: 15px;
   margin-left: 210px;
}

/**
* Padding definitions for the columns
*/
.centerpadding, .leftpadding, .rightpadding {
   margin: 0px;
   padding: 0px;
}
.rightpadding {
   padding-left: 0;
}
.centerpadding {
   padding-left: 20px; 
   padding-right: 20px; 
}
.clearing {
   height: 0;
   margin: 10px;
   clear: both;
}

#latest {
   margin-top: 10px;
   border: 1px solid black;
   padding: 1.0em;
   margin: 0.5em 0.5em;
   background-color: #CCCCFF;
}

/**
* Footer definitions
*/ 
#footer {
   margin-top: 350px;
   clear: both;
   text-align: right;
}

.openquestions {
border: 1px solid;
}
.headerips {
	background-color: #CCCCcc;
}
.badipslist {
	background-color: #eeeeee;
}

.sponsor {
   padding: 5px 10px;
   width: 170px;
   background-color: #eeeeee;
   border: 1px solid black;
   color: black;
}
