/*
Stylesheets für Internet-Beruf.de
(c) 2005
*/

body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#bdbec6;
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#FEE49D;
  font-size:12px;
}
a:active, a:hover
{
        color: #737994;
}
a.menu:link, a.menu:visited
{
  color:#FFFFFF;
 background-color:#E0C381;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{
  color:#737994;
 background-color:#E0C381;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#FEE49D;
 text-align:center;
 font-weight:bold;
 color:#ffffff;
 text-decoration:none;
 }

#title {
height:80px;
padding:0px;
background-color:#FEE49D;
border-bottom:1px solid #000;
}
#headmenu {
        height:17px;
        padding:0px;
        background-color:#7A5421;
        border-bottom:1px solid #000000;
}
#left {
background-color:#FEE49D;
width:128px;
float:left;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#A68558;
width:106px;
margin:10px;
}

#content {
border:1px solid #FEE49D;
background-color:#FEE49D;
width:610px;
float:right;
padding:0px 10px;
}
.boxleft
{
        float:left;
        border:1px dotted #000;
        background-color: #E3F2F7;
        width:290px;
        margin: 10 0 0 0;
        font-weight:bold;
        font-size : 11px;
        color : #2F53B6;
}
.boxright
{
        float:right;
        border:1px dotted #000;
        background-color: #E3F2F7;
        width:290px;
        margin: 10 0 0 0;
        font-weight:bold;
        font-size : 11px;
        color : #2F53B6;
}


a.text:link, a.text:visited, a.menu:active
{
 color:#7A5421;
 text-decoration:none;
}
a.text:hover
{
 color:#737994;
 text-decoration: underline;
}
