@charset "utf-8";
/* CSS Document */

body {
	background-color: #dc80a4;
	font-family:Calibri, Arial;
}

h1 {
	font-size:50px;
}

h2 {
	font-size:30px;
	text-align:center;
	margin-bottom:0;
	float:none;
}

#main {
	margin:auto;
	width:1080px;
}

#header {
	border-bottom:thin #CC0000;
}

.line {
	width:1080px;
	height:2px;
	background-color:#CC0000;
	margin-bottom: 10px;
}

#contact {
	font-size:22px;
	width:550px;
	float:left;
	margin-left:20px;
}

#contact a {
	color:#000000;
}

#map {
}

#linde {
	background-image:url(img/linde.jpg);
	width:360px;
	height:243px;
	float:left;
	background-position:0 30px;
	background-repeat:no-repeat;
}

#linde:hover {
	height:273px;
	background-position:0 -213px;
}

#vina {
	background-image:url(img/vina.jpg);
	width:360px;
	height:243px;
	float:left;
	background-position:0 30px;
	background-repeat:no-repeat;
}

#vina:hover {
	height:273px;
	background-position:0 -213px;
}

#grafika {
	background-image:url(img/grafika.jpg);
	width:360px;
	height:243px;
	float:left;
	background-position:0 30px;
	background-repeat:no-repeat;
}

#grafika:hover {
	height:273px;
	background-position:0 -213px;;
}

#velkoobchod {
	background-image:url(img/velkoobchod.jpg);
	width:360px;
	height:243px;
	float:left;
	background-position:0 30px;
	background-repeat:no-repeat;
}

#velkoobchod:hover {
	height:273px;
	background-position:0 -213px;;
}

#bottom {
	font-size:12px;
	float:left;
	margin-top:30px;
}

#odkazy {
	width:1080px;
	height:273px;
}