@charset "utf-8";

#abc-top-bg { height: 29px; margin: 0px; padding: 0px; background: url(../images/bg-top.png) repeat-x 0% 0%; }
.abc-top-bgl { height: 29px; background: url(../images/bg-top-l.png) no-repeat 0% 0%; }
.abc-top-bgr { height: 29px; background: url(../images/bg-top-r.png) 100% 0% no-repeat; } 
#abc-bot-bg { height: 29px; margin: 0px; padding: 0px; background: url(../images/bg-bot.png) repeat-x 0% 0%; }
.abc-bot-bgl { height: 29px; background: url(../images/bg-bot-l.png) no-repeat 0% 0%; }
.abc-bot-bgr { height: 29px; background: url(../images/bg-bot-r.png) 100% 0% no-repeat; } 

.abc-container { margin: 0px auto; text-align: center; }
.abc-wrapper { float: left; height: 29px; width: 70%; text-align: right; }
.such-wrapper { float: right; width: 300px; margin: 0px; padding: 0px; }
.such-feld { float: left; height: 29px; width: 140px; margin: 0px; padding: 0px; 
	background: url(../images/bg-suche.png) no-repeat 0px 5px; }
.such-submit { float: left; margin: 5px 0px 0px 0px; padding: 0px; }
.input-text { width: 133px; margin: 0px; padding: 0px; border: none; background: none; 
		color: #29251F; font: 12px/16px Verdana, Arial, sans-serif; font-weight: bold;} 

#abc-top-bg input,
#abc-bot-bg input { margin: 5px 0px 0px 5px; }

.input-senden { width: 74px; height: 19px; }

#abc-top-bg form,
#abc-bot-bg form { margin: 0px; padding: 0px; }
#abc-top-bg .such-submit { background: url(../images/bg-suchen-oben.gif) no-repeat 0% 0%; }
#abc-bot-bg .such-submit { background: url(../images/bg-suchen-unten.gif) no-repeat 0% 0%; }

.a-z { font: 14px/14px Verdana, Arial, sans-serif; text-align: right; }	
#abc-top-bg .a-z { margin: 0px; padding: 7px 0px 0px 0px; color: #EA4F3A; }
#abc-bot-bg .a-z { margin: 0px; padding: 6px 0px 0px 0px; color: #5378d7; }
#abc-top-bg a.ABC:link, 
#abc-top-bg a.ABC:visited,
#abc-bot-bg a.ABC:link, 
#abc-bot-bg a.ABC:visited { color: #FFF; text-decoration: none; }
#abc-top-bg a.ABC:active, 
#abc-top-bg a.ABC:hover { color: #810F00; text-decoration: none; } 
#abc-bot-bg a.ABC:active, 
#abc-bot-bg a.ABC:hover { color: #1c2f71; text-decoration: none; } 

.close { clear: both; margin: 0px; padding: 0px; height: 0px; font: 0px/0px sans-serif; display: none; }


