/***************************/
/****** COMMON STYLES ******/
/***************************/

body {
	text-align: center; /* zentriert den Inhalt beim IE in die Mitte */
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
    font-family: verdana, sans-serif;
    font-size: 8pt;
    line-height: 1.4em;
    color: #424242;
    background: #EAEAEA;
    overflow-y:scroll;
    overflow-x:auto;
}
.clear {
    clear: both;
}

h2 {
    font-size: 12pt;
    margin-top: 25px;
}
h3 {
    font-size: 8pt;
    font-weight: bold;
}
li {
    line-height: 1.9em;
    list-style-type: square;
}


/****** FORMULAR ******/

form.searchform { 
    display: inline;
}
input {
    height: 12px;
    font-size: 9px;
    letter-spacing: 1px;
    padding: 2px;
    border: 1px solid #959696;
}
select {
    height: 18px;
    font-size: 9px;
    letter-spacing: 1px;
}
textarea {
    height: 200px;
    border: 1px solid #959696;
    width: 100%;
}
.selectsize-1 {
    width: 160px;
}
.inputsize-1 {
    width: 50px;
}
.inputsize-2 {
    width: 100px;
}
.inputsize-3 {
    width: 150px;
}
.inputsize-4 {
    width: 220px;
}
input.button {
    height: 18px;
    font-size: 9px;
    letter-spacing: 1px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #959696;
    background: #ffffff;
}
/****** COMMON-TABLE-DEFINITION ******/
table.tableconstruct tr td {
    padding-right: 15px;
    padding-bottom: 5px;
}
td.label {
    vertical-align: top;
    width: 150px;
    color: #8183A1;
}
td.halftable-left {
    vertical-align: top;
    width: 50%;
}
td.halftable-right {
    vertical-align: top;
    width: 50%;
    border-left: 1px solid #cccccc;
    padding-left: 15px;
}
/****** COLOR-DEFINITION ******/
.color-1 {
    color: #57970E;
}
.color-2 {
    color: #2D2F47;
}
.color-3 {
    color: #fffffe;
}
.color-4 {
    color: #3A8BC0;
}
.dev {
    color: #ff0000;
}
.bg-bright {
    background-color: #F0F4F9;
}
.bg-h {
    padding: 5px;
    margin: 15px 0px 15px 0px;
}
/****** STANDARD-LINK-DEFINITION ******/
a.link-1 {
    font-weight: bold;
    text-decoration: none;
}
a:hover.link-1 {
    font-weight: bold;
    text-decoration: underline;
}
a.link-2 {
    font-size: 15px;
    text-decoration: none;
}
a:hover.link-2 {
    font-size: 15px;
    text-decoration: underline;
}

/****************************/
/****** BASICSTRUCTURE ******/
/****************************/

div.outer-layout {
    margin: 0px auto; /* zentriert den Inhalt beim FF in die Mitte */
    width: 818px;
    background:  url(../images/bg.gif) center repeat-y;
}
div.inner-layout {
    padding: 20px 29px 20px 29px;
    text-align: left;
}
/****** HEADER ******/
div.header {
    height: 50px;
}
div.logo {
    float: left;
    width: 300px;
}
div.header-menu {
    float: left;
    width: 460px;
    text-align: right;
}

/****** CONTENT ******/
div.content {
    padding-top: 20px;
}
div.content-left {
    float: left;
    width: 190px;
    padding-right: 20px;
}
div.addcontent {
    padding-left: 10px;
}
a.submenu {
    display: block;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    border-top: 1px dotted #B8B8B8;
    font-size: 12px;
}
a.submenu2 {
    display: block;
    padding: 5px 10px 5px 30px;
    text-decoration: none;
    font-size: 10px;
}
a.submenu3 {
    display: block;
    padding: 5px 10px 5px 50px;
    text-decoration: none;
    font-size: 10px;
}
a:hover.submenu, a:hover.submenu2, a:hover.submenu3 {
    background-color: #EAEAEA;
}
div.content-middle {
    width: 1px;
    height: 350px;
    float: right;
}
div.content-right {
    float: left;
    padding: 0px 20px 0px 20px;
    width: 508px;
    border-left: 1px solid #B8B8B8;
}

/****** CONTENT ******/
div.more-infos {
    padding: 10px 0px;
    background-color: #EAEAEA;
    text-align: center;
    font-size: 8pt;
}
div.footer {
    height: 8px;
}
