/* CSS Document */


html {width: 100%; height: 100%; overflow:hidden; }

body {width: 100%; height: 100%; margin: 0px; padding: 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px}

p {line-height: 18px; margin-bottom:8px; margin-top:8px}
h1 {font-size: 19px; color:#993333; margin-bottom:8px; margin-top:8px}
h2 {font-size: 16px; color:#993333; margin-bottom:8px; margin-top:8px}
h3 {font-size: 12px; color:#993333; margin-bottom:4px; margin-top:4px}

a:link {color: #993333; text-decoration:none}
a:visited {color: #993333; text-decoration:none}
a:hover {color: #FF6600; text-decoration:none}

td {line-height: 18px;}

#linie {position:absolute; height:100%; top:0px; left:447px; width:1px; background-color:#EDEDED;}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 455px;
height: 100%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
text-align: left;
}

#inhalt {position:relative; left:5px; width:420px; }
.lblTextfeld {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; border:1px solid #CCCCCC; color:#666666}
.lblSenden{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

