/* CCS Sheet - Eberbacher Werbe- und Gewerbegemeinschaft */

/* EWG Dunkelgruen: rgb( 44, 140, 13 ) */

* {
 margin: 0;
 padding: 0;
 }

body {
 background-color: #cccccc;
 background-image: url(../_styles/bg_body.jpg);
 background-position: 0 0;
 background-repeat: repeat-x;
 font-family: verdana, arial, sans-serif;
 font-size: 8.5pt;
 color: #666666;
 }
 
p, div, td {
 font-family: verdana, arial, sans-serif;
 font-size: 8.5pt;
 color: #333333;
 line-height: 11pt;
 }
 
td {
 padding: 2px;
 }

#stageMain {
 width: 960px;
 overflow: hidden;
 background-color: transparent;
 background-image: url(../_styles/bg_stage.gif);
 background-position: 0 0;
 background-repeat: repeat-y;
 margin: 20px 0 0 0;
 }
 
#stageHead_Border {
 width: 960px;
 height: 20px;
 overflow: hidden;
 background-image: url(../_styles/bg_stage_infobar.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
 text-align: right;
 }
 
#stageHead_Servicebar {
 width: 940px;
 height: 20px;
 overflow: hidden;
 margin: 0 20px 0 0;
 background-color: transparent;
 text-align: right;
 }
 
#stageHead {
 width: 960px;
 overflow: hidden;
 background-image: url(../_styles/bg_stage.gif);
 background-position: 0 0;
 background-repeat: repeat-y;
 text-align: left;
 }
 
#stageHead_Logo {
 width: 940px;
 height: 82px;
 overflow: hidden;
 margin: 0 0 0 10px;
 padding: 0;
 /* text-align: left; */
 }
 
#stageHead_Navigation {
 width: 940px;
 height: 35px;
 overflow: hidden;
 background-color: rgb( 44, 140, 13 );
 background-image: url(../_styles/bttn_link.jpg);
 background-position: 0 10px;
 background-repeat: repeat-x;
 /* text-align: center; */
 margin: 0 0 0 10px;
 padding: 0;
 }
 
#stageContent {
 width: 960px;
 overflow: hidden;
 background-color: transparent;
 background-image: url(../_styles/bg_stage.gif);
 background-position: 0 0;
 background-repeat: repeat-y;
 text-align: left;
 }
 
#stageContent_Inner {
 width: 940px;
 margin: 0 0 0 10px;
 padding: 0;
 }
 
#stageContent_Left {
 width: 240px;
 height: 500px;
 overflow: hidden;
 background-color: transparent;
 background-image: url(../_styles/bg_content_left.jpg);
 background-position: left bottom;
 background-repeat: repeat-x;
 text-align: left;
 float: left;
 }
 
#modulSuche {
 width: 240px;
 height: 80px;
 overflow: hidden;
 background-color: #ffffff;
 background-image: url(../_styles/bg_modul_suche.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
 }
 
#modulSuche_Inner {
 margin: 15px 0 0 10px;
 }
 
#modulSuche_Titel {
 color: rgb( 44, 140, 13 );
 font-size: 9pt;
 font-weight: bold;
 margin: 0 0 -5px 6px;;
 padding: 0;
 }
 
#modulLogin_Titel {
 color: rgb( 44, 140, 13 );
 font-size: 8pt;
 font-weight: bold;
 margin: 15px 0 0 20px;
 padding: 0;
 }
 
#stageContent_Right {
 width: 620px;
 height: 480px;
 overflow: hidden;
 background-image: url(../_files/eberle/eberle1.gif);
 background-position: top right;
 background-repeat: no-repeat;
 margin: 20px 0 0 40px;
 padding: 0;
 float: left;
 }
 
#Content_Breadcrumbs {
 color: #666666;
 margin: 0;
 padding: 0;
 }
 
#Content_Title {
 height: 20px;
 overflow: hidden;
 font-size: 9pt;
 font-weight: bold;
 color: rgb( 44, 140, 13 );
 margin: 20px 0 0 0;
 clear: both;
 }
 
#Content_Submenu {
 height: 16px;
 overflow: hidden;
 font-size: 8.5pt;
 color: #666666;
 margin: 5px 0 0 5px;
 padding: 0;
 }
 
#Content_Document {
 width: 620px;
 height: 370px;
 overflow: auto;
 scrollbar-base-color: #ffffff;
 scrollbar-shadow-color: #ffffff;
 background-color: #ffffff;
 margin: 20px 0 0 0;
 padding: 0;
 }
 
#stageFooter {
 width: 960px;
 height: 16px;
 overflow: hidden;
 background-color: rgb( 44, 140, 13 );
 background-image: url(../_styles/bg_stage_footer.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
 text-align: center;
 }
 
#stageFooter_Inner {
 margin: 2px 0 0 0;
 padding: 0;
 font-size: 7pt;
 color: #ffffff;
 line-height: 9pt;
 text-align: center;
 }
 
/* Schriften, Absätze und Hyperlinks ... */

a, a:link, a:visited, a:active {
 font-family: verdana, arial, sans-serif;
 font-weight: normal;
 color: rgb( 44, 140, 13 );
 line-height: 9pt;
 text-decoration: none;
 }
 
a:hover {
 font-family: verdana, arial, sans-serif;
 font-weight: bold;
 color: rgb( 44, 140, 13 );
 line-height: 9pt;
 text-decoration: underline;
 }
 
/* Listen-Definitionen für Listen Submenus */

ul {
 list-style-type: square;
 /* list-style-position: outside; */
 }
 
li {
 font-family: verdana, arial, sans-serif;
 font-size: 8pt;
 line-height: 12pt;
 margin: 0 0 6px 0;
 padding: 0 0 0 10px;
 }
