* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}
a {
	color: #0099ff;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1231px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 475px;
	background-image:url(../ledcity_rus.jpg)
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
	background-color:#FFFFFF;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 200px 0 300px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 270px;
	margin-left: -100%;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 170px;
	margin-left: -170px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1231px;
	margin: -100px auto 0;
	height: 160px;
	position:relative;
	background:no-repeat center;
	background-image:url(../pic/footer.jpg);
}
#mineMenu {
background-image:url(../pic/menu_bg.jpg);
margin-top:435px;
position:absolute;
width:1231px;
height:40px;
}
#mineMenuContent{
margin-left:31px;
position:relative;
}

#cont{
width:300px;
height:160px;
margin-top:0px;
float:right;
}

.a1{
color:#FFFFFF;
font-size:22px;
text-decoration:none;
font-weight:bold;
}
.a1:hover{
text-decoration:underline;
}
#contakts
{
	  border:#0099FF 2px solid;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
}
.lang_en, .lang_de {width: 22px; height: 16px;}
.lang_en {background: url(../pic/English_adminway.png);}
.lang_de {background: url(../pic/German_adminway.png);}
.lang_en:hover, .lang_de:hover {background-position: 0 -16px;}
