/* CSS Document */
*{
   margin:0;
   padding:0;   
}

html,body{
   height:100%;
   font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#000;
   text-align:left;   
}
body{
   background-color:#FFFFFF;
}
.primaballerina{
   background-image:url(../prima_ballerina_fussball_wm_2010/soccer_ball.jpg);
}
   

/*---------------------- F O R M A T I E R U N G E N --------------------------------*/
/*---------------------- F O R M A T I E R U N G E N --------------------------------*/

img{border:0;}
h1{text-align: center; color:#fff; font-size:28px; font-family:"Times New Roman", Times, serif;font-weight:;}
h2{text-align: center; font-size:20px; font-weight:bold; color:#007735;}
h3{font-size:18px; font-weight:normal; font-family:"Times New Roman", Times, serif;margin:0 0 4px 0;}
h1.start{text-align: center; color:#009E49; font-size:20px;}
h2.start{text-align: center; font-size:24px; font-weight:normal; letter-spacing:1px;}
a.start {color:#009E49;font-size:18px;}
a.start:hover {color:#009E49;font-size:18px;text-decoration:none;}
/*---------------------- I N D E X --------------------*/
/*---------------------- I N D E X --------------------*/

div#index_content{
   margin:120px auto 0 auto;
   width:682px;
   height:528px;
   text-align:center; 
}

#info{display:none;}
div#overall {
   position:relative;
   width:790px;
   background-image:url(../prima_ballerina_fussball_wm_2010/overall_bg.jpg);
   background-repeat:repeat-y;
    margin:0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#container {
   width:780px;
   margin:0 auto;
   background-color: #85BE3C;
}
div#header{
    height:195px;
	width:780px;
	background-color:#fff;
}
.column{width:235px;float:left;border-right:1px solid #FFF;padding:0 10px 0 15px;}
.column2{width:240px;float:left;padding:0 10px;}
.info{width:670px;float:left;padding:0 10px 0 50px;}
.info p{width:425px;margin-bottom:10px; font-size:14px; line-height:120%;}
.info a{color:#000; text-decoration:underline;}
.info a:hover{color:#000; text-decoration:none;}
.info h3{font-size:20px; font-weight:normal; font-family:"Times New Roman", Times, serif;margin:0 0 4px 0;}
div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	clear:both;
	height:14px;
	width:760px;
	margin:0 5px;
	padding:1px 10px;
	background-color:#fff;
	text-align:right;
	font-size:11px;
	border-top:3px groove #009E49;
}
div#footer {color:#000;}
div#footer a,div#footer a:hover{color: #000; text-decoration:none;}
div#footer a:hover{color:#000; text-decoration: underline;}
.clearing{height:25px;font-size:1px;clear:both;}
