﻿html {
background-image:url(../images/Foolslogo.jpg);
background-position:center top;
background-repeat:no-repeat;
font-family:Arial;
padding-left:150px;
padding-top:140px;
}
a img {
border:medium none;
}
#title {
border-bottom:3px solid black;
height:94px;
left:0px;
position:absolute;
right:0px;
top:0px;
width:100%;
}
#menu {
border-right:3px solid black;
font-size:small;
left:0px;
overflow:hidden;
padding-bottom:25px;
padding-left:25px;
padding-top:5px;
position:absolute;
top:94px;
width:125px;
}
#menu a {
color:black;
text-decoration:none;
}
#menu ul {
list-style-image:url(../images/menuitem.png);
padding-left:10px;
list-style-position:outside;
margin-left:5px;
}
.contentmain {
border:1px solid navy;
padding-right:10px;
}
#content {
border-left:3px solid black;
left:150px;
padding:20px;
position:absolute;
right:0px;
top:130px;
}
.contenttitle {
background-color:navy;
color:white;
display:block;
font-weight:bold;
padding:5px;
text-transform:none;
width:100%;
}
.contentsubtitle {
display:inline;
font-weight:normal;
text-transform:none;
}
.contentsubtitle:before {
content:"(";
}
.contentsubtitle:after {
content:")";
}
.row {
border:1px solid black;
display:table-row;
}
.rowleft, .rowright, .rowhelp {
border-bottom:1px solid black;
display:table-cell;
vertical-align:top;
}
.rowleft {
padding-right:40px;
}
input[type="text"], input[type="password"], textarea {
background-color:#EEEEEE;
background-image:url(images/menuitem.png);
background-repeat:no-repeat;
border:medium none;
padding-left:10px;
}
input[type="submit"] {
background-color:navy;
border:medium none;
color:white;
padding:2px;
}
.Fehlerbox, .Informationbox, .Warnungbox, .Fragebox, .Bestätigungbox {
margin:5px;
min-height:50px;
padding:12px;
text-align:center;
width:80%;
}
.Fehlerbox {
border:1px solid red;
}
.Informationbox {
border:1px solid black;
}
.Warnungbox {
border:1px solid #CCCC00;
}
.Fragebox {
border:1px solid blue;
}
.Bestätigungbox {
border:1px solid blue;
}
