body		{
			margin-left:		0px;
			margin-right:		0px;
			margin-top:		0px;
			margin-bottom:		0px;
			background:		black;
			background-image:	url(images/back.jpg);	
			background-repeat:	no-repeat;	
			font-family: Arial, Helvetica, sans-serif;
			
		}

a		{
			text-decoration: none;
		}

a:hover		{
			text-decoration: underline;
		}

a.obi		{
			font-weight: bold;
			color: white;
			font-size: 14px;
		}

a.obi:hover	{
			font-weight: bold;
			color: white;
			font-size: 14px;
		}

a.obi:visited	{
			font-weight: bold;
			color: white;
			font-size: 14px;
		}

a.button	{
			border: 1px solid #CCFFFF;
			cursor: pointer;
			margin: 0 3px;
			padding-left: 5px;
			padding-right: 5px;
			font-size: 12px;
			font-weight: bold;
			color: yellow;
			background: #36429b;
		}

a.button:hover {
	text-decoration: none;
	border: 1px solid black;
	color: #36429b;
	background: yellow;
}

a.button2 {
	border: 1px solid #CCFFFF;
	cursor: pointer;
	margin: 0 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	color: yellow;
	background: #36429b;
}

a.button2:hover {
	text-decoration: none;
	border: 1px solid black;
	color: #36429b;
	background: yellow;
}

a.zurueck {
	border: 1px solid #CCFFFF;
	cursor: pointer;
	margin: 0 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	color: yellow;
	background: #36429b;
}

a.zurueck:hover {
	text-decoration: none;
	border: 1px solid black;
	color: #36429b;
	background: yellow;
}

a.menue {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	font-weight: bold;
	color: yellow;
	background: #36429b;
}

a.menue:hover {
	text-decoration: none;
	color: #36429b;
	background: yellow;
}

a.comment {
	font-size: 10px;
	color: white;
	text-decoration: underline;
}

a.comment:hover {
	font-size: 10px;
	color: yellow;
	text-decoration: underline;
}

a.boxes {
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

a.boxes:hover {
	font-size: 12px;
	color: white;
	text-decoration: underline;
	background: blue;
}

td.comment {
	color: white;
	font-size: 8px;
}

p.comment {
	text-decoration: none;
	color: #CCFFFF;
	font-size: 10px;
}

td.head1 {
	font-weight: bold;
	text-decoration: none;
	background: #36429b;
	color: yellow;
	font-size: 14px;
	border: 2px solid #CCFFFF;
}

p.welcome {
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 14px;
}

p.norm {
	color: #000000;
	font-size: 12px;
}

td.norm {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

td.title {
	text-decoration: none;
	font-weight: bold;
	color: #36429b;
	font-size: 10px;
	text-align: right;
}

td.title1 {
	background: #36429b;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

td.content {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

td.content1 {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: black;
	font-size: 12px;
}

td.small		{
			font-size:		10px;
			}

td.bold		{
			font-size:		10px;
			font-weight:		bold;
			}

td.menue {
	font-weight: bold;
	color:  #CCFFFF;
}

input.button2 {
	border: 1px solid black;
	color: yellow;
	background: #36429b;
	padding: 1px 10px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	margin: 0 3px;
	}

input.button2:hover {
	color: #36429b;
	background: yellow;
	text-decoration: none;
	}
