@charset "utf-8";
/** ° 14:16 03.02.2010
 *
 **/

/* ########## Grundeinstellung ########## */
body, div, span, a, p, b, i, h1, h2, h3, h4, h5, h6, pre, table, tr, td, li, ul, abbr, acronym, img {
	float: none;  clear: none;  margin: 0;  padding: 0;
	text-align: left;  border:0 none;
	border-spacing: 0;  border-collapse: collapse;
}

img {
	vertical-align: top;
	border: 0 none;
}

/* ########## Allgemeines ########## */
em {
	background: transparent url(http://tsvsachsenhausen.de/css/marker-orange.gif) 0 0 repeat;
	font-style: normal;
	padding-left: 3px;
	padding-right: 1px;
}

strong {
	background: transparent url(http://tsvsachsenhausen.de/css/marker-pink.gif) 0 0 repeat;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 1px;
}

body {
	background-color: #F4F6E5;
	text-align: center; /* IE fix */
	clear: left;
	margin: 5px;
}

body, pre, table {
	font: 14px sans-serif;
}

table {
	font-size: 12px;
}

#content table a:link, #content table a:visited {
	border: 0 none;
}

img {
	margin: 0;
	vertical-align: top;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #b07000;
}

a:link, a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #cc5588;
	text-decoration: underline;
}

h2, h3, h4, .tdj {
	color: #8e1200;
}

h1 {
	font-family: tahoma,arial,sans-serif;
	color: #5c3002;
	margin-bottom: 1em;
	text-decoration: none;
	font-size: 1.4em;
	text-align: left;
	line-height: 1.2em;
	font-weight: normal;
}

h2, h3, h4 {
	font-size: 1em;
}

h3, h4 {
	font-weight: bold;
	letter-spacing: +.02em;
}

h4 {
	border-bottom: 1px solid #001a00;
	padding-bottom: 0.5em;
	margin: 0 0 5px 0;
}

.clear {
	clear: both;
}

.clear1 {
	clear: both;
	margin: 0 auto;
	margin-top: 2em;  /* opera 6.01/win fix (margin:xy auto;) */
	margin-bottom: 2em;  /* opera 6.01/win fix (margin:xy auto;) */
	width: 65%;
	height: 1px;
	border: 0 solid #000;
	border-width: 1px 0 0 0;
}

.tdj {
	font-size: 11px;
	margin-bottom: 1em;
	margin-left: 0.5em;
}

.datum, .seitenabruf {
	font-size: 0.9em;
	text-align: right;
}

.hinweis {
	color: #006080;
 }
 
.p1, .p2, .p4, .up {
	margin-bottom: +.5em;
	line-height: 1.5em;
}

.p2 {
	font-style: italic;
}

.p3 {
	font-weight: bold;
}

.p4 {
	color: #004488;
}

.summary {
	display: none;
}

.up {
	text-align: center;
	padding-top: 1em;
}

.up a:link, .up a:visited {
	color: #a97824;
}


/* ########## Container ########## */
#container {
	border: 1px solid #BBC07C;
	background-color: #ffffff;
	float: none;
	clear: none;
	width: 760px;
	position: relative;
	margin: 2em auto;

	width: 776px;  /* IE6/win fix (boxmodel) */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 760px;
}

html>body #container {
	width: 760px;
}

/* ########## Kopfzeile ########## */
#toplogo {
	height: 120px;
	border-bottom: 1px solid #ffffff;  /* opera 6.01/win fix (margin & no border) */
	background: #ffffff url(http://tsvsachsenhausen.de/css/tsv-logo_2008.gif) no-repeat 106px 30px;
}

/* #toplogo h1 span {display:none; } */
#toplogo h1 {
	display: none;
}


/* ########## Spartenmenu ########## */
#spartenmenu, #headnavigation {
	font: 17px/2em arial,sans-serif;
	text-align: center;
	margin-bottom: 35px;
	border: 3px double #9CA066;
	border-width:3px 0;
}

#spartenmenu a, #headnavigation a {
	color:#667788;
	position: relative;
	z-index: 1;
}

#spartenmenu a:hover, #headnavigation a:hover {
	color: #ff0000;
	text-decoration: none;
}

.datum2 {
	width: 100%;
	margin-bottom: 20px;
	float: right;
	margin-top: 9px;
	color:#555;
	text-align: right;
	padding-right: 1em;
	font: 11px/14px tahoma,arial,verdana,sans-serif;
}


/* ########## Menue ########## */
#menu, #navigation {
	height: 350px;
	width: 123px;
	float: left;
	clear: left;
	display: inline;  /* IE6 fix (float/margin on same side) */
	margin: 20px 15px 0 10px;
}

#menu ul, #navigation ul {
	list-style-type: none;
}

#menu ul img, #navigation ul img {
	margin-top: 4px;
}

.m_item {
	padding-left: 10px;
	line-height: 21px;
}

.m_item:link, .m_item:visited {
	color: #853C26;
}

.m_item:hover {
	color: #F7CE52;
	text-decoration: none;
}


/* ########## Inhalt ########## */
#content {
	font-family: georgia,serif;
	color: #111;
	padding: 1.2em;
	margin-bottom: 3em;
	float: left;
	width: 350px;  /* 500px */
	display: inline;  /* IE6 fix (float/margin on same side) */
	overflow: hidden;
	
	width: 366px;  /* IE6/win fix (boxmodel) */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 350px;
}

html>body #content {
	width: 350px;
}

#content img {
	border: 1px solid #3b3b1e;
}

#content td {
	padding-bottom: 3px;
	vertical-align: top;
}

#content .table1 td {
	border: 1px solid #a45704;
	padding: 8px;
}

#termine p {
	color: #008040;
	margin-bottom: 1em;
	line-height: 1.5em;
}

#termine {
	margin-bottom: 2em;
}

#content a:link, #content a:visited {
	color: #004576;
	border-bottom: 1px solid #4085a6;
	text-decoration: none;
}

#content a:hover, content a:active {
	color: #a0a0a0;
}

/* ########## Boxen ########## */
#boxen {
	width: 190px;
	float: right;
	margin: 20px 20px 20px 0;
	display: inline;  /* IE6 fix (float/margin on same side) */
}

.box03 {
	overflow: visible;
	margin-left: -5px;	
	width: 195px;
	font-size: 11px;
}

.box03 h3, .box03 h1 {
	font: 15px/1em sans-serif;
	margin-bottom: 3px;	
	color: #A04D06;
}

.box03 p {
	text-align: justify;
	color: #456;	
	padding-bottom: 1em;
}

.box03 ul {
	padding-left: 11px;
	color: #697151;	
	list-style-position: inside;
	list-style-type: square;
}

.box03 hr{
	display: none;	
	border: none;
	height: 0;
}

.box03 a:link, .box03 a:visited {
	color: #0073BE;
	border-bottom: 1px solid #4085a6;
	text-decoration: none;
}

.box03 a:hover, .box03 a:active {
	color: #a0a0a0;
}

.box03 li a:link, .box03 li a:visited {
	color: #697151;
	border-bottom: 0 none;
	text-decoration: none;
	font-weight: normal;
}

.box03 li a:hover, .box03 li a:active {
	color: #004576;
}

/* ########## Fusszeile ########## */
#footer {
	float: none;
	clear: both;
	margin: 10px 10px;
	border-top: 1px dotted #808080;
	padding: 11px 0;
	font-size: 0.9em;
	text-align: center;
}

#sitemetas {
	width: 180px;
	float: left;
}
#sitemetas span {
	font-size: 0.9em;
	display: block;
}

@media screen {
	#footer .datum {
		float: right;
		margin-top: -3em;
	}
}

@media print {
	/* ########## Grundeinstellung ########## */
	body, div, span, a, p, b, i, h1, h2, h3, h4, h5, h6, pre, table, tr, td, li, ul, abbr, acronym, img {
	 float:none; clear:none;  margin:0; padding:0; text-align:left;
	 border:0 none; border-spacing:0; border-collapse:collapse;
	 color:#000000; background-color:transparent;
	}

	img {
		vertical-align:top;
	}


	/* ########## Druckeinstellung ########## */

	body { padding:0; margin:0; }

	#logo, #menu, .summary, .up { display:none; }
	#boxen, #container, #toplogo, #content, #footer { margin:0; }
	#spartenmenu, #container { background-color:transparent; }

	#spartenmenu>a:link { color:#000; }

	#container { width:650px; background-color:transparent; background-image:none; border:0 none; }
	html>body #container { width:650px; }

	#toplogo { background:url(http://tsvsachsenhausen.de/css/tsv-logo_2008.gif) 40px 20px no-repeat; height:100px; width:610px; }
	#toplogo h1 span { display:none; }

	#content { width:360px; margin-top:0; background-color:transparent; }
	html>body #content { width:360px; }

	#content td { padding-bottom:3px; vertical-align:top; }

	h1, h2 {
	 text-align:left;
	 line-height:1.2em;
	 font-weight:bold;
	 letter-spacing:1px;
	 font-variant:normal;
	}

	#toplogo h1 span { font-size:1.5em; margin-bottom:1em; font-weight:normal; }

	h2 { font-size:1em; } 
	h3, h4 { font-size:1em; font-weight:bold; }
	h4 {
		border-bottom:1px solid #9a823f;
		padding-bottom:0.5em;
		margin:15px 0 5px 0;
	}
}

