/**
 * phpMyFAQ 2.7 default layout
 *
 * 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.
 *
 * @category  phpMyFAQ
 * @package   Layout
 * @author    Thorsten Rinne <thorsten@phpmyfaq.de>
 * @copyright 2010-2012 phpMyFAQ Team
 * @license   http://www.mozilla.org/MPL/MPL-1.1.html Mozilla Public License Version 1.1
 * @link      http://www.phpmyfaq.de
 * @since     2010-01-17
 */

/* extended HTML5 reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, 
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, 
section, summary, time, mark, audio, video {
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline:0; 
    font-size:100%; 
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

nav ul { 
    list-style: none; }
blockquote, q { 
    quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 
    content: ''; content: none; }
a { 
    margin: 0; 
    padding: 0; 
    font-size: 100%; 
    vertical-align: baseline; 
    background: transparent;
    text-decoration:none; }
ins { 
    background-color: #ff9; color: #000; text-decoration: none; }
mark { 
    background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { 
    text-decoration: line-through; }
abbr[title], dfn[title] { 
    border-bottom: 1px dotted; cursor: help; }
table { 
    border-collapse: collapse; border-spacing: 0; }
hr { 
    display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { 
    vertical-align: middle; }
/* end of reset part */

/* basic styles */
select, input, textarea, button {  
    font: 99% Verdana,Geneva,sans-serif; }
pre, code, kbd, samp {  
    font-family: monospace, sans-serif; }
body, select, input, textarea {  
    color: #444; }
h1,h2,h3,h4,h5,h6 {  
    font-weight: bold; }
h1 {  
    font-size: 3.571em; }
h2 { 
    font-size: 1.571em; } 
h3 {  
    font-size: 1.429em; }
h4 {  
    font-size: 1.286em; }
h5 {  
    font-size: 1.143em; }
h6 {  
    font-size: 1em; }
html {  
    overflow-y: scroll; }
a:hover, a:active {  
    outline: none; }
a, a:active, a:visited {  
    color: rgb(25,65,116); }
a:hover {  
    color: #F47B21; }
ul, ol {  
    margin-left: 1.8em; }
ol {  
    list-style-type: decimal; }
small {  
    font-size: 85%; }
strong, th { font-weight: bold; }
td, td img {  
    vertical-align: top; } 
sub {  
    vertical-align: sub; font-size: smaller; }
sup {  
    vertical-align: super; font-size: smaller; }
textarea {
    overflow: auto; }
.ie6 legend, .ie7 legend {  
    margin-left: -7px; }
input[type="radio"] {  
    vertical-align: text-bottom; }
input[type="checkbox"] {  
    vertical-align: bottom; }
.ie7 input[type="checkbox"] {  
    vertical-align: baseline; }
.ie6 input {  
    vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button {  
    cursor: pointer; }
button, input, select, textarea {  
    margin: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { 
    background-color: #f0dddd; }
::-moz-selection{ 
    background: #F68600; color: #fff; text-shadow: none; }
::selection { 
    background: #F68600; color: #fff; text-shadow: none; }
a:link { 
    -webkit-tap-highlight-color: #F68600; text-decoration: none; }
button { 
    width: auto; overflow: visible; }
.ie7 img { 
    -ms-interpolation-mode: bicubic; }
.ir { 
    display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { 
    display: none; visibility: hidden; } 
.visuallyhidden { 
    position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { 
    visibility: hidden; }
.clearfix:after  { 
    content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { 
    zoom: 1; }
.highlight {
    text-decoration: dotted; background-color: orange; color: #000000; padding: 1px; }

/* phpMyFAQ layout */
body {
	widht: 100%;
	height: auto;
    margin: 0 auto; 
    font: 13px Verdana,Geneva,sans-serif; 
    background-color: #E6E6E6; 
    *font-size: small; 
}

/* Header ------------------------------------------------*/
#header {
	width: 990px;
    margin-left: auto;
    margin-right: auto; 
    background: #E6E6E6 url("../pics/background.png");
    background-position: -8px -565px;
    height: 87px;  
	padding: 2px 5px 6px 9px;
    }
    
#header h1 {
	width: 700px;
    font-size: 20px;
    color: #194174; 
    margin-top: -55px; 
    margin-left: 150px;
    line-height: .6; }
#header h1 a:link, header h1 a:visited {
    color: #194174; 
    display: block; 
    margin: 0;  
    text-shadow: -2px 2px 2px #363636;}
#header h1 a:hover, header h1 a:active {
    background: none; 
    color: white;
    text-shadow: -2px 2px 2px #f47b21; }

#header  section {
	float: right;}

#header #searchBox { 
    padding: 10px; 
    margin-bottom: 22px;
    height: 70px;
    /*width: 380px*/;
    color: #222;}

/* Login-Box-------------------------------------------*/
#header #loginBox {
	position:fixed;
	right: 20%;
    width: 260px; 
    height: 32px;
    margin-top: -90px;
    color: #fff;
    background-image: url("../pics/login.png");
    /*background: #f68600;*/ 
    /*border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
    -moz-border-radius-bottomright: 5px; 
    -webkit-border-bottom-right-radius: 5px;*/ }
#header #loginSelection {
    text-align: center; 
    padding: 5px; }
#header #loginSelection a:link, 
#header #loginSelection a:visited {
    color: #fff; 
    font-weight: bold;
    font-size: 11px; }
#header #loginSelection a:hover {
	color: #4a2885;
}
#header #loginForm {
    position: fixed; 
    width: 230px; 
    z-index: 50; 
    background: #f47b21; 
    padding: 5px; 
    margin-top: 10px; 
    margin-left: 5px;
    padding-left: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; }
#login_ok {
	margin-left: 5px;*
}

#header #loginForm form input[type="text"], #header #loginForm form input[type="password"] {
    display: table-cell; 
    height: 14px; 
    border: 1px solid #d7d7d7; 
    font-size: 14px; 
    border-radius: 3px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; }
#header #loginForm .error {
    color: #194174; 
    padding: 4px 0;
    /*background-color: #d3d3d3;*/ 
    border-radius: 3px; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
    font-weight: bold; }
    
#header #loginForm a {
	color: #fff;
	font-size: 10px;
}
#header #loginForm a:hover {
	color: #194174;
}


/*Logo-------------------------------------------------*/
#header_logo {
	backgrond-image: url("../pics/background.png");
	background-position: -395px -235px;
    float: left;
    width: 176px;
    height: 80px;
    margin-top: -2px;
    margin-left:-8px;
    padding: 2px 6px 6px 9px;
     }
    
#header_logo img {
    border-radius: 5px 5px 5px 5px;
    margin: 0;
    padding: 2px; }
    
#header_logo img:hover {
    border: 1px solid #999999;
    border-radius: 10px 10px 10px 10px;
    margin: 0;
    padding: 1px;
}
    
/* Navigation --------------------------------------------*/
nav {
	background: #E6E6E6 url("../pics/background.png");
    background-position: -10px -10px;
    height: 35px;
    width: 990px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto; }
nav ul {
    margin: 0 auto; 
    list-style: none; }
nav ul li {
    float: left;
    
    height: 20px;
    margin-bottom: 10px;}
    
nav ul li a, nav ul li a:visited {
    display: block; 
    font: 12px Verdana,Geneva,sans-serif; 
    line-height: 30px;
    font-weight: bold; 
    text-align: center;
    padding: 0px 15px; 
    color: #fff; }
nav ul li a:hover {
    color: #fff;  
    background-image: url("../pic/background.png"); 
    background-position: -20px -60px;
    
    }
#nav_left a:hover  {
    background-image: url("../pic/background.png"); 
    background-position: -10px -60px;	
}
#nav_spacer {
	border-right: 1px dotted #FFFFFF;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 0;        
}
nav ul li.selected a {
    color: #fff; }

/* Categories ----------------------------------------------*/
#categories {
	
}
#categories ul {
	/*width:170px;*/
    margin: 0 1px 0 1px; 
    list-style: none outside none; }
#categories ul li {
	padding: 5px 10px 5px 15px; 
    }
#categories ul li a {
    line-height: 16px; 
    display: block; 
    color: #194174;/*blau-logo*/
    font-size: 11px;
    font-weight: bold;
    }
#categories ul li a:hover {
    color: #f47b21; }/*orange-logo*/
#categories a.active {
    color: #f47b21; 
    font-weight: bold; }
#categories .subcat li a {
    padding-left: 10px; }
#categories .subcat li li a {
    padding-left: 15px; 
    background: #ffffff; }
#categories .subcat .active {
    }

/* Content -----------------------------------------------*/
.internet-explorer-error {
    margin: auto; 
    padding: 10px; 
    background-color: #f97c7c; 
    color: #222; 
    font-size: 1.571em; 
    text-align: center; }
#content {
    display: table; 
    width: 1000px;
    margin: 0px auto; }
#leftContent {
    background: #E6E6E6 url("../images/box_white_streifen_290x10.png") -1px  repeat-y; }
#leftContent section{
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	}
#left_top {
    background: #E6E6E6 url("../pics/background.png");
    background-position: -661px -250px;
    height: 10px; }
#left_bottom {
    background: #E6E6E6 url("../pics/background.png");
    background-position: -661px -290px;
    height: 9px; }
#left {
    display: table-cell; 
    vertical-align: top;
	margin-right: 10px; }	
#mainContent {
	background: #E6E6E6 url("../images/main_bg.png") repeat-y;
    height: auto;
	width: 664px; 
    vertical-align: top; 
    padding: 11px 10px 11px 30px;   
    }
#main {
    display: table-cell;
    width: 704px;
    height: auto;
    vertical-align: top; }
#main_top {
    background: #E6E6E6 url("../pics/background.png");
    background-position: -371px -880px;
    height: 10px; }
#main_bottom {
    background: #E6E6E6 url("../pics/background.png");
    background-position: -371px -901px;
    height: 9px; }
#mainContent h2 {
    display: block; 
    padding-bottom: 5px;
    color: #194174; }
#mainContent h3 {
    font-size: 16px; }
#mainContent h3 a {
}
#mainContent p {
    padding-bottom: 11px; }
#mainContent p.comment { 
    padding: 5px; 
    background-color: #fff; 
    border: 1px solid #d7d7d7; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    margin: 5px 0; }
#mainContent p.comment img {
    float: right; }
#mainContent p.error { 
    margin: 10px auto; 
    padding: 10px; 
    background-color: #f97c7c; 
    color: #222; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; }
#mainContent p.success { 
    margin: 10px auto; 
    padding: 10px; 
    background-color: #7dfd77; 
    color: #222; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; }
#mainContent .date { 
	margin-bottom: 11px; 
	font-size: 11px; }
#mainContent .syntaxhighlighter { 
	padding: 5px; 
	border: 1px dashed black; }

/* phpMyFAQ forms */
#mainContent form p {
    display: table; 
    margin-bottom: 11px; 
    padding: 0 11px; }
#mainContent form label {
    display: table-cell; 
    width: 150px; 
    padding-right: 10px; 
    text-align: right; 
    font-weight: bold; 
    vertical-align: top; }
#mainContent form textarea {
    display: table-cell; 
    width: 300px; 
    border: 1px solid #d7d7d7; 
    font-size: 14px; 
    border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; }
#mainContent form input[type="submit"] {
    }
    
#mainContent form input[type="submit"].submit, #mainContent form input[type="submit"].reset  {
    margin-left: 160px; 
    }
 
#mainContent form select{
	width: 300px;
}

#mainContent section {
	margin-bottom: 10px;
}

#mainContent section ul {
	list-style-type: disc;
}

#mainContent section ul ul{
	list-style-type: circle;
}

#mainContent section a {
	color: #194174;
}

#mainContent section a:hover {
	color: #f47b21;
}
#mainContent section p a{
	color: rgb(25, 65, 116);
}
#mainContent section p a:hover {
	color: #F47B21;
}

/* FAQs */
#breadcrumbs span[itemtype] {
    display: -moz-inline-stack; 
    display: inline-block; 
    margin: 0 0 5px; 
    zoom: 1; 
    *display: inline; 
    font-size: 11px; 
    /*font-weight: bold;*/ }
#solution_id {
    float: right; padding: 2px; background-color: #fff; border: 1px solid #d7d7d7; border-radius: 5px; 
    -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#social {
    margin: 5px auto; }
#social a:link {
}
#faqTabs {
    width: 100%; margin-bottom: 11px; margin-top: 11px; }
#faqTabs ul.faqTabNav {
    list-style-type: none; margin: 0; padding: 0; width: 456px; overflow: hidden; border-bottom: 2px solid #d7d7d7; }
#faqTabs ul.faqTabNav a {
    display: block; width: 100%; margin-right: 5px; font-size: 12px; text-decoration: none; color: #333; }
#faqTabs ul.faqTabNav li {
    float: left; margin: 0 4px 0 0; padding: 1px; text-align: center; background-color: #fff; 
    border-top: 1px solid #d7d7d7; border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; 
    border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-right-radius: 3px; 
    -moz-border-radius-topright: 3px; }
#faqTabs ul.faqTabNav li:hover {
    background: #d7d7d7; }
.faqTabContent {
    display: none; 
    z-index: 100; 
    background-color: #fff; 
    padding: 5px; 
    width: 444px;
    opacity:0.9; 
    color: #222; 
    border: 1px solid transparent; }
div.rating-cancel, div.star-rating {
    float: left; width: 17px; height: 15px; text-indent: -999em; cursor: pointer; display: block;
    background: transparent; overflow: hidden }
div.rating-cancel, div.rating-cancel a {
    background: url(../../../images/delete.gif) no-repeat 0 -16px }
div.star-rating, div.star-rating a {
    background: url(../../../images/star.gif) no-repeat 0 0px }
div.rating-cancel a, div.star-rating a {
    display:block; width:16px; height:100%; background-position:0 0px; border:0 }
div.star-rating-on a {
    background-position:0 -16px !important }
div.star-rating-hover a {
    background-position:0 -32px }
#votingstars {
    margin: auto; }
#votingstars span {
    padding-left: 11px; }
#tagcloud-content .relevance1 { font-size: 80%; }
#tagcloud-content .relevance2 { font-size: 100%; }
#tagcloud-content .relevance3 { font-size: 120%; }
#tagcloud-content .relevance4 { font-size: 140%; }
#tagcloud-content .relevance5 { font-size: 160%; }

/* Tables */
table.openquestions {
    border-collapse: collapse; margin-bottom: 22px; }
table.openquestions td {
    padding: 4px; border-top: 1px solid transparent; border-bottom: 1px solid #333; }

/* Right panel */
aside {
    display: table-cell; 
    width: 290px;
    height: auto;
    min-height: 500px; 
    }
aside section {
	margin-top: -7px;
    padding: 5px 0;
    border-left: 1px dotted #959595;
    
    margin: 5px 0 0 20px; 
    border: 1px solid #d7d7d7;
    background-color: #b1b1b2;
    background: url(../images/search_background.png) repeat-x;
    border-radius: 11px; 
    -moz-border-radius: 11px; 
    -webkit-border-radius: 11px;
    /*Schatten
    -webkit-box-shadow: -3px 3px 2px #252525;
	-moz-box-shadow: -3px 3px 2px #252525;
	box-shadow: -3px 3px 2px #252525; */
	}
aside section h3 {
    font-size: 14px;
    padding-left: 20px;
    }
aside section ol {
	padding-left: 20px;
	list-style-type: none;
}
aside section ul li a, aside section ul li a:visited {
    display: block;
    
    }
aside section ul li a:hover {
    text-decoration: underline; 
    
    }
aside section #social {
    width: 250px;
    padding: 8px 11px 6px 8px;
    background-image: url("../pics/background.png");
    background-position: -965px -149px;
    }

#searchBox { 
    overflow: hidden;
    display: table;
    padding: 20px; 
    margin-bottom: 22px;
    width: auto;
    /*max-width: 450px;*/
    color: #222;
    /*background-color: #b1b1b2;
    background: url(../images/search_background.png) repeat-x;*/ 
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; }
form #search_input {
	display: table-cell; }
form #search_submit {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px; }
#searchBox input[type=search] {
    background-image: url("../images/searchbox_bg.png");
    background-repeat: no-repeat;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
    display: table-cell; 
    width: 310px; 
    height: 22px; 
    border: 0px none;
    font-size: 14px; 
    margin-bottom: 5px; 
    margin-right: 10px; }
#searchBox a {
    clear: both; color: #222; }
#searchBox a.help {
    margin-right: 10px; padding: 0 12px 0 0; background: url(../images/arrow.gif) no-repeat scroll right 55% transparent; }
#searchBox a.help:hover {
    text-decoration: underline; }

#mainContent form .captchaImage, #mainContent form .captchaInfo {
    margin-left: 170px; position: relative;
    padding-bottom: 15px; }
#mainContent form .captchaRefresh {
    position: absolute; width: 100px; height: 20px; bottom: 5px; z-index: 2; opacity: 0.8;
    background-color: #eee; text-align: center; line-height: 20px; display: none; cursor: pointer; }
#mainContent form .captchaImage:hover .captchaRefresh {
    display: block; }
#mainContent form .captchaRefresh a {
    color: #000000; }
#mainContent form input.captcha {
    vertical-align: top; 
    height: 40px; 
    width: 100px; 
    text-valign: middle; 
    font-size: 25px; 
    color: #194174;
    padding-left: 20px;}
#debug_main {
    margin: auto; width: 720px; background-color: #fff; padding: 150px 10px 10px; }

/* Footer */
footer {
    margin: 0 auto;
    width: 1000px;
    /*height: 120px;*/
    /*background: #E6E6E6 url("../pics/background.png");
    background-position: -10px -680px;*/ }

footer div {
    display: table;     
    width: 1000px; 
    color: #777; 
  	font-family: Verdana,Geneva,sans-serif;
	color: #000000;
    font-size: 10px;
    font-weight: bold; }
footer #footer_oben {
    background: #E6E6E6 url("../pics/background.png");
    background-position: -10px -680px;
    height: 5px; 
    display: block; }
footer #footer_unten {
    background: #E6E6E6 url("../pics/background.png");
    background-position: -10px -651px;
    height: 8px; 
    display: block; }
footer #footer_mitte {
    background: #E6E6E6 url("../pics/background.png" );
    background-position: -10px -685px;
    height: auto; }
footer #footer_imprint {
	width: auto;
    margin: 0 auto; }    
footer div section {
    display: table-cell; 
    }
#userOnline {
	padding-left: 50px;
	color: #f47b21
}   
#copyrightnote {
    color: #959595; 
    text-align: right;  
    margin-right:70px;}
#copyrightnote a:link, #copyrightnote a:visited {
    color: #f47b21; }
#copyrightnote a:hover {
    color: #fff; }
    
#language {
	color: #194174;
	width: 120px;
	margin-left: 5px;
}

/* print styles */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  #leftContent, #faqTabs, aside section, header, footer, nav { display: none; }
}

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}