/* 
Stylesheets für die Internetseite der FF-Israelsdorf
erstellt vom Webteam der FF-Israelsdorf,
alle rechte vobeahlten
*/


body
{margin-top:8px; margin-right:7px; margin-left:5px; 
color: #000000; background-color: #ffffff; font-family: Arial,Verdana,Geneva,Helvetica,sans-serif; font-size: 10pt;}



h1
{margin-bottom:0px; margin-top:0px;
color: #000000; background-color: #ffffff; font-size: 11pt;}

h2
{margin-bottom:8px; 
color: #000000; background-color: #ffffff; font-size: 10pt;}

img
{border:0;}

hr
{margin-top:5px; margin-bottom:5px; color:#C0C0C0;}

ul
{margin-top:0px; margin-bottom:0px;}

tr{font-size: 10pt}

tr img {height:16px; margin-left:5px;}

.redl
{margin-bottom:8px; margin-top:0; margin-left:5px;
color: #FFFFFF; background-color: #FF6666; font-weight:bold; font-size: 10pt;}

a:link    {color: #000000; text-decoration:underline; font-weight:bold;}
a:visited {color: #000000; text-decoration:underline; font-weight:bold;}
a:active  {color: #000000; text-decoration:underline; font-weight:bold;}
a:hover   {color: #ff0000; text-decoration:underline; font-weight:bold;}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 799px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px #ccc;
	overflow: auto;
	padding-top: 8px;
}

/* ---------- statistik -----------  */
#statistik {

}

#statistik table {
	width: 175px;
	border: 0;
}

#statistik tr {
	background-color: #EFEFEF;
	line-height: 1.3em;
   text-indent: 0.2em;
}

#statistik .grey {
	background-color: #E0E0E0;
}

/* ---------- content_container -----------  */
#content_container {
	float:left;
	margin-left: 5px;
}

/* ---------- block_container -----------  */
#block_container {
    float: right;
    margin-right: 10px;
}

/* ---------- red -----------  */
.red {
	background-color: #FF6666 !important;
	color: #FFFFFF;
	text-decoration: none;
	font-color: #FFFFFF;
	font-weight: bold;
}

.red a {
	background-color: #FF6666;
	text-decoration: none;
	font-color: #FFFFFF;
	font-weight: bold;
}

.red a:hover {
	text-decoration: underline;
	font-color: #FFFFFF;
	font-weight: bold;
}	

.red a:visited {
	text-decoration: none;
	font-color: #FFFFFF;
	font-weight: bold;
}	

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    
}

#typeInfo, #whitebox{
	position: absolute;
	display: none;
	z-index: 10001;
	padding: 10px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	box-shadow: 0px 0px 15px #AAA;
	background-color: #fff;
	border-radius: 3px;
}

#whitebox{
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -220px;
	width: 400px;
	height: 415px;
}

#typeInfo {

	margin-left: 30px;
	float: left;
	vertical-align: middle;
}

#typeInfo img{
	margin-right: 10px;
	vertical-align: middle;
}

#subText{
	display:none;
	line-height: 22px;
}


#closer{
	margin-top: -10px;
	margin-right: -10px;
	top:0px;
	right:0px;
	background-image: url('bilder/close.gif');
	width:24px;
	height:24px;
	cursor:pointer;
	display:none;
	position:absolute;
}


