@charset "utf-8";
/* CSS Document */

html,
body					{ height: 100%; color:#fff; margin:0px; padding:0px; }

body 					{ background:#97bf0d url('./images/hg.gif') repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

a:link,
a:active,
a:visited				{ color: #fff; text-decoration: none; border-bottom:#ffed00 1px dotted; }

a:hover					{ color: #ffed00; text-decoration: none; border-bottom:#fff 1px dotted; }

i						{ display:none; }


#wrapper 				{ background: url('./images/bg.gif') repeat-y; margin:auto; width:989px; height:100%; }
#top 					{ width:989px; height:286px; background: url('./images/header.jpg') no-repeat;}
#foot 					{ width:989px; height:46px; background: url('./images/foot.gif') no-repeat; text-align:center; }
#main 					{ background: url('./images/bg.gif') repeat-y; width:989px; }
#content 				{ width:731px; text-align:justify; height:100%; margin-left:127px; }

#content li				{ list-style-type:none; background: url('./images/li.gif') no-repeat; padding:5px 0px 5px 30px; font-weight:bold; color:#ffed00;}

#content .links			{ border:none; float:left; margin-right:20px; }
#content .rechts			{ border:none; float:right; margin-left:20px; }
#mail					{ background: url('./images/mail_hg.gif') no-repeat; width:731px; height:169px; *margin-left:-30px; padding:40px 40px 0px 40px; }
#mail form				{ *clear:left; width:650px; *width:450px; *margin-right:50px; text-align:center; *float:right; }

h1,
h2						{ text-align:center; font-size:18px; color:#ffa200; }

small					{ font-size:9px; color:#fff; font-weight:normal;}

b						{ font-weight:bold; color:#ffa200; }

#cloudDiv 				{ padding:5px; width:300px; background:#30680c; text-align:center; font-size:11;}



