/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// 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;
}

html {
background-color:#d7d7d7;
background-image:url(/themes/default/images/bg_back.jpg);
background-position:bottom;
background-attachment:inherit;
}

body {

}

#container {
width:1000px;
/*position: relative;*/
padding-top:14px;
height:100%;
}

#top {
width:100%;
/*position: relative;*/
height:143px;
}

#topContent {
width:946px;
}

#topGradient {
background:url(/themes/default/images/bg_backTop.jpg) top no-repeat;
}

#nav {
width:100%;
height:45px;
}

#left {
width:273px;
float:left;
padding-left:27px;
text-align:left;
}

#content {
width:686px;
float:right;
text-align:left;
background:url(/themes/default/images/bg_main.gif) bottom right no-repeat;
}

@media only screen and (max-device-width: 1024px) and (orientation:portrait), only screen and (max-device-width: 480px) and (orientation:portrait)  { 
	#content {
	background:#fff;
	}
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape), only screen and (max-device-width: 480px) and (orientation:landscape)  {
	#content {
	background:#fff;
	}
}
#clearDiv {
clear:both;
}

