body {
    margin: 0px;
    padding: 0px;
    
    font-family: Arial;
    font-size: 12px;
    
    background-color: white;
}

form {
    margin: 0px;
}
#langmenu {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
}
#langmenu  a{
	color: #fff;
}
#langmenu  a:hover {
	color: #ffe73f;
}
.flowing {
    display: block;
    
    width: 1000px;
    height: 134px;
    overflow: hidden;
    
    font-family: "Arial Narrow";
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    
    color: #5e697a;

    z-index: 5;
}

.flowing div {
    position: relative; 
    display: none; 
    width: 1000px;
    border: 0px solid red;
    z-index: 5;
}

.flowing .smaller {
    font-size: 24px;
}

.flowing .bigger {
    font-size: 28px;
}

#catcher {
    position: absolute;
    display: none;
    right: 200px;
    top: 100px;
    z-index: 10;
}

#aeo_catcher {
    position: absolute;
    display: none;
    right: 100px;
    top: 200px;
    z-index: 10;
}

.header {
	position: relative;
    clear: both;
    width: 1000px;
    height: 170px;
    
    margin-left: auto;
    margin-right: auto;
    background: url(../images/elements/header.jpg);
}

h1 {
    display:  block;
    width: 500px;
    clear: both;
    float: left;
    
    
    margin: 0px;
    
    
    color: white;
    font-family: "Arial Narrow";
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
}

#pageimage {
    display: block;
    margin-top: 10px;
    
    float: right;
    
    border-left: 1px solid white;
}

.footer {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content {
    clear: both;
    width: 1000px;
    
    margin-left: auto;
    margin-right: auto;
    
    background-color: #E6E7E9;
}

.left {
    width: 138px;
    height: 552px;
    
    float: left;
    
    border-top: 1px solid white;
    background: url(../images/elements/menuback.jpg) no-repeat;
}

.right {
    width: 200px;
    
    float: right;
    
    border-top: 1px solid white;
    background-color: #E6E7E9;
}

.sidehead {
    
    padding: 5px;
    
    
    font-family: Arial;
    font-size: 14px;
    color: white;
    text-align: center;
    
    border-bottom: 1px solid white;
    
    background-color: #253248;
}

.sideitem {
    padding: 12px;
    
    font-family: "Arial";
    font-size: 12px;
    color: #253248;
    
    border-bottom: 1px solid white;
    
    background-color: #D9DCDF;
}

.sideitem .quicklinks {
    padding-right: 0px;
}

.sideinput {
    width: 140px; 
    padding: 2px 3px 2px 3px; 
    margin: 4px 0px 4px 0px; 
    font-size: 10px; 
    background-color: #f1f2f2; 
    border: 1px solid #939598;
}

.sidelogo {
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 50px;
    padding-bottom: 20px;
    
    text-align: center;
    
}

#bildungsscheck {
    float: left;
    clear: both;
}

#ihk {
    float: right;
    clear: both;
}

.logobar {
    margin-top: 300px;
    text-align: center
}

.imprintlink {
    margin-left: auto;
    margin-right: auto;
    
    padding-bottom: 40px;
    
    font-size: 10px;
    text-align: center;
    
}

.imprintlink a {
    font-size: 10px;
}

.main {
    width: 582px;
    min-height: 700px;
    
    padding: 40px 40px 40px 40px;
    
    float: left;
    
    background-color: white;
}

.main p {
    
    margin: 0px 0px 20px 0px;
    
    color: black;

    line-height: 20px;
    text-align: left;
}

.teammember {
    display: block;
    height: 200px;
    width: 262px;
    
    padding-bottom: 30px;
    
    
    border-bottom: 1px solid black;
}

.teammember p {
    display: block;
    height: 125px;
    
    padding-top: 30px;
    
    border: 0px solid black;
}

.teammember .teamimage {
    float: right;
    margin-left: 10px;
    
    height: 142px;
    
    border: 0px;
}

.teammember .addressimage {
    padding-left: 8px;
    border: 0px solid red;
}

ul {
    margin-left: 10px;
    padding-left: 10px;
    
    list-style-image: url(../images/elements/arrow.gif);
}

li {
    padding-bottom: 5px;
}

h2 {
    display: block;
    
    padding: 20px 20px 10px 30px;
    margin: 0px 0px 20px 0px;
    
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    
    border-bottom: 1px solid black;
}

h3 {
    display: block;
    
    margin: 40px 20px 20px 30px;
    
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    
    border-bottom: 0px solid black;
    
    color: #8890a1;
}

a {
    color: #253248;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

.pagelinks {
    text-align: center;
    font-size: 12px;
}

.pagelinks a {
    font-weight: bold;
    font-size: 11px;
}

.contact input, select, textarea {
    padding: 1px 3px 1px 3px;
    
    font-family: Arial;
    font-size: 10px;
    
}

.contact input[type="text"], textarea {
    width: 150px;
    
    background-color: #f1f2f2;
    
    border: 1px solid #939598;
}


.contact th {
    padding-right: 5px;
    
    font-weight: normal;
    text-align: left;
}

.exclamation {
    background-color: #ffe73f;
}

.newsletter input, select, textarea {
    width: 140px;
    padding: 1px 3px 1px 3px;
    
    font-family: Arial;
    font-size: 10px;
    
    background-color: #f1f2f2;
    
    border: 1px solid #939598;
}

.newsletter .exclamation {
    background-color: #ffe73f;
}

.higherlevel {
    display: block;
    text-align: right;
    padding-bottom: 30px;
}

.linklist {
    margin-left: 0px;
}

.linklist .divider {
    display: block;
    
    margin: 40px 20px 20px 30px;
    
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    
    border-bottom: 0px solid black;
    
    color: #8890a1;
}

.linklist .linkobject {
    padding-bottom: 20px;
}

.linklist .linkobject strong {
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
}

.linklist a {
    display: block;
}

.linklist .linkobject p {
    width: 400px;
    padding-left: 30px;
}

.linklist .linkobject a {
    font-weight: normal;
}

.seminars {
    border-collapse: collapse;
}

.seminars th {
    padding: 5px;
}

.seminars td {
    padding: 5px;
    border-top: 1px solid black;
}

.seminars .registered {
    background-color: #ffe73f;
}

.seminars .booked {
    background-color: #eeeeee;
    color: gray;
}

.seminars .booked a {
    color: gray;
}

.button {
    display: block;
    
    padding: 2px 5px 2px 5px;
    
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    
    background-color: #f1f2f2;
    
    border: 1px solid black;

}

.button:hover {
    cursor: pointer;
}

input[type="text"], select, textarea {
    width: 80px;
    padding: 1px 3px 1px 3px;
    
    font-family: Arial;
    font-size: 10px;
    
    background-color: #f1f2f2;
    
    border: 1px solid #939598;
}

input[type="submit"] {
    
    font-size: 10px;
    
    background-color: #f1f2f2;
    
    border: 1px solid #939598;
}

input[type="submit"]:hover {
    cursor: pointer;
}

.seminarcontainer h3 {
    
    margin: 20px 0px 10px 0px;
    padding-top: 10px;
    
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    
    border-top: 1px solid black;
    
    color: black;
}

/*
.menu {
    float: left;
    
    width: 138px;
    
    font-family: "Arial";
}

.menu a {
    display: block;
    
    padding: 1px 0px 1px 5px;
    
    color: black;
    font-size: 13px;
    letter-spacing: 0px;
    
}

.menu a:hover {
    color: #525C6D;
    text-decoration: none;
}

.menu .sub a {
    padding-left: 20px;
    
    font-size: 12px;
    font-weight: normal;
    color:  black;
}

.menu .sub a:hover {
    color: #525C6D;
    
    text-decoration: none;
}*/

.menu {
    float: left;
    
    width: 138px;
    
    font-family: "Arial";
    
    opacity: 0.75;
    filter: Alpha(opacity=75, finishopacity=75, style=2);
}

.menu a {
    display: block;
    
    
    padding: 7px 0px 7px 10px;
    
    color: #cccccc;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: normal;
    text-decoration: none;
    
    border-bottom: 1px solid white;
    
    background-color: #525C6D;
}

.menu a:hover {
    color: white;
    
    text-decoration: none;
    
    background-color: #253248;
}

.menu .sub {
    
    
}

.menu .sub a {
    padding-left: 13px;
    
    color:  black;
    background-color: #A5ABB1;
}

.menu .sub a:hover {
    color: white;
    
    text-decoration: none;
    
    background-color: #253248;
}

.menu #top_active {
    color: #ffe73f;
    background-color: #253248;
}

.menu #sub_active {
    color: #ffe73f;
    background-color: #253248;
}

.letters th {
    padding: 20px 20px 10px 10px; 
    font-size: 12px; 
    font-weight: bold; 
    text-align: left; 
    color: #333333; 
    vertical-align: top; 
    width: 50%;
}
.letters td {
    padding: 5px 20px 5px 10px; 
    font-family: Arial; 
    font-size: 11px; 
    text-align: left; 
    color: #333333; 
    vertical-align: top; 
    width: 50%;
}

.vacancies caption {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #303030;
    padding: 35px 3px 20px 3px;
}
.vacancies th {
    background-color: gray;
    color: #F2F2F2;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
}
.vacancies td {
    background-color: #F2F2F2;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
}

form.inplaceeditor-form { /* The form */
    border: 0px solid black;
    z-index: 5;
}

form.inplaceeditor-form input[type="text"] { /* Input box */
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
    height: 100px;
    width: 500px;
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  width: 60px;
  margin-left:1em;
}

form.inplaceeditor-form a { /* The cancel link */
  margin-left:1em;
  color: red;
}


