#content, #content_sp {
	position: absolute;
	left: 170px;
	top: 140px;
	
	background-color: white;
	color: #000080;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;

	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 15px;

	border-top: 2px solid #000080;
	border-left: 2px solid #000080;
	border-right: 3px solid #000080;
	border-bottom: 3px solid #000080;
	
	overflow: hidden;

	width: 730px;
	clear: both;
	/* float: left; */
}

* html #content, #content_sp {
	position: absolute;
	left: 173px;
	top: 143px;
}


#content a, #content_sp a, #content a:visited, #content_sp a:visited  {
	color: green;
	text-decoration:none;
	font-weight: normal;
	font-style: normal;
	border: 0;
	display: inline;
	background-color: transparent;
/*
	padding-left: 3px;
	padding-right: 3px;
*/
}


#content a:hover, #content_sp a:hover {
	color: red;
	text-decoration:underline;
	background-color: #CCCCCC;	
}

li, ul {
	padding-left: 30px;
}
	
#content .mediumtitle, #content_sp .mediumtitle {
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding: 5px;
	background-color: #123456;
}

#content .articlelist {
	/* width: 100%; */
	width: 690px;
	padding: 10px;
	margin: 5px;
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #C0C0C0;
}


* html #content .articlelist {
	padding: 8px;
	margin: 8px;
}

#content_sp .articlelist {
	width: 470px;
	padding: 8px;
	margin: 5px;
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #C0C0C0;
}

* html #content_sp .articlelist {
	padding: 8px;
	margin: 8px;
}


#content .author, #content_sp .author {
	text-align: right;
	color: #808080;
	font-size: 9px;
	padding-right: 15px;
}

#content P, #content_sp P {
	font-weight: normal;
	color: #000080;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content TD, #content_sp TD {
	padding-left: 10px;
	padding-right: 10px;
}

#content .pretext, #content_sp .pretext {
	padding: 10px;
}


#content .title, #content_sp .title {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: gray;
}

#content .center, #content_sp .center {
	text-align: center;
}

#content .tgs-bold, #content_sp .tgs-bold {
	font-weight: bold;
	color: #000080
}
			 
#content .tgs, #content_sp .tgs  	  { background-color: lightgray;
			font-weight: bold; }
			
#content .spielplan, #content_sp .spielplan {
	color: black;
	font-size: 10px;
	line-height: 14px;
	border: 1px solid black;
    background-color: #FFFFFF;
	border-collapse:collapse
}

#content H2, #content_sp H2 {
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	padding: 5px;
}

#content .h2, #content_sp .h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid #DDDDDD;	
	padding-top: 5px;
}

#content .h3, #content_sp .h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000080;
	padding: 2px;
}

#content .h3l, #content_sp .h3l {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000080;
	padding: 2px;
	border-left: 1px solid gray;
}

#content .h3lr, #content_sp .h3lr {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000080;
	padding: 2px;
	border-left: 1px solid gray;
	border-right: 1px solid #DDDDDD;
}


#content .h4, #content_sp .h4 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000080;
	padding: 2px;
	border-right: 1px solid #DDDDDD;
}

#content .sppweiss {
    background-color: #FFFFFF;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content .sppgrau {
    background-color: #DDDDDD;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content .spptransparent {
    background-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .sppnormal {
    background-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .spphighlight {
    background-color: #EEE8AA;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #000099;
}



