* {
	margin:0;
	font:12px "helvetica neue", helvetica, arial,sans-serif;
	text-decoration:none;
	color:#000;
}

/* General TAGS   -------------------------------------------------------------------*/

html, body { height:100%; }

body {
	text-align:center;
	background-color: white;
	background-image: url(/grafik/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
 
h1 {color: #38719A; }
h2 {color: #575757; }


a:link, a:visited, a {color: #38719a;}
a:hover {color: #286692;}

/* GENERAL LAYOUT  -------------------------------------------------------------------*/

.page-wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -90px;
	/* the bottom margin is the negative value of the footer's height */
	width: 960px;
	text-align: left;
	
}


#content-wrapper {
	position: relative;
	height: 100%;
	text-align: left;
	clear: both;
	margin: 0;
}

.header {margin: 15px 0 10px 0; width: 960px;}
.header H1 {font-weight: bold; font-size: 21px; display: inline;}
.logo {padding: 0px 20px 0 0;float: right;  }
.box {
	list-style-type: default;
	list-style-image: url(/grafik/indicator_fasching.gif);
	list-style-position: default;
	border: solid 2px #38719A;
	background-color: #fff;
	background-image: url(/grafik/bg_td.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 300px;
	height: 380px;
	margin: 0 5px 0 5px;
	float: left;
}


.content {
	list-style-type: default;
	list-style-image: url(/grafik/indicator_fasching.gif);
	list-style-position: default;
	border: solid 2px #38719A;
	background-color: #fff;
	background-image: url(/grafik/bg_td.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0 5px 0 5px;
	float: left;
	height: 480px;
}


.contentBox {padding: 5px 5px 5px 25px; }
.boxText {margin: 10px 0 0 5px;}
.boxText H1{margin: 0 0 10px 0; font-weight: bold;}
.boxText UL {margin: 10px 0 0 0;}
.catalogs {border: solid 2px #CE0839; margin: 5px 10px 15px 0; float: left;}


.clearFix {clear: both; margin: 0px; border: 0px; padding: 0px; }

#footer, .push {
	height: 90px;

	/* .push must be the same height as #footer */
}
#footer {
		text-align: center;
		width: 100%;
		margin:0 auto -90px; /* the bottom margin is the negative value of the footer's height */
		}
#footer, #footer p { color: #fff; }
#footer a, #footer a:visited, #footer a:link { color: #D8EDFB; text-decoration: underline; }