/* CSS Document */
html { height: 100%; font-size: 12px; }
body { 
/*	height: 100%; */
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-weight:normal;
	color: #111111;
	background: #F2F2F2;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	display: inline;
	color: #006600;
}
a:hover, a:active {
	text-decoration: underline;
	display: inline;
	color: #009933;
}
div, td, p {
	font-size: 12px;
}

#left {
	background-image:url(bg_dotted.gif);
	background-repeat:repeat;
	color: #FFFFFF;
	width: 200px;
	margin: 0px;
	border: 0px;
	float: left;
	clear: left;
	padding: 4px 0px;
	text-align: center;
}
#breadcrumbs {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(bg_dotted.gif);
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #000000;
	text-decoration: none;	
}
#breadcrumbs a:hover {
	color: #333333;
	text-decoration: underline;	
}
#content {
	float:left;
	position: relative;
	width: 420px;
	clear: none;
	padding: 10px 20px;
}
#content h1 {
	font-size: 16px;
	color: #003300;
	margin: 0px 0px 10px 0px;
}
#content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#right {
	background-image:url(bg_dotted.gif);
	background-repeat:repeat;
	color: #000000;
	width: 188px;
	padding: 6px 6px 6px 6px;
	margin: 6px;
}
#right .info {
	border-top: 3px double #4E9163;
	border-left: 1px solid #4E9163;
	border-right: 1px solid #4E9163;
	border-bottom: 1px solid #4E9163;
	margin: 6px;
	padding: 6px;
}
#right .info p {
	margin: 0px;
}
#right .info h2 {
	margin-top: 0px;
}
#hinweis {
	marigin: 5px 10px;
	text-align: center;
}
#tTopLeft {
	background-image: url(./res/t_top-left.gif);
}
#tTopCenter {
	background-image: url(res/t_top-center.gif);
}
#tTopRight {
	background-image:url(./res/t_top-right.gif);
}
#tLeft {
	background-image: url(./res/t_left.gif);
}
#tRight {
	background-image: url(./res/t_right.gif);
}
#tBtmLeft {
	background-image: url(./res/t_btm-left.gif);
}
#tBtmCenter {
	background-image: url(./res/t_btm-center.gif);
}
#tBtmRight {
	background-image:url(./res/t_btm-right.gif);
}

