/**
 Hübsches gelb: #de2
 */
body {
    width: 100%;
    height: 100%;
    padding: 0; margin: 0;
    font-family: Verdana;
    font-size: 85%;
    background: white;
}

img {
    border: none;
}

p {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

a, a:visited {
    text-decoration: none;
    color: blue;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

/**
 ** Page layout
 */
#wrap {
    width: 700px;
    margin: auto;
    margin-top: 10px;
    background: #d3e7ef url(img/corners_top.png) no-repeat;
}

#head {
    border-bottom: 1px solid white;
    margin-bottom: 5px;
}
#head h1 {
    margin: 0;
    display: inline;
}
#head i {
    font-style: normal;
    color: red;
}

#logo {

}

#userinfo {
    float: right;
    font-size: 80%;
    margin-right: 5px;
}
#userinfo img {
    margin-bottom: -3px;
}
#userinfo a {
    color: blue;
}
#userinfo a:hover {
    color: black;
}

#nav {
    width: 130px;
    min-height: 250px;
    float: left;
    padding: 3px;
    border-right: 1px solid white;
}
#nav hr {
    border: 0;
    border-bottom: 1px solid white;
    margin: 2px;
}

#content {
    margin-left: 136px;
    padding: 4px;
    background: #d3e7ef;
    border-left: 1px solid white;
}
#content h1 {
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}

#foot {
    clear: both;
    background: #00a8bd;
    background: #d3e7ef url(img/corners_bottom.png) no-repeat;
    height: 15px;
}

/**
 ** Navigation
 */
#nav a {
    display: block;
    color: blue;
}
#nav a:hover {
    background: #99cade;
    color: black;
}
#nav h3 {
    width: 100%;
    border-top: 1px solid white;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 1em;
}

/**
 ** Forms
 */
fieldset {
    border: 0;
}
fieldset legend {
    border-bottom: 1px solid #5555bb;
    width: 100%;
}
label[for] {
    float: left;
}
label {
    width: 180px;
    text-align: right;
    display: block;
    float: left;
}
input[type=text], input[type=password], select {
    width: 200px;
    border: 0px dotted white;
    background: white;
    margin-top: 3px;
    margin-bottom: 5px;
}
input[type=checkbox] {
    border: 1px solid white;
    margin-right: 3px;
    background: none;
}
input[type=submit] {
    margin-top: 5px;
}

form br {
    clear: left;
}
form.normal br {
    clear: none;
}

input#submit {
  float: none;
  width: auto;
}

label {
    text-align: right;
    padding-right: 1em;
}
form {
    margin:0;
}

/**
 ** Messages
 */
.message {
    margin: 5px;
    padding: 5px;
}
.error {
    border: 1px solid red;
}
.ok {
    border: 1px solid green;
}

/**
 ** Link lists
 */
ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.links li {
    margin: 5px;
    padding: 5px;
    border-left: 2px solid lightgreen;
}
ul.links li:hover {
    border-left: 2px solid green;
}
ul.links li strong {
    display: block;
}
ul.links li a {

}

.newsitem strong {
    display: block;
    border-bottom: 1px solid black;
}

.addlink {
    border-top: 1px dashed lightblue;
    margin-top: 1em;
}

div.itemlist {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}
div.itemlist p {
    margin: 5px;
}
div.itemlist .links {
    float: right;
}
div.itemlist .links a {
    float: right;
    border-left: 1px solid white;
    padding: 2px;
}
div.itemlist .links a:hover {
    border-left: 1px solid black;
}

textarea {
    width: 100%;
}

input[type=submit] {
    width: 100px !important;
    margin-left: 12px;
}

.scriptlist h3 {
    margin: 0;
}

.scriptlinks {
    float: right;
}
.script_button {
    background: url(img/button.png) no-repeat;
    width: 110px;
    height: 35px;
    text-align: center;
    margin: 3px;
    padding-top: 5px;
    display: block;
    font-size: 95%;
}
.script_button:hover {
    background: url(img/button_hover.png) no-repeat;
}

.download {
    border: 1px solid black;
    padding: 2px;
}
.download span {
    float: right;
}

table th {
    text-align: left;
    border-bottom: 1px solid white;
}

p.desc {
    font-size: 95%;
    font-style: italic;
}

#ajaxImagePreview {
    float: right;
}


#serveredit {
    width: 100%;
    height: 400px;
    border: 1px solid #fed;
}

.serverchooselist input {
    border: 1px solid black;
}
.serverchooselist label {
    float: none;
    text-align: left;
    width: auto;
}

#border_text {
    float: right;
    border: 1px solid black;
    width: 120px;
    height: 110px;
}

code {
    border: 1px solid black;
    display: block;
    padding: 3px;
    margin-bottom: 10px;
}