/*//////////////////////////////////
//  rotmain.de by Thomas Palme  //
//  systembetreuung@rotmain.de  //
/////////////////////////////////*/

/* globale Einstellungen */
#container
         {
                 margin: 5em auto;
                 width: 860px;
                 background:rgb(64, 64, 76);
                 font-size:90%;
                 color:#a1b9db ;
                 font-family:Copperplate Gothic Light,Arial;
                 font-weight:normal ;
                 text-align:center ;
         }
#container a:link
         {
                 color:rgb(103, 102, 107) ;
                 text-decoration : none;
         }
#container a:hover
         {
                 color:rgb(103, 102, 107) ;
                 text-decoration : none;
         }
#container a:active
         {
                 color:rgb(103, 102, 107) ;
                 text-decoration : none;
         }
#container a:visited
         {
                 color:rgb(103, 102, 107) ;
                 text-decoration : none;
         }
#container h1
         {
                 font-size:125%;
                 color:#a1b9db ;
                 text-align:left;
         }
#container h2
         {
                 font-size:120%;
                 color:#a1b9db ;
                 text-align:center;
                 margin:25px;
         }
#container h3
         {
                 font-size:115%;
                 color:#a1b9db ;
                 text-align:center;
                 margin:25px;
         }
#container h4
         {
                 font-size:110%;
                 color:#a1b9db ;
                 text-align:left;
         }
#container h5
         {
                 font-size:105%;
                 color:#737373;
                 text-align:center;
                 margin-top:-1px;
                 padding-left:2px;
                 background:#e5e5e5;
                 border-bottom:1px solid #999999;
                 border-right:1px solid #CCCCCC;
         }
#container h6
         {
                 font-size:100%;
                 color:#a1b9db ;
                 text-align:center;
                 padding:2px;
         }
#container table
         {
                 width:100%;
         }
#container td, .leistung
         {
                 padding-left:10px;
                 font-size:80%;
                 background-color:#F0F0F0;
                 border-bottom:1px solid #eaeaea;
                 color:#737373;
         }
#container tr:hover
         {
         }
#container form
         {
                 display:inline;
         }
#container input
         {
                 font-size:100%;
                 background-color:#a1b9db;
         }
#container select
         {
                 font-size:100%;
                 background-color:#a1b9db;
         }
#container textarea
         {
                 font-size:100%;
                 background-color:#a1b9db;
         }
#container .submit
         {
                 text-align:right;
         }
#container fieldset
         {
         }
#container legend
         {
                 color:Gray;
         }
#container img
         {
                 border:0;
                 margin:10px;
         }
/* globale Einstellungen Ende*/
#line
         {
                clear:both;
                width:100%;
                border-color: #AFAFAF;
                border-top-width: 1px ;
                border-top-style: solid ;
         }
#head
         {
                 background-image: URL('../images/layout/top.gif');
                 width:860px;
                 height:170px;
         }
#mainnav
         {
                 height:18px;
                 text-align:left;
                 padding-top:150px;
                 padding-left:5px;
         }
#pagetitle
         {
                 margin:15px;
                 color:#a1b9db;
                 font-size:160%;
         }
#content
         {
                 margin-top:10px;
                 margin-bottom:15px;
                 margin-left:10px;
                 margin-right:10px;
                 text-align:center;
         }
#content_in
         {
                 width:100%;
                 margin-top:5px;
                 padding-bottom:5px;
         }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
         {
                 text-align:center;
         }
#content a:link
         {
                 color:#a1b9db ;
                 text-decoration : underline;
         }
#content a:hover
         {
                 color:#a1b9db ;
                 text-decoration : underline overline;
         }
#content a:active
         {
                 color:#a1b9db ;
                 text-decoration : underline;
         }
#content a:visited
         {
                 color:#a1b9db ;
                 text-decoration : underline;
         }
#content img
         {
                 float:left;
                 margin:10px;
                 border:0;
         }
#content .foot
         {
                 font-size:70%;
         }
#content fieldset
         {
                 margin:5px;
                 margin-top:20px;
                 padding:5px;
                 font-size:100%;
         }
#footer
         {
                 clear:both;
                 margin-top:10px;
                 width:100%;
                 height:40px;
                 text-align:center;
                 color:#a1b9db ;
         }
#footer a:link
         {
                 text-decoration : none;
         }
#footer a:hover
         {
                 text-decoration : none;
                 background:#000000;
         }
#footer a:active
         {
                 text-decoration : none;
         }
#footer a:visited
         {
                 text-decoration : none;
         }
#siteinfo
         {
                 margin-top:5px;
                 padding:5px;
                 height:10px;
                 font-size:80%;
                 color: Gray;
         }
