*, img {
	margin: 0;
	padding: 0;
	outline-width:0px;
	border: 0px;
}
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td, .wochenplan  p { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}




body {
	background: #B8B5A4;
	height: 100%;
	color: #222222;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#website {
	position: absolute;
	width: 938px;
	height: 560px;
	left:50%;
	top:50%;
	margin-top: -280px;
	margin-left: -469px;
}

#menu1 {
	position: absolute;
	left: 128px;
	top: 100px;
	width: 120px;
	height: 300px;
	overflow: hidden;
	line-height: 0;
}

#menu1 a {
	display: block;
	margin: 0 0 7px 0;
	widows: 120px;
	height: 20px;
}

#contentBox {
	position: absolute;
	left: 270px;
	top: 0px;
	width: 526px;
	height: 560px;
	overflow: hidden;
	background: #FFE6CC;
}

#content {
	width: 496px;
	height: 530px;
	margin: 15px;
	overflow: auto;
		
	scrollbar-base-color: #FFD3A5;
	scrollbar-track-color: #FFE6CC;
	scrollbar-arrow-color : #FF8200;
}

#footer {
	position: absolute;
	left: 811px;
	top: 0px;
	width: 127px;
	height: 560px;
	overflow: hidden;
}

.flRight {
	float: right;
}

.flLeft {
	float: left;
}

.nofloat {
	float: none;
}

#content img.flLeft {
	margin-right: 15px;
}
#content img.flRight {
	margin-left: 15px;
}

.news {
	margin: 15px 15px 15px 0;
	border-bottom: 2px solid #FF8200;
}

.seperator {
	clear: both;
	height: 15px;
	margin: 15px 15px 15px 0;
	border-bottom: 2px solid #FF8200;
}

.clear {
	clear: both; 
	line-height: 1px; 
	font-size: 1px; 
	height: 15px; 
}

div.col_1_3_l {
	width: 33%;
	float: left;
}

div.col_2_3_r {
	width: 67%;;
	float: right;
}

div.col_2_3_l {
	width: 67%;
	float: left;
}

div.col_1_3_r {
	width: 33%;
	float: right;
}

div.col_1_2_l {
	width: 50%;
	float: left;
}

div.col_1_2_r {
	width: 50%;
	float: right;
}

div.indent {
	margin-left: 180px;
}

div.tt_day {
	float: left;
}

div.tt_th, div.tt_datablock {
	width: 102px;
	padding: 2px 5px 2px 5px;
	margin: 0 4px 4px 0;
}

div.tt_th {
	height: 34px;
	background-color: #FFFFFF;
	font-weight: bold;
}

div.tt_datablock {
	background: #ffc384;
	font-size : 11px;
	line-height : 14px;
}

div.tt_datablock p {
	margin: 0;
}

p.tt_time {
}

h5.tt_headline {
	font-weight: bold;
}

#content ul {
	list-style-image : url(bullit.gif);
	margin-top: 10px;
	margin-left: 8px;
	padding-left: 8px;
}
#content li {
	margin-bottom : 10px;
}

h1, h2, h3 {
	margin:  0 15px 0 0;
	text-decoration : none;
	font-weight : bold;
}

h1 {
	font-size: 16px;
	margin-bottom : 10px;
}

h2 {
	margin-top : 30px;
	margin-bottom : 10px;
}

h3 {
	margin-top : 15px;
	margin-bottom : 10px;
}

p  {
	margin: 0 15px 10px 0;
}

a {
	color: #FF8200;
	color: #DF6200;
	text-decoration: none;
}

a strong {
	color: #EF7200;
}

a:hover {
	text-decoration: underline;
}

marquee {
	padding: 15px 0 10px 0;
}