
/* Tables */

#content table.cms { 
background-color:#EEE;
color:#000;
font-size:10px;
width:570px;
margin-top:10px;
margin-bottom:10px;
border-collapse:collapse;
margin-left:10px;
margin-right:10px;
}

#content table.cms tr {
background-color:#DDD;
border:1px solid #AAA;
height:26px;
}

#content table.cms td {
padding-left:4px;
padding-right:4px;
text-align:center;
}

#content table.cms td.even {
padding-left:4px;
padding-right:4px;
text-align:center;
background-color:#EEE;
}

#content table.cms td.odd {
padding-left:4px;
padding-right:4px;
text-align:center;
background-color:#CCC;
}

#content table.cms th {
padding-left:4px;
padding-right:4px;
text-align:center;
background-color:#777;
color:#FFF;
font-weight:bold;
}

/* Dashbboard Styles */

#content .dashboard {
float:left;
width:94px;
height:94px;
padding:4px;
margin:6px;
text-align:center;
}

#content .dashboard a {
font-weight:bold;
text-align:center;
color:#1F57CB;
text-decoration:none;
}

#content .info  {
background-color:#FFFF64;
color:#000;
border:#CDCD32 solid 2px;
padding:5px;
text-align:center;
border-radius:5px;
font-weight:bold;
margin-left:100px;
margin-right:100px;
margin-bottom:10px;
}

#content .error  {
background-color:#FF4C54;
color:#000;
border:#CD1A22 solid 2px;
padding:5px;
text-align:center;
border-radius:5px;
font-weight:bold;
margin-left:100px;
margin-right:100px;
margin-bottom:10px;
}

/* Icons */

/* ICONS nn = Größe des Icons */

.icon16 {
position:relative;
top:4px;
height:16px;
border:0;
}

.icon32 {
position:relative;
top:4px;
width:32px;
border:0;
}

.icon64 {
position:relative;
top:4px;
width:64px;
border:0;
}

/* Admin Frame Element */

.admin {
background-color:#f00;
color:#fff;
font-weight:bold;
text-align:center;
border-bottom:2px #fff solid;
height:28px;
line-height:28px;
}

.admin h4{
display:none;
}

/* Design Frame Element */

.design {
color:#FFF;
background-color:#000;
font-weight:bold;
text-align:center;
height:36px;
line-height:36px;
margin-bottom:10px;
font-size:20px;
}

.design select {
font-size:22px;
}

.design h4{
display:none;
}

