/*** uncss> filename: https://rshp02.stefanist.com/site/templates/styles/tw04.css ***/
/*sichk #4*/
body {
    border-top: 0 dotted #ccd;
}
.txtOptionInput {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999 #ddd #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 4px;
}
#mainMenu {
    font-size: 1.2em;
    font-weight: bold;
    width: 15em;
}
#displayArea {
    margin: 1em 1em 1em 15em;
}
#tiddlerDisplay {
    margin: 0 5em 2em;
}
#controlsContainer {
    background-color: #ddd;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #fff;
}
#controlsContainer a.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 #ccc #000 #000;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 0 0;
    color: #333;
    font-size: 1em;
    line-height: 2em;
    padding: 0.4em 1em;
}
#controlsContainer form {
    font-family: "Helvetica Neue","Arial",Helvetica,Verdana,sans-serif !important;
}
.searchlupe:hover {
    background: #ccc !important;
}
#controlsContainer a.button:hover {
    background-color: #ccc;
    color: #000;
}
#controlsContainer .txtOptionInput {
    border-right: 1px solid #ccc;
	border-radius: 0;
    font-size: 0.9em;
    margin: 0;
    padding: 2px;
}
 
