﻿* {
	font-family:Verdana;
	font-size: 13px;
}

img {
	border: none;
}

img:link {
	border: none;
}

input{
    border: 1px #C0C0C0 solid;
	padding: 2px;
	margin: 0px;
	font-size: 10px;
}

ul {
	list-style-position: outside;
    list-style-image:none;
    list-style-type:none;
    padding:0px;
    margin:0px;
}

a, a:visited{
	color: black;
	text-decoration: none;
}

#header{
	margin-right:auto;
	margin-left:auto;
	height:200px;
	width:1200px;
	background-image:url('/templates/images/header.png');
	background-position: left center;
	background-repeat:no-repeat;
	margin-bottom: -20px;
	cursor: pointer;
	
}

#header h1{
	display: none;
}

#footer{
	margin-right:auto;
	margin-left:auto;
	background-color:#ededed;
	height:55px;
	width:890px;
}

#topmenu {
	margin-right:auto;
	margin-left:auto;
	background-color:#ededed;
	height:45px;
	width:890px;
}

#topmenu li{
	display: inline-block;
	vertical-align: bottom;
	background-image:url('/templates/images/normal_menu.png');
	margin-right: 10px;
	margin-top:5px;
	padding-top: 5px;
	text-align:center;
    float:left;
	width:82px;
	height:25px;
	margin-left: 8px;
}

#topmenu li a {
	color: white;
	width:82px;
	height:28px;
}

#topmenu li:hover{
	text-decoration:underline;
	color: white;
	background-image:url('/templates/images/hover_menu.png');
}

#content{
	margin-left:auto;
	margin-right:auto;
	width: 909px;
}

#content .ref{
	margin-right:auto;
	margin-left:auto;

	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#content .ref .screen{
	width:282px;
	height: 235px;
	border: 3px #dddddd solid;
}

#content .ref .screen img{
	width:282px;
	height: 235px;
}

#content .ref .screen:hover{
	border: 3px #f57a26 solid;
}

#content .ref .left{
	
	height: 31px;
	width: 278px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-image:url('/templates/images/pod_prace.png');
}

#content .ref .left:hover{
	color: white;
	text-decoration:underline;
	background-image:url('/templates/images/pod_prace_hover.png');
}

.contact{
	float: right;
	padding: 50px 160px 50px 50px;
	width: 200px;
}

.cleaner{
	clear:both;
}

#powered {
	height:54px;
	width:117px;
	float:right;
	background-image:url('/public/powered.png');
}

#langs{
	float: left;
	padding: 5px;
}