
/* Hintergrundangaben */
body {
	background: #DADADA url(../pics/style/bg-pins.jpg) no-repeat scroll top right;
	font-size: 14px;
	font-weight: normal;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#schriftzug {
	position: absolute;
	right: 300px;
	left:160px;
	top: 3px;
	border-bottom: 1px solid silver;
	direction: rtl;
	padding: 5px 5px 5px 5px;
}

/* Menu Section */
#menu {
	position: fixed;
	left: 10px;
	float: left;
	top: 3px;
	width: 140px;
	border: 1px solid silver;
	padding: 5px 5px 3px 3px;
	background: url(../pics/bg-pins.jpg) no-repeat;
}

#menu a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: navy;
}	

#menu a:hover {
	color: red;
}

#menu p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
	line-height: 3;
	text-align: left;
}

#menu img {
	border: 1px solid silver;
}

#menu .noframe {
	border: 0px;
}
#menu .submenu {
	line-height: 2;
}


/* Der allgemeine Seitentext */
#seitentext {
	position: absolute;
	float: left;
	font-size: 100%;
	left: 170px;
	top: 110px;
	border-bottom: 1px solid silver;
	padding: 5px 5px 3px 3px;
}

#seitentext a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: navy;
}

#seitentext a:hover {
	color: red;
}

#seitentext p, font, li {
	font-size: 14px;
	font-weight: normal;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#seitentext h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: navy;
	line-height: 12px;
}

#seitentext h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: navy;
	line-height: 1px;
}

#seitentext h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c61818;
	
	font-style: italic;
	background-color: silver;
	;
	
}

#seitentext hr {
	color: silver;
	height: 1px;
}

#seitentext img {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 9px;
	color:gray;
}

#seitentext small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}


/* Der Newsbereich */
#news {
	position: absolute;
	float: left;
	right: 10px;
	top: 200px;
	width: 130px;
	border: 1px solid navy;
	padding: 0px 5px 3px 3px;
	background: #87ceeb;
}

#news a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: navy;
}	

#news a:hover {
	color: red;
}

#news .newstitel {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background: navy;
	letter-spacing: 5px;
	text-align: center;
	line-height: 15px;
}

#news .newsheadline {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: red;
	text-align: left;
}

#news .newstext {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

/* Tabellen auf der Mannschaftsseite */

.mannschaft td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid silver;
}

/* Gästebuch als iframe */
#gbuch {
	position: relative;
	font-size: 100%;
	left: 170px;
	top: 110px;
	border-bottom: 1px solid silver;
	padding: 5px 5px 3px 3px;
}
