@charset "utf-8";
#wrapper {
	float: left;
	width: 74%;
	background-repeat: no-repeat;
	background-position: left top;
}


#mainContent {
	width: 99%;
	padding-right: 10px;
	margin-left: 25px;
	float: left;
	padding-top: 15px;
	margin-bottom: 15px;
	height:650px;
	background-image: url(../../img/bg_wrapper/flag.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#classics {
	margin-left: 15px;
}


#sidebarRight {
	width: 220px;
	float: right;
	position: relative;
	padding-bottom: 20px;
	
}

#mainContent  img {
	float: right;
}
#speak {
	position: absolute;
	left: 663px;
	top: 337px;
	width: 214px;
}

/*------------------- SIDEBAR RIGHT ---------------------
---------------------------------------------------*/

#sidebarRight {
	width: 200px;
	float: right;
	position: relative;
	padding-bottom: 20px;
	height: 0px;
	margin-right:15px;
}

#box {
	width: 200px;
	height: 600px;
	background-image: url(../../img/sidebar_right/cinshoes/schriftrolle.png);
	background-repeat: no-repeat;	
}

/*------------------- LINK BOTTOM ---------------------
---------------------------------------------------*/
#link {
	margin-left: 15px;
	margin-right: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	float:left;
	width: 695px;
}


/*------------------- NAVIGATION HOME ---------------------
---------------------------------------------------*/
#wrap_nav{
	height: 85px;
	margin-bottom:15px;
	margin-left:200px;
}
#mainNavHome {
	display: inline;
}
li:hover #mainNavHome {
	display: block;
}
#mainNavHome li {
	float: left;
	margin-left: 10px;
	border: none;
	top: 3px;
	background-image: url(../../img/cinshoes/links_bottom/main_nav_home.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainNavHome li a:link,
#mainNavHome li a:visited  {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
}
#mainNavHome li a {
	width: 280px;
	height: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color: #000;
}
#mainNavHome li:hover a  {
	background-image: url(../../img/cinshoes/links_bottom/main_nav_home_active.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	color: #F90;
}
