html {
	min-width: 700px;
}

body {
		background: black url(patt/07.gif);
		margin: 0; padding: 0 0 100% 0;
		text-align: center;
}

body, td {
	font-family: "Arial", "DejaVu Sans", sans-serif;
	font-size: 15px;
}

div#wrapper {
	width: 700px;
	text-align: left;
}

p {
	margin: 0 0 1em 0;
}

h1, h2  {
	margin: 0 0 1em 0;
	letter-spacing: 2px;
}

iframe {
	border: 0;
	width: 100%;
	height: 232px;
	overflow: auto;
}

.small {
	font-size: 14px;
}

table.calc td {
	font-family: "Courier New", monospace;
	font-size: 12px;
}

#Magazin {
	width: 371px;
}

.Brot {
	padding: 8px;
	margin: 0;
}

.SchwarzBrot {
	color: white;
	padding: 8px;
	margin: 0;
	background: black url(img/rip.gif) bottom left repeat-x;
}

#Magazin-Titel {
	background: url(img/ziegel-flow.gif);
	text-align: center;
}



#idee {
	font-size: 32px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}


table.box {
	background: white;
	clear: both;
}

div.box {
	background: white;
	width: 668px;
	padding: 16px;
	text-align: left;
	clear: both;
}

div.frame {
	border: 1px solid white;
	padding: 6px;
	margin-bottom: 1em;
}

.langswitch {
	position: absolute;
	top: 0;
	right: 0;
}

.four {
	vertical-align: top;
	width: 286px;
	height: 150px;
	padding: 24px;
}

.hallo {
	font-weight: bold;
	font-size: 20px;
}

.biggie {
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	/*font-family: "Times New Roman", serif;*/
}

.party {
	margin-top: 1em;
	padding: 8px;
	border: 2px dotted black;
	text-align: center;
}

.hpbg {
	background: url(img/hp.gif) no-repeat bottom right #fff!important;
}

.nobr {white-space: nowrap;}

html>body del {
	text-decoration: none;
	background: url(alphabet/underline.gif) repeat-x left 0.5em;
}

a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}


.SchwarzBrot a:link {
	color: white;
	text-decoration: underline;

}

a img {
	border: 0;
}

div#space {
	height: 200px;
}

form.paypal {
	text-align: center;
}


/* TABS */

ul.tabs {
	margin: 0;
	padding: 1em 0 0 0;
	list-style: none;
	font-weight: bold;
}

ul.tabs li {
	float:left;
	/* display: inline; */
	margin: 0 2px 0 0;
	padding: 0 4px 0 0;
	background: url(img/tab-b2.gif) top right no-repeat;
}

ul.tabs li a:link,
ul.tabs li a:visited,
ul.tabs li span {
	display: block;
	text-decoration: none;
	color: white;
	padding: 0 0 0 4px;
	margin: 0;
	background: url(img/tab-b1.gif) top left no-repeat;
}

ul.tabs li.active {
	background: url(img/tab-w2.gif) top right no-repeat;
}

ul.tabs li.active span,
ul.tabs li.active a:visited {
	color: black;
	background: url(img/tab-w1.gif) top left no-repeat;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  ul.tabs li a {float:none;}
  /* End IE5-Mac hack */


/* FORUM */

#forum {
	font-size: 11px;
	padding-top: 1em;
	margin-top: 0.5em;
	background: url(alphabet/underline.gif) top left repeat-x;
}

#forum .name, #forum .date
	{
	font-weight: bold;
	}



#forum ul
	{
	margin: 0;
	padding: 0;
	}

#forum ul ul
	{
	margin: 1em 0 0 18px;
	}


#forum li
	{
	margin-bottom: 1em;
	display: block;
	list-style: none;
	}

