/********************
/* Content Basis
*********************/
#content {
	margin-top:			40px;
	margin-left:			40px;
	padding-bottom:			20px;
	width:				600px;
}

#content a:link, #content a:visited, #content a:hover, #content a:active, #content a:focus {
	color:				#FF0000;
	text-decoration:		none;
}

#content a:hover, #content a:active, #content a:focus {
	text-decoration:		underline;
}

#content a:link, #content a:visited, #content a:hover, #content a:active, #content a:focus {
	color:				#FFFF99;
	text-decoration:		none;
	border-bottom:			1px dotted;
}

#content a:hover, #content a:active, #content a:focus {
	border-bottom:			1px solid;
}

#content a img {
	display:			block;
}

#content table {
	font-size:			12px;
	line-height:			105%;
	padding:			0px;
	margin:				0px;
	border:				none;
}

#content td, #content th {
	margin:				0px;
	padding:			0px;
	padding-right:			5px;
	vertical-align:			top;
}

/********************
/* Ueberschriften
*********************/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	letter-spacing:			0.05em;
	font-weight:			bold;
	margin:				0.5em 0px;
	font-size:			18px;
	line-height:			120%;
	margin-left:			-10px;
}

