html 											{ height:100%; }
body											{ height:100%; background:#fff; } 

body, table, 
iframe, form, div, img, 
input, select, textarea					{ margin:0px; padding:0px; }	
iframe, img									{ border:none; }
table											{ width:100%; border:0px; }
div											{ display:block; }

/** Textformatierung */
h1, h2, h3, p, a, ul, ol,
div, img, form, label,
input, textarea, select					{ margin:0px; padding:0px; color:#3C1A79; font-family:"Trebuchet MS"; font-size:12px; }

h1												{ padding-top:22px; margin-left:6px; line-height:18px; font-size:15px; font-family:Arial,Helvetica,sans-serif; font-weight:bold; }
h2												{ font-size:16px; font-weight:normal; }
input, textarea							{ width:250px; }

/** Basis **/
.oben, .mitte, .unten					{ width:850px; margin:0px auto; padding:0px; }
.oben											{ height:auto; }
.mitte										{ height:auto; }
.unten										{ height:20px; padding-top:5px; }

/** Aufbau **/ 
.content_oben								{ width:850px; height:auto; margin:0px 1px; padding-top:8px; }
.content_mitte								{ width:850px; height:auto; }
.content_unten								{ width:850px; height:auto; margin:0px 1px; color:#3C1A79; font-size:10px; }
.content_unten a							{ font-size:10px; }

/** Navigation **/
.menu											{ width:100%; height:25px; padding-top:20px; margin:0px; text-align:left; background:url('./img/menu_bg.jpg') repeat-x left bottom; }
.menu a	 									{ width:auto; height:25px; margin:0px; padding:0px 6px; display:block; color:#ffffff; line-height:24px; font-size:14px; font-weight:normal; text-decoration:none; float:left; }
.menu a:hover,								
.menu a.aktiv								{ text-decoration:none; background:url('./img/menu_bg_on.jpg') repeat-x; }
.menu .home									{ width:35px; padding-left:30px; background:url('./img/menu_home.jpg') no-repeat; }
.menu .home:hover,
.menu .home_aktiv							{ width:35px; padding-left:30px; background:url('./img/menu_home_on.jpg') no-repeat; }
.menu .home_aktiv:hover					{ background:url('./img/menu_home_on.jpg') no-repeat; }

/** Content Box **/
.box											{ width:850px; height:auto; }
.box .oben									{ width:850px; height:14px; background:url('./img/background-top.jpg') no-repeat left bottom; }
.box .mitte									{ width:835px; padding-left:15px; background:#d2b5e3; }
.box .unten									{ height:14px; background:url('./img/background-bottom.jpg') no-repeat; }

/** Sonstiges **/
.cleaner 									{ width:100%; height:2px; font-size:1px; line-height:0px; clear:both; }
.logo											{ width:850; height:200px; text-align:center; }
.paypal										{ width:142px; height:42px; display:block; }
.autoWidth									{ width:auto; }
