body
{
background: #FFFFFF url(../images/background.png) repeat-x; /* top right; */
/* background-image:url(../images/background.jpg);
 background-repeat: x-repeat;*/
 font-family:Arial;
 font-size:8pt;
 /*background-color:#E2EBED;*/ /* #D9E2E6;#FFCC99  e4ca95;*/
 text-align:center;
}

h1 {font-size:17px;color:#000000;margin:5px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:12px;color:#000000;}
p {margin-top:0px;}

input, textarea, select {
font-family:Arial;
font-size:8pt;
border:1px solid #000000;
background-color:#c2d6ed;
}

th
{
text-align:center;
background-color:#D1D1D1;
}
table
{
padding:0px;
margin:0px;
border: 1px solid #838383;
}

td
{
border-bottom: 1px dashed #C0C0C0;
}

a:link, a:visited
{
/*  text-decoration:underline;*/
/*  font-weight:bold;*/
  color:#233760;

}
a:active, a:hover
{
  color:#4466aa;
  text-decoration:underline;
}

img
{
border:0px;
}

/* Die Titelzeile */
#title {
background-image:url(../images/top.png);
background-repeat: no-repeat;
text-align:center;
padding-top:0px;
height:80px;
width:820px;
background-color:#ffffff;
border-bottom: 1px solid #838383;
}

/* Die Abschlusszeile */
#bottom {
clear: both;
text-align:center;
height:16px;
width:820px;
background-color:#D1D1D1;
border-top: 1px solid #838383;
font-size:10px;
}

/* Das Menü */
#menu {
color:#ffffff;
background-color:#D1D1D1;
text-align:center;
height:15px;
align:center;
padding:0px 0px 0px 0px;
border-bottom: 1px solid #838383;
}
/* Das Interne Menü */
#menu_intern {
background-color:#D1D1D1;
text-align:left;
vertical-align:middle;
height:15px;
align:left;

padding:1px 5px 0px 5px;
border-bottom: 1px solid #838383;
z-index:-2;
}

/* Gesamter Inhalt */
#main {
background-color:#ffffff;
width:820px;
margin-right:auto;
margin-left:auto;
margin-top:0px;
padding:0px;
text-align:left;
border:solid 1px #838383;
height:100%;
}

/* Der Inhalt */
#content {
/*border-top:1px solid #000000;*/
background-color:#ffffff;
padding:10px;
color:#000000;
width:800px;
height:100%;
float:left;
}

/* Der Inhalt */
#content_admin {
border-top:1px solid #000000;
background-color:#ffffff;
padding:5px;
color:#000000;
width:770px;
height:100%;
float:left;
}
/* Seitenmenüs */
#left
{
    background-image:url(../images/content_left_back.gif);
    background-repeat: no-repeat;
    width:90px;
    height:120px;
    padding-top:280px;
    padding-left:15px;
    padding-right:15px;
    float:left;
    background-color:#fff;
    color:#ffffff;
    font-size:9px;
}

#right
{
    background-image:url(../images/content_right_back.gif);
    background-repeat: no-repeat;
    width:85px;
    height:120px;
    padding-top:275px;
    padding-top:280px;
    padding-left:20px;
    padding-right:15px;
    float:left;
    background-color:#fff;
    color:#ffffff;
    font-size:9px;
}

#error
{
    background-color:#FF0000;
    border:1px solid #000000;
    color:#FFFFFF;
    font-weight:bold;
    margin:5px;
    padding:5px;
}

#popup
{
    background-color:#FFFEC6;
    border:1px solid #000000;
    color:#000000;
    padding:5px;
    text-align:left;

}
