@import url(boxen.css);

/* Layout der gesamten Seite */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #f00 url(http://www.eiserner-virus.eu/images/hintergrund.jpg);
	color: #000;
	margin: 0;
	padding:0;
	text-align:center;
}

table, tr, td {
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.sehrgross {
	font-size: 18px;
}
.gross {
	font-size: 15px;
}
.klein {
	font-size: 9px;
}
.headline {
	color: #e00;
	font-weight: bold;
	margin-bottom: 6px;
}
.headline_start {
	color: #e00;
	font-weight: bold;
	margin-bottom: 6px;
}
.headline_rechts {
	color: #e00;
	background-color: #f5f5f5;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	font-size: 10px;
	letter-spacing: -0.1em;
	border-top: 1px solid #e00;
	border-bottom: 1px solid #e00;
}
.hinweis {
	background-color: #fcc;
	border: thin
			solid
			red;
	padding: 5px;
}

/* Formulare */
input, textarea, select {
	border:1px solid #778899;
 	border-top-width : 1px;
 	border-right-width : 1px;
 	border-bottom-width : 1px;
 	border-left-width : 1px;
 	text-indent : 2px;
}
.dropdown {
	background-color: #ffe4e1;
}

input.button {
	border:1px solid #789;
 	border-top-width : 1px;
 	border-right-width : 1px;
 	border-bottom-width : 1px;
 	border-left-width : 1px;
 	text-indent : 3px;
	background-color: #f00;
	color: #eee;
}
input.button:hover {
	background-color: #b22222;
	color: #eee;
	cursor: pointer;
}

/* Ueberschriften */
.Headline {
	width: 600px;
	padding:3px;
	color:#fff;
	font-weight:bolder;
	font-size:14px;
	background: #808080 url(http://www.eiserner-virus.eu/images/hintergrund.jpg) repeat;
	margin-bottom:10px;
}

.Headline2 {
	width: 150px;
	text-align:center;
	padding:3px;
	color:#fff;
	font-weight:bolder;
	font-size:14px;
	background: #808080 url(http://www.eiserner-virus.eu/images/hintergrund.jpg) repeat;
	margin-bottom:10px;
}
.footer {
 font-size:10px;
 color:#eee;
}

table, td, th, p, li, ul{
	font-size: 12px;
}

td.zeile1 {
	background-color: #eee;
	color: black;
	font-size: 9px;
}
td.zeile2 {
	background-color: #fff;
	color: black;
	font-size: 9px;
}


h3	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color : black;
}
h4	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color : black;;
}
h5	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color : black;
}
p.box	{
	text-align: justify;
	border: 1px dotted #008;
	width: 90%;
	padding: .3em;
	margin: 0 .5em 1em 1em;
}
.box_bild	{
	float: left;
	font-size: 9px;
	border: 1px dotted #000;
	margin: 3px 6px 0px 0px;
	padding: 3px;
	padding-right: 5px;
	/*margin: 3px 6px 1px 5px;*/
}

.letztesspiel { color:#000; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 26px; font-weight:bolder; letter-spacing:6pt}

/* Links */

a:link, a:visited, a:active {
	font-style: normal;
	text-decoration: none;
	color: Red;
}

a:hover {
	font-style: normal;
	text-decoration: underline;
	color: Red;
}

a.klein:link, a.klein:visited, a.klein:active {
	font-size: 10px;
	text-decoration: none;
	color: Red;
}

a.klein:hover {
	font-size: 10px;
	text-decoration: underline;
	color: Red;
}

a.galerie:link, a.galerie:visited,  a.galerie:active, a.galerie:hover{
	color: Black;
}

a.LinkOben:link, a.LinkOben:visited, a.LinkOben:active {
	font-style: normal;
	text-decoration: none;
	color: #eee;
}

a.LinkOben:hover {
	font-style: normal;
	color: #fff000;
}

a.button {
	border:1px solid #789;
 	border-top-width : 1px;
 	border-right-width : 2px;
 	border-bottom-width : 2px;
 	border-left-width : 1px;
 	padding : 3px;
}
a.button:link, a.button:visited, a.button:active {
	background-color: #f00;
	color: #eee;
	text-decoration: none;
}
a.button:hover {
	background-color: #b22222;
	color: #eee;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
color: #fff;
text-decoration: none;
}
a.footer:active, a.footer:hover {
color: #fff;
text-decoration: underline;
}
/* Sitemap */

.PopItemStyle {
	font-weight: bold;
}


