/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// HH    HH    OOOOOO    MM       MM   MM       MM							 //
// HH    HH   OO    OO   MMMM   MMMM   MMMM   MMMM						     //
// HHHHHHHH   OO    OO   MM MM MM MM   MM MM MM MM							 //
// HH    HH   OO    OO   MM  MMM  MM   MM  MMM  MM							 //
// HH    HH    000000    MM       MM   MM       MM							 //
//																			 //	
// erstellt durch       										             //
//																			 //	
// HOMM interactive, 6003 Luzern, www.homm.ch                  				 //
//																			 //	
//																			 //	
///////////////////////////////////////////////////////////////////////////////
*/


/* BASIS */


* {
margin:0;
padding:0;
}


body {
padding: 0px;
margin: 0px;
text-align:left;
background-color:#FFFFFF;
}

.bg_container{
width:100%;
background-color:#e9eef1;
}

#containerTop {
width:100%;
height:114px;
background-color:#FFFFFF;
z-index:1;
padding: 0px;
margin: 0px;
}

#container {
width:957px;
background-color:#c7d5dd;
background-image:url(/themes/default/images/bg_container.gif);
background-repeat:no-repeat;
}

#top {
width:957px;
height:114px;
padding:10px 0px 11px 0px;
text-align:right;
}

#metanav {
width:957px;
height:24px;
background-color:#c7d5dd;
background-image:url(/themes/default/images/bg_metanavi.jpg);
text-align:left;
}
.metanav_home{
padding-left:390px;
}
.metanav_lang{
padding-left:30px;
}


#pics {
width:957px; 
height:283px;
text-align:left;
}
#pics_1{width:957px; height:283px; position:absolute; z-index:1;}
#pics_2{width:957px; height:283px; position:absolute; z-index:2;}/*background-image:url(/themes/default/images/bg_nav.png);*/
#pics_3{width:957px; height:283px; position:absolute; z-index:3;}


#nav {
width:957px;
height:28px;
position:absolute;
top:240px;
right:0px;
}


#left {
width:170px; /*975-725(178-3)*/
/*height:297px;*/
float:left;
padding:62px 6px 0px 0px;

}

#content {
width:765px;
float:left;
text-align:left;
}

#content_l {
width:565px; 
float:left;
text-align:left;
padding: 0 0 0 0;
padding: 0;
}

#content_r {
width:185px;
float:right;
text-align:left;
}

#footer {
width:100%;
height:43px;
margin: 0 0 0 0;
text-align:center;
}

#clearDiv {
clear:both;
}

#crea{
position:absolute;
margin:197px 0 0 -25px;
}

@-moz-document url-prefix() {
	#crea{
	margin:197px 0 0 -502px;
	}
}
#facebook{
margin:8px 0 0 0;
display:block;
width:35px;
height:35px;
background:url(/themes/default/images/facebook.gif) 0 0;
text-decoration:none;
}
#facebook:hover{
background:url(/themes/default/images/facebook.gif) 0 35px;
text-decoration:none;
}


