/*                                    Styles für Start
*/
.intro-image                            { margin-bottom:30px; }
#start-2cols                            { width: 650px; margin: 0 auto; margin-bottom: 20px; text-align: left; }
#start-2cols .left                      { float: left; }
#start-2cols .right                     { float: right; }
#start-2cols .left,
#start-2cols .right                     { background-image:url(../gfx/bg_white.png); width: 45%; border: solid 1px #ccc; padding: 10px; height: 260px;}

#start-2cols .right img                 { width: 100%; border:0 none;}     


/*                                    Styles für Center-Objekte
*/
.main_center p                        { margin-bottom: 0;}
.main_center input, 
textarea, 
select,                               { }


/*                                    Speisekarte & Getränke
*/
.list-menu                            { list-style-type: none; padding-left: 20px;  }
.list-menu li						  { margin-bottom: 20px; }
.list-menu .sublist                   { list-style-type: disc;}
img.menupic                           { width:100% ;} 
.drinks-list h2                       { margin-top: 15px;}

.table-object                         { width: 100%; padding: .5em 0; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc;}
.table-left                           { float: left; width: 14em;}


/*                                    Partner
*/
.partner-list                         { list-style: none; text-align: center; padding: 0;}
.partner-list li                      { margin-bottom: 15px;}
.partner-list li img                  { width: inherit}


/*                                    Formulare
*/
.center-form						              { width: 350px; margin: 0 auto; }
.form-element                         { width: 350px; border: solid 1px #666666; }
.form-element:focus                   { border: solid 1px #FA8800;  }
.form-error                           { font-size: 10px; color: red; }
