#blog, #framework, #certifications, #suche {
    display: none;
}

body {
    color: #000000;
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

td {
    font-size: 12px;
}

a {
    color: #d16514;
    text-decoration: underline;
    font-weight: bold;
}
       
a:hover {
    color: #f2ae7b;
}

hr {
    display: none;
}

b {
    font-weight: bolder;
    color: #000000;
}

h1 {
    color: #eb8032;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    color: #888888;
    font-size: 14px;
    font-weight: bold;
}
    
h3 {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

#content {
    float: left;
    margin:5px;
    width: 750px;
}

#content h1 {
    position: absolute;
	top: -55px;
}

#content .bearbeiten {
	text-align: right;
	margin-top: 18px;
}

#menu {
       float: left;
       margin-left: 5px;
	margin-top: 5px;
	width: 190px;
	background-color: #dddddd;
	border: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu h1 {
    display: none;
}

#menu img {
    width: 180px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    background-color:#cccccc;
}

#menu ul {
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-left: 0px;
}

#menu li {
    list-style-type: none;
    padding-left: 2px;
    margin: 0px;
}

#menu a {
    text-decoration: none;
}

#menu .level1 {
    font-size: 12px;
}

#menu .level2 {
    font-size: 12px;
}

#menu .level3, #menu .level3highlight {
    font-size: 10px;
    font-weight: bold;
    margin-left: 15px;
}

#menu .level3highlight, #menu .level4highlight, #menu .level5highlight {
    border: 1px solid orange;
    padding: 2px;
    background-color: #ccc;
}

#menu .level4, #menu .level4highlight {
    font-size: 10px;
    margin-left: 30px;
}

#menu .level5, #menu .level5highlight {
    font-size: 10px;
    margin-left: 45px;
}

#menu .highlight {
    background-color: #cccccc;
}

#suche {
    display: none;
}

#header {
	margin: 10px;
	height: 75px;
	width: 950px;
	background-color: #dddddd;
	border: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	background-image: url(/images/admin_header.jpg);
}

#header2 {
       position: absolute;
	left: 15px;
	top: 15px;
	height: 65px;
	width: 70px;
	background-image: url(/images/midgetcms.gif);
	background-repeat: no-repeat;
}

#login {
    position: absolute;
	left: 750px;
	top: 15px;
	width: 200px;
	text-align: right;
	font-size: 10px;
}

#login a {
    font-size: 10px;
}

.filled_td {
    color: #444444;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #dddddd;
}
 
input {
    width: 200px;
    border: 1px;
    border-style: solid;
    border-color: #888888;
    background-color: #ffffff;
}
  
.box {
    background-color: #eeeeee;
	border: 1px;
	border-style: solid;
	border-color: #aaaaaa;
    padding: 3px;
    width: 400px;
}

.box_head {
    font-weight: bold;
    background-color: #bbbbbb;
    padding: 3px;
}     

small {
    color: #666666;
} 
   
.highlight {
    background-color: yellow;
    font-weight: bold;
}
 
.inaktiv {
    color: #888888;
    text-decoration: line-through;
} 
  
.checkbox {
    width: 20px;
}

.message_green {
    color: white;
    background-color: #00dd00;
    margin-bottom: 5px;
}
  
.message_orange {
    color: white;
    background-color: #ff9a35;
    margin-bottom: 5px;
}
  
.message_red {
    color: white;
    background-color: #ee0000;
    margin-bottom: 5px;
}