/*

	Stylesheet for goosengolf.com

*/

/* Kalendersyle */
.month		{text-align:center; padding:0; margin:0; width:160px;font-size:10px; background-color:#DDDDDD}
.month a	{text-decoration:none; color:#aaa;}
.month td	{vertical-align:middle;}
.nomonthday	{}
.dayname	{color:#555;}
.event a, .monthday a, .monthnavigation a, .monthday a:visited, .selectedday a, .selectedevent a, .saturday a, .sunday a, .today a, .todayevent a
		{display:block; margin:1px; line-height:18px; height:18px; width:18px; border: 1px solid #DDDDDD; color:#888;}
.event a:hover, .monthday a:hover, .monthname a:hover, .monthnavigation a:hover, .selectedday a:hover, .selectedevent a:hover, .saturday a:hover, .sunday a:hover, .today a:hover, .todayevent a:hover
		{color:#555;border: 1px solid #ccc; background-color: #eee;}
.monthname a	{display:block;border: 1px solid #fafafa;color:#555;}
.monthnavigation a,
.monthname a	{margin:auto;}
.monthnavigation a{font-size:10px;}

.event a	{color:#a33;}
.selectedday a	{border: 1px solid #ccc; color:#a33}
.selectedevent a {border: 1px solid #ccc; color:#a33;}
.saturday a, .saturday a:visited {color:#888;}
.sunday	a, sunday a:visited	{color:#333;}
.saturday a:hover, .sunday a:hover, .monthday a:hover {color:#555; border: 1px solid #ccc; background-color:#eee; font-size:12px}
.today a	{border: 1px solid #777; color:a33}
.todayevent a	{border: 1px solid #777; color:#a33;}
.monthpicker	{background:#f5f5f5; color:#222; width:40px;}
.yearpicker	{background:#f5f5f5; color:#222; width:55px;}


/* spezielle Angaben für die Druckausgabe */
@media print
{
	body,
	.date,
	.entry		{background:#fff; color:#000; font-family:Georgia,"Trebuchet MS",Verdana,sans-serif; font-size:10pt;}

	#container,
	#container_shadow	{border:none; margin:auto;}	

	#sub_header_menu,
	#sub_header_logo,
	#sub_content_menu,
	#sub_content_menu_in,
	#sub_bottom,
	#sub_footer,
	#sub_header		{display:none;}

	#sub_content_bg		{background:none;}
	#sub_content		{width:80%;}
}
