body {
    background-color: #aeaeae;
}
* { padding: 0; margin: 0; font-family: Arial, Sans-Serif }
img { border: 0; }
.clear { clear: both; }
a { color: #e85725; }
a:hover { color: black; }


/*----------------------------------------------------------*/
#pageframe {
    width: 960px;
    margin: 30px auto;
}
/*----------------------------------------------------------*/
#left, #middle, #right {
    float: left;
}
#left {
    width: 200px;
}
#right {
    width: 160px;
    margin-top: 40px;
}
#middle {
    margin: 40px 20px;
    width: 557px;
}

/*----------------------------------------------------------*/
#left #logoarea {
    background: url(gfx/topbox.gif) no-repeat left top;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}

#left #menu1 ul {
    list-style-type: none;
}
#left #menu1 ul li a {
    padding: 10px;
    padding-right: 20px;
    margin-right: 10px;
    display: block;
    text-align: right;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
#left #menu1 ul li ul a {
    font-size: 14px;
    font-weight: normal;
}

#left #menu1 ul li a.akt {
    background: url(gfx/amp.gif) no-repeat right center;
    color: #e85725;
}
/*----------------------------------------------------------*/

#middle #topgfx {
    border: 1px solid #e85725;
    margin-bottom: 20px;
}

#middle #content {
    border: 1px solid #e85725;
    background-color: white;
    padding: 30px;
    padding-top: 15px;
}
#middle #content * {
    font-size: 13px;
}
#middle #content h1 {
    color: #e85725;
    padding-top: 15px;
    margin-bottom: 10px;
}
#middle #content h2 {
    padding-top: 10px;
    margin-bottom: 3px;
}
#content ul {
    padding-left: 20px;
    list-style-type: circle;
}

#content ol {
    padding-left: 20px;
	list-style-type: none;
}

#content .totop {
    text-align: right;
    display: block;
}
/*----------------------------------------------------------*/
#right * {
    font-size: 10px;
}
#right .csc-frame-frame1 {
    height: 150px;
    background: url(gfx/rightbox.gif) left top no-repeat;
    padding: 10px 20px;
}    
#right .csc-frame-frame1 h3 {
    color: #e85725;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
#right #menu2 {
    list-style-type: none;
    text-align: center;
}
#right #menu2 li {
    display: inline;
}
#right #menu2 li.trenner {
    padding: 0 5px;
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/


.model_table td {
	width: 100px;
}

.csc-form-element textarea {
    width: 350px !important;
}